Skip to content

Web site based on google app engine to aggregate all contents about ForkInRio actions

Notifications You must be signed in to change notification settings

horaextra/forkinrio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web site based on google app engine to aggregate all contents about ForkInRio actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages