Heroku install instructions

March 25, 2014 ยท View on GitHub

You'll need a Heroku account and the Heroku Toolbelt.

Once you have them, copy-paste the following commands in your terminal.

Copy all the commands at once and paste it. (Don't copy-paste one by one. It's tedious.)

git clone https://github.com/HashNuke/mogo-chat.git
cd mogo-chat
heroku create --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git"
git push heroku master
heroku run bash scripts/migrate && heroku run bash scripts/setup && heroku apps:info

The last command will output your Heroku app's URL. Enjoy ~!

Visit the app and use admin@example.com as your login email and the password is password.