mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
0482d1da62
* Github bot: Temporarily disable label change notifications Michael Thomas🕐 Today at 01:36 Are these alerts necessary in #g-digital-experience, and if not, how do we turn them off? They're creating a lot of noise in the channel 😵 1 reply mikermcneil 3 minutes ago I'm envisioning Digital Experience is responsible for keeping github labels tidy, so having visibility into changes would be useful. If you currently don't have bandwidth to do it, this is an easy thing to let slip, since it isn't the highest priority. (Labels have already gotten a bit messy- to the point I don't use them at all anymore, for example. I don't think they're actually necessary anymore, other than for doing estimations) I'll PR a change that disables it for now. * fix extra ampersand |
||
---|---|---|
.. | ||
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.