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 #546

Closed
AlJohri opened this issue Aug 16, 2013 · 2 comments
Closed

Update README.md #546

AlJohri opened this issue Aug 16, 2013 · 2 comments

Comments

@AlJohri
Copy link

AlJohri commented Aug 16, 2013

  1. Can't "bundle exec rake secret" until bundle install.
  2. ERRBIT_HOST=example-errbit.herokuapp.com

gem install heroku
heroku create example-errbit --stack cedar
heroku addons:add mongolab:sandbox
heroku addons:add sendgrid:starter
heroku config:add HEROKU=true
heroku config:add SECRET_TOKEN="$(bundle exec rake secret)" <---
heroku config:add ERRBIT_HOST=some-hostname.example.com <---
heroku config:add ERRBIT_EMAIL_FROM=example@example.com
git push heroku master

@nfedyashev
Copy link
Contributor

Hi @AlJohri

I guess you were trying to deploy to heroku, right?

In current version of README, right before the code snippet that you copied here it says Run bundle

"bundle" without any arguments is equivalent to "bundle install"

so, README looks fine to me in this regard.

@AlJohri
Copy link
Author

AlJohri commented Aug 18, 2013

@nfedyashev Ah, sorry I completely missed that!

@AlJohri AlJohri closed this as completed Aug 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants