Skip to content

Commit

Permalink
Merge pull request #217 from juliangruber/patch-1
Browse files Browse the repository at this point in the history
updated jitsu deployment docs
  • Loading branch information
thedjpetersen committed Mar 9, 2013
2 parents ae77502 + 37dd622 commit 2fc8c37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ To deploy to Nodejitsu, update the `name` and `subdomain` values in `package.jso

$ jitsu databases create mongo subway

Now change the line `mongoose.connect('mongodb://localhost/subway');` in lib/irchandler.js to the connect URI you got back from jitsu. Then:
Now change `exports.prod.mongoose_auth` in config.js to the connect URI you got back from jitsu and make both ports `80`. Then:

$ jitsu env set PORT 80
$ jitsu deploy


Development
-----------

Expand Down

0 comments on commit 2fc8c37

Please sign in to comment.