codalab / competitions-chabot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

competitions-chabot

Create a new .env file from the .env_sample:

cp .env_sample .env

Make sure to change the Heroku API key and the Special Secret to their appropriate values

Then run the app

docker-compose up -d

Use serveo and autossh to open the FLASK_PORT from the .env file and keep it open.

autossh -R chabot:80:localhost:<this should match FLASK_PORT> serveo.net

About

License:MIT License


Languages

Language:Python 97.4%Language:Dockerfile 2.1%Language:Shell 0.5%