This project contains the source code for the ForkinRio.org website.
-
Install Virtualenv:
easy_install virtualenv
-
Create a Virtualenv for the project:
mkdir -p ~/forkinrio cd ~/forkinrio virtualenv --no-site-packages --unzip-setuptools . source ./bin/activate
-
Install Pip, Nose, NoseGae and WebTest:
easy_install -U pip pip install nose pip install nosegae pip install webtest
-
Download Google App Engine and extract on:
~/forkinrio
-
Clone your forked repository:
git clone git@github.com:[YOUR NAME]/forkinrio.git src cd src
-
Change whatever you want!
To run tests use this command on root project:
nosetests -v --with-gae --gae-lib-root ../google_appengine
To make deploy run this command on project root path:
python deploy.py `git rev-parse HEAD`
This code is free to be used under the terms of the MIT license.