Skip to content

Commit

Permalink
README updates to get Heroku deploy straight copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 12, 2012
1 parent 70a03ae commit 5f92e0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ Looking for community help here
The following should work reliably on Heroku:

git clone https://github.com/Bushido/kandan.git
heroku create
cd kandan
heroku create --stack cedar
git push heroku master
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.

## dotCloud
Expand Down

0 comments on commit 5f92e0b

Please sign in to comment.