Update to rule all updates. group support and clean up

This commit is contained in:
Raynaldo Rivera
2014-10-11 16:01:55 -07:00
parent a8571dd1c0
commit 8ce453c6b6
20 changed files with 409 additions and 47 deletions

View File

@@ -1,27 +1,41 @@
allianceauth
============
Note: THIS WAS RUSHED! IT DOES NOT FOLLOW GOOD CODING STANDARDS
Note2: Most importantly though it works....
Alliance service auth to help large scale alliances manage services.
Built for "The 99 Percent" open for anyone to use
Requirments:
# Django Stuff #
django 1.6.1
django-evolution
django-bootstrap-form
django-celery
# Python Stuff #
python-mysql-connector
python-mysqld
python-passlib
python-evelink
python-openfire
# Needed Apps
rabbitmq
bcrypt
Services Interaction:
# Supported services #
Phpbb3 (Forums)
Mumble (Voice)
Openfire (Jabber)
Startup Instructions:
python manage.py celeryd --verbosity=2 --loglevel=DEBUG
python manage.py celerybeat --verbosity=2 --loglevel=DEBUG
python manage.py runserver
Eve alliance auth for the 99 percent