mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated README
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
REQUIREMENTS
|
TEST Auth
|
||||||
|
=========
|
||||||
|
|
||||||
|
TEST Auth is a central access management system for EVE Online corporations and alliances, it stores and manages EVE API keys and assigns access permissions based on defined permissions.
|
||||||
|
|
||||||
|
Included is a HR management system, a group management system and a basic API key viewer showing Character and skill information.
|
||||||
|
|
||||||
|
|
||||||
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The requirements.txt covers all dependencies for Auth, setup a virtual env and install the requirements:
|
The requirements.txt covers all dependencies for Auth, setup a virtual env and install the requirements:
|
||||||
@@ -9,8 +17,10 @@ pip install -r requirements.txt
|
|||||||
|
|
||||||
As we're using system wide packages, its advisable to install python-mysql packages system wide, otherwise you'll need a basic build env on your machine (build-essentials, python-dev on Debian).
|
As we're using system wide packages, its advisable to install python-mysql packages system wide, otherwise you'll need a basic build env on your machine (build-essentials, python-dev on Debian).
|
||||||
|
|
||||||
RUNNING
|
Running
|
||||||
-------
|
-------
|
||||||
|
|
||||||
For dev, use ./manage.py runserver <ip>:<port>, after loading the virtualenv. In development Celery will operate in-process and doesn't require a seperate celeryd process to execute.
|
For dev, use ./manage.py runserver <ip>:<port>, after loading the virtualenv. In development Celery will operate in-process and doesn't require a seperate celeryd process to execute.
|
||||||
|
|
||||||
|
For Live instances its advisable to run within a WSGI container server such as uWSGI.
|
||||||
|
|
||||||
Reference in New Issue
Block a user