Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.44 KB

README.mkd

File metadata and controls

61 lines (37 loc) · 1.44 KB

ForkinRio.org

This project contains the source code for the ForkinRio.org website.

Development Environment

  1. Install Virtualenv:

     easy_install virtualenv
    
  2. Create a Virtualenv for the project:

     mkdir -p ~/forkinrio
     cd ~/forkinrio
     virtualenv --no-site-packages --unzip-setuptools .
     source ./bin/activate
    
  3. Install Pip, Nose, NoseGae and WebTest:

     easy_install -U pip    	
     pip install nose
     pip install nosegae
     pip install webtest
    
  4. Download Google App Engine and extract on:

    ~/forkinrio

  5. Clone your forked repository:

     git clone git@github.com:[YOUR NAME]/forkinrio.git src
     cd src
    
  6. 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`

Dependencies

License

This code is free to be used under the terms of the MIT license.