Skip to content

waffle-iron/txrx.org

 
 

Repository files navigation

Stories in Ready TXRX Labs Website

Install required system packages. This will vary from distribution to distribution.

apt-get install python-dev git-core python-pip libpng-dev libjpeg-dev python-psycopg2

Now get the sourcecode from github. If you forked the source code use your own url (replace chriscauley with your github username).

git clone https://github.com/chriscauley/txrx.org
cd txrx.org

Install the python requirements.

pip install -r config/requirements.txt

You can create the database one of two ways. Ask chriscauley for the password to development@dev.txrxlabs.org and then run the following command:

bash scripts/sync_test_db.sh

Hit 'y' when prompted and enter the password. This will download the latest copy of the database (fully anonymized).

Aternately you can create the database by running the following two commands.

python manage.py syncdb
python manage.py migrate

This will create an empty database and you will be prompetd to create a superuser.

Author

Chris Cauley

About

The TXRX website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.7%
  • JavaScript 26.2%
  • CSS 18.0%
  • HTML 13.5%
  • Other 0.6%