-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy on heroku
Alen Thomas edited this page Sep 2, 2016
·
1 revision
- Download and install heroku command line tools ⬇️
- Check heroku is correctly install by doing
heroku --version
✅ - Git clone the [kozhikoden app] (https://github.com/liginv/kozhikoden).
- Do a
cd kozhikoden
- Login with your heroku credentials by
heroku login
🔓 - To initialize the app in your heroku account do
heroku create
👉 this will create a heroku app with some fancy name eg: falling-wind-1624 💨 - Verify the heroku git remote by doing a
git remote -v
✅ - Finally deploy the app in heroku with
git push heroku master
☁️
If heroku deployment fails with error heroku config:set DEBUG_COLLECTSTATIC=1 ❌
-
heroku config:set DISABLE_COLLECTSTATIC=1
🙇 - Try
git push heroku master
again and it should work 👍
Feel free to comment or open issues if something is not clear. 💁
made with ♥ by kozhikodens