mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
* uncomment handbook route, disable redirect, add link to top nav * Handbook page, note: most of this is directly copied from the docs, build handbook * added maintainer <meta> tags * handbook styles * handbook broken up into different files * update handbook layout * updating markdown files * handbook layout, adjusted header margins to make room for handbook * handling links to specific sections in markdown compilation * lint fixes * commented out search bar for now * cleaned up page script * update handbook and clean up styles * Delete handbook.md * updated product content from latest version * clean up styles, remove hardcoded image widths * markdown updates * title and description for /handbook, removed commented out route * fix styles on firefox, remove commented logs * lint fix * update class name * fix broken link * updated how hashes are handled in links, adjusted links in handbook * lint fix * updated function names, removed comments, small markdown syntax fix * move handbook link into footer |
||
|---|---|---|
| .. | ||
| 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.