Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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!