-
Clone the repo
$ git clone https://github.com/ddollar/heroku-config.git
-
Install heroku-config
$ heroku plugins:install git://github.com/ddollar/heroku-config.git
-
Pull the config variables
$ heroku config:pull
-
Remove the CANONICAL_HOST variable from .env
$ echo "`sed '/CANONICAL_HOST/d' .env`" > .env
-
Start the server
$ foreman start
-
Open http://localhost:5000 in your browser
$ open http://localhost:5000
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.