Skip to content

Commit

Permalink
Updates to the Heroku section of the README to explain you need the g…
Browse files Browse the repository at this point in the history
…em and a pre-existing account
  • Loading branch information
sgrove committed Apr 12, 2012
1 parent 58a8728 commit a73b605
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -36,14 +36,13 @@ Just click launch on here https://bushi.do/apps/new?app=kandan; you and your tea
Looking for community help here

## Heroku
The following should work reliably on Heroku:
You'll need to have the [heroku gem](https://github.com/heroku/heroku) installed and to have an existing heroku account. Assuming that, this should work reliably on Heroku:

git clone https://github.com/Bushido/kandan.git
cd kandan
heroku create --stack cedar
git push heroku master
heroku run rake db:migrate kandan:bootstrap
heroku open
heroku run rake db:migrate kandan:bootstrap && heroku open


Your app should be up and running now. The admin email by default is `admin@kandan.me` with password `kandanadmin`, or you can sign up as another user.
Expand Down

0 comments on commit a73b605

Please sign in to comment.