Skip to content

csgames/comp-2016-extrem-programming

 
 

Repository files navigation

Xtreme Programming Competition

Deployment

docker-compose build
docker-compose run xp bash

# You should now have a bash on the xp container
cd /opt/xp/src/xtreme_programming
python manage.py syncdb
python create_teams.py
python manage.py syncchallenges
python manage.py createsuperuser

# All setup... go back to your default shell
exit

docker-compose up

`http://localhost:8000/

From here the service should be accessible on localhost port 8000

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.0%
  • HTML 18.8%
  • CoffeeScript 6.3%
  • JavaScript 6.3%
  • Shell 2.9%
  • Nit 2.0%
  • Other 3.7%