richardjpope / recourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Recourse

##Local development

This section describes how to get a development copy of Beckton working.

You must have the following things installed before you start

Clone this repository and install the requirements:

git clone git+https://github.com/richardjpope/recourse.git
cd recourse
virtualenv .
source bin/activate
pip install -r requirements.txt
npm install

To run recourse, you need to run several different things:

To run the web app:

source bin/activate
export SETTINGS='config.DevelopmentConfig'
python server.py

Run the assets compiler (in a separate terminal):

grunt

##Testing

To run the tests:

source bin/activate
export SETTINGS='config.TestingConfig'
python tests.py

##Importing data

python manage.py importdata

About

License:MIT License


Languages

Language:Rich Text Format 96.4%Language:HTML 1.7%Language:Python 1.3%Language:CSS 0.6%Language:JavaScript 0.1%