Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 650 Bytes

rp.terminallycapricio.us

Code for rp.terminallycapricio.us. Used to be erigam but domain changed. It's available under the MIT license. It is based off of MSPARP and Charat, which is the code for msparp.com.

It's driven by Python, Redis and Postgres.

Disclaimer: This code is literal garbage and you shouldn't use any parts of it seriously.

Dev testing

virtualenv env
source env/bin/activate
python setup.py develop
export REDIS_HOST=127.0.0.1
export REDIS_PORT=6379
export REDIS_DB=0
export SQL_URL=postgres://yourusername:yourpassword@yourhost/yourdatabase
python erigam