Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Deploy on heroku

freemountain edited this page Jun 23, 2018 · 1 revision

Prerequisites:

git clone https://github.com/emersion/emuarius
cd emuarius
heroku container:login
heroku create
heroku container:push web
heroku container:release web
heroku ps:scale web=1
heroku open # The opened url is the EMUARIUS_ROOT_URL

Configure EMUARIUS_ROOT_URL and all EMUARIUS_TWITTER_* environment variables inside the dashboard.

Clone this wiki locally