Skip to content

Commit 5f92e0b

Browse files
committed
README updates to get Heroku deploy straight copy/paste
1 parent 70a03ae commit 5f92e0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ Looking for community help here
3939
The following should work reliably on Heroku:
4040

4141
git clone https://github.com/Bushido/kandan.git
42-
heroku create
42+
cd kandan
43+
heroku create --stack cedar
4344
git push heroku master
4445
heroku run rake db:migrate kandan:bootstrap
45-
46+
heroku open
47+
48+
4649
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.
4750

4851
## dotCloud

0 commit comments

Comments
 (0)