Merge pull request #134 from rossbruniges/fix-badges Fixing the wonky badge display - they now appear in the same place accross everything
Merge pull request #134 from rossbruniges/fix-badges
Fixing the wonky badge display - they now appear in the same place accross everything
gameon was first run in 2010 by Mozilla Labs. In 2012 Mozilla hope to run the challenge again, and this site will contain the details when we have them.
See what happened when we first ran gameon
Mozilla’s Playdoh is a web application template based on Django.
Patches are welcome! Feel free to fork and contribute to this project on github.
Full documentation is available as well.
> git clone --recursive git@github:{you}/gameon.git
> pip install virtualenv
> cd gameon
venv
> virtualenv venv
> source venv/bin/activate
> pip install -r requirements/compiled.txt
> cp gameon/settings/local.py{-dist,}
> python manage.py syncdb
> python manage.py migrate
> python manage.py runserver
[^1]: If you already work with virtualenvwrapper, we’ll assume you know the appropriate steps for using that instead.
virtualenvwrapper
This software is licensed under the New BSD License. For more information, read the file LICENSE.
LICENSE
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
gameon 2012
gameon was first run in 2010 by Mozilla Labs. In 2012 Mozilla hope to run the challenge again, and this site will contain the details when we have them.
See what happened when we first ran gameon
Built using playdoh
Mozilla’s Playdoh is a web application template based on Django.
Patches are welcome! Feel free to fork and contribute to this project on github.
Full documentation is available as well.
Installation
> git clone --recursive git@github:{you}/gameon.git> pip install virtualenv> cd gameonvenvsubfolder:> virtualenv venv> source venv/bin/activate> pip install -r requirements/compiled.txt> cp gameon/settings/local.py{-dist,}> python manage.py syncdb> python manage.py migrate> python manage.py runserver[^1]: If you already work with
virtualenvwrapper, we’ll assume you know the appropriate steps for using that instead.License
This software is licensed under the New BSD License. For more information, read the file
LICENSE.