mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
* Google Groups spam article for 6914 Creating the file in which the Google Groups spam article for #6914 will go. * Google Groups Blog Post: Renaming file + submitting early draft and image * Reverting accidental update to vscode settings Reverting accidental update to vscode settings in blog post PR * Formatting for Google Groups scam post * added article images - added cover image and updated inline image to a higher res version (and re-composed). - fixed a stray typo and also rephrased the sentence for clarity. * Apply suggestions from code review Fixing as per Des's suggestions. Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> * Update tales-from-fleet-security-google-groups-scams.md Making it more obvious the quotes were quotes from Google support * Quick typo fix Co-authored-by: Mike Thomas <mthomas@fleetdm.com> Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.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.