# World of Tanks Statistics Server ## Requirements - Ubuntu/Debian Linux - PostgreSQL - Python 2.7 - Wargaming Developers Account ## Install For postgres installation https://developer.fedoraproject.org/tech/database/postgresql/about.html `````` ``` pip install -r requirements.txt ``` ### Run Application ``` python run_app.py ``` Celery Worker ``` celery worker -A run_celery.celery -l info ``` Celery Beat ``` celery beat -A run_celery.celery -l debug ```