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

parse and visualize PGN chess files written by freechess.org clients

License

Notifications You must be signed in to change notification settings

captnswing/freechess

Repository files navigation

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/

About

parse and visualize PGN chess files written by freechess.org clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published