Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ If this gives you issues, you can boot with the Meteor.settings file manually by

meteor --settings config/settings.json

but keep in mind that this means that the other environment variables in env.sh will not have source run on them, so be sure to manually type whatever variables you need in from of the above command like so:
...but keep in mind that this means that the other environment variables in env.sh will not have source run on them, so be sure to manually type whatever variables you need in from of the above command like so:

MONGO_URL="mongodb://127.0.0.1:27017/test-db" meteor --settings config/settings.json

##Packages
bootstrap, crypto-base, crypto-md5, accounts-password, accounts-ui, iron-router, d3

Be sure to remove autopublish and insecure when launching the website for use!