-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to the Heroku section of the README to explain you need the g…
…em and a pre-existing account
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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 `[email protected]` with password `kandanadmin`, or you can sign up as another user. | ||
|