Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 304 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 304 Bytes

Setup

Create a .env file containing (you can change the login and password)

HTACCESS_USERNAME=admin
HTACCESS_PASSWD=test
RACK_ENV=development
PORT=3000

Then create a Procfile containing

web: bundle exec unicorn -p $PORT -E $RACK_ENV

You can now run the app using foreman start.