OpenRA/tournasite

Name: tournasite

Owner: OpenRA

Description: null

Created: 2015-08-25 20:14:19.0

Updated: 2016-11-29 22:55:16.0

Pushed: 2015-07-14 22:07:18.0

Homepage: http://compo.openra.net

Size: 366

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Quick setup

Set up a virtualenv; for example, using virtualenvwrapper:

mkvirtualenv tournasite
workon tournasite

Install requirements:

pip install -r requirements.txt

If you want to run tests, also install dev-requirements:

pip install -r dev-requirements.txt

You'll need to put local settings in compo/local_settings.py. For convenience a minimal example is provided in scripts/local_settings_example.py.

Create a directory for the database:

mkdir db

Then syncdb as usual:

./manage.py syncdb

Front-end components are managed using bower. To install and build:

./scripts/install-components.sh

Now you should be ready to run the development server!

./manage.py runserver

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.