mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
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
|