You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,13 @@ Just click launch on here https://bushi.do/apps/new?app=kandan; you and your tea
36
36
Looking for community help here
37
37
38
38
## Heroku
39
-
The following should work reliably on Heroku:
39
+
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:
40
40
41
41
git clone https://github.com/Bushido/kandan.git
42
42
cd kandan
43
43
heroku create --stack cedar
44
44
git push heroku master
45
-
heroku run rake db:migrate kandan:bootstrap
46
-
heroku open
45
+
heroku run rake db:migrate kandan:bootstrap && heroku open
47
46
48
47
49
48
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.
0 commit comments