Files
fleet/website
EricandMike Thomas 6027534a9b Website: Migrate 5 articles from Medium (#5740)
* Website: Migrate 5 articles from Medium

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update articles/detect-log4j-with-osquery-and-fleet.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-05-16 11:25:59 +09:00
..
2022-05-06 10:34:50 -07: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.