Added missing requirements and a simple README

This commit is contained in:
2010-06-30 10:58:39 +01:00
parent 9a999d9f2f
commit f81788d6b5
2 changed files with 16 additions and 0 deletions

15
README Normal file
View File

@@ -0,0 +1,15 @@
REQUIREMENTS
------------
Use ./setup-env.sh to setup the virtualenv for Auth, you'll also need the following packages (as named on Debian):
python-zeroc-ice (ZeroC ICE Bindings for Python)
python-imaging (PIL)
python-mysqldb (MySQL connectors for Python)
RUNNING
-------
For live envs, use ./start.sh, which runs a FCGI instance on port 9981.
For dev, use ./manage.py runserver <ip>:<port>, after loading the virtualenv