fleet/website
eashaw 5f777729f0
Add Q&A signup form to Fleet homepage (#4224)
* create deliver-demo-signup action

* register call to action and styles

* Update homepage.less

* Update deliver-demo-signup.js

* Update homepage.less

* Update homepage.ejs

* Update deliver-demo-signup.js

* update message
2022-02-16 11:15:55 +09:00
..
api Add Q&A signup form to Fleet homepage (#4224) 2022-02-16 11:15:55 +09:00
assets Add Q&A signup form to Fleet homepage (#4224) 2022-02-16 11:15:55 +09:00
config Add Q&A signup form to Fleet homepage (#4224) 2022-02-16 11:15:55 +09:00
scripts script to report estimations (#4182) 2022-02-13 14:01:07 -06:00
tasks
views Add Q&A signup form to Fleet homepage (#4224) 2022-02-16 11:15:55 +09:00
.editorconfig
.eslintignore
.eslintrc Add customer portal and license dispenser to fleetdm.com (#3546) 2022-01-04 20:02:42 -06:00
.gitignore
.htmlhintrc
.lesshintrc
.npmrc
.sailsrc Update code blocks in documentation (#2151) 2021-09-20 20:59:45 -05:00
app.js
Gruntfile.js
package.json Updated handbook index (#3689) 2022-01-17 13:13:11 -06:00
Procfile
README.md

fleetdm.com

This is where the code for the public https://fleetdm.com website lives.

Test locally

Run the following commands to test the site locally:

npm install -g sails
cd website/
npm install
sails run scripts/build-static-content.js
sails lift

Your local copy of the website is now running at http://localhost:2024!

Wipe the production database

I hope you know what you're doing. The easiest kind of database schema migration:

sails_datastores__default__url='REAL_DB_URI_HERE' sails run wipe

Then when you see the sailboat, hit CTRL+C to exit. All done!

Bugs

To report a bug or make a suggestion for the website, click here.