mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
* Migrated the last of the articles Migrated the remaining articles: • Fleet 4.6.0 with osquery installer, enroll secret management, and improved host vitals • Fleet 4.5.0 with new team admin role, live OS compatibility checking, query performance impact, and a new-look dashboard • Fleet 4.4.0 releases aggregated software inventory, team policies, and improved team scheduling • Fleet 4.3.0 • Fleet 4.2.0 • Fleet 4.1.0 • Fleet 4.0.0 • Fleet 3.13 released • Fleet 3.12 released • Fleet 3.11.0 released with software inventory • Fleet 3.10.0 released with agent auto-updates beta • Fleet 3.9.0 • Fleet 3.8.0 • Fleet 3.7.1 • Fleet 3.6.0 • Fleet 3.5.0 * update hr styles * remove unused images Co-authored-by: eashaw <caglc@live.com> |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| config | ||
| scripts | ||
| tasks | ||
| views | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .htmlhintrc | ||
| .lesshintrc | ||
| .npmrc | ||
| .sailsrc | ||
| app.js | ||
| Gruntfile.js | ||
| package.json | ||
| 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.