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

Latest commit

 

History

History
22 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 607 Bytes

docker-compose

docker-compose up -d
docker-compose run web python ./freechess/manage.py migrate
docker-compose run web python ./freechess/manage.py loaddata admin_user

Google Container engine

https://cloud.google.com/container-engine/docs/tutorials/hello-wordpress

Heroku bootstrap

brew install heroku-toolbelt
heroku login
heroku info --app freechess
git remote add heroku git@heroku.com:freechess.git
git push -f heroku master
heroku ps:scale web=1
heroku run python manage.py syncdb --noinput
heroku logs --tail

http://freechess.herokuapp.com/