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 [email protected]
as your login email and the password is password
.