Skip to content
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

Update README.md as per previous pull request #3

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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ https://github.com/okfn/annotator-store
+ Create a heroku app `heroku apps:create $appname`
+ Add the Heroku add-on MongoLab `heroku addons:add mongolab`
+ Get MongoLab configuration settings `heroku config:pull`
+ Edit the file named `.env` replace the word `MONGOLAB_URI` with `DB`
+ Tell Heroku about your environment:

```heroku config:add `cat .env` ```
There may be times during development that you will want to use
a MongoDB server other than the one hosted by mongolab. To do this,
remove the `MONGOLAB_URI=` line in your `.env` file and add a `DB=`
line with your new URI. The `MONGOLAB_URI` variable takes precedence
over `DB`.

## Dependencies
### OKFN Annotator
Expand Down