mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added missing requirements and a simple README
This commit is contained in:
15
README
Normal file
15
README
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user