fleet/website
eashaw 48f66a3da5
Website redirect updates and bug fixes (#3859)
* fix logout redirect

* clear form input when clearing a quote

* reset password redirect

* fix new-password styes, fix broken links on unauthorized view

* disable IOS dropdown appearance
2022-01-25 11:12:41 +09:00
..
api Website redirect updates and bug fixes (#3859) 2022-01-25 11:12:41 +09:00
assets Website redirect updates and bug fixes (#3859) 2022-01-25 11:12:41 +09:00
config Updated handbook index (#3689) 2022-01-17 13:13:11 -06:00
scripts Add policies to the standard query library on fleetdm.com (#2939) 2021-11-19 10:51:02 -06:00
tasks Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
views Website redirect updates and bug fixes (#3859) 2022-01-25 11:12:41 +09:00
.editorconfig Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintrc Add customer portal and license dispenser to fleetdm.com (#3546) 2022-01-04 20:02:42 -06:00
.gitignore fix gitignore 2021-05-11 16:01:25 -05:00
.htmlhintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.lesshintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.npmrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.sailsrc Update code blocks in documentation (#2151) 2021-09-20 20:59:45 -05:00
app.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
Gruntfile.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
package.json Updated handbook index (#3689) 2022-01-17 13:13:11 -06:00
Procfile Dedupe setting of env var (#87) 2020-12-03 16:11:46 -06:00
README.md Add new script for fleetdm.com schema migrations (#1317) 2021-07-06 21:58:20 -05:00

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.