From f81788d6b5b7e26f4c906e0c2053955d2aab7581 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 30 Jun 2010 10:58:39 +0100 Subject: [PATCH] Added missing requirements and a simple README --- README | 15 +++++++++++++++ requirements.txt | 1 + 2 files changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e14681e --- /dev/null +++ b/README @@ -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 :, after loading the virtualenv diff --git a/requirements.txt b/requirements.txt index 7bbe5bc..eceb112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ django-piston==0.2.2 django-registration==0.7 yolk==0.4.1 -e git+http://github.com/bradjasper/django-jsonfield.git#egg=django_jsonfield +xmlrpclib==1.0.1