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