This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
wot_stats_server/README.md
vanzhiganov 2688960be3 upd
2017-12-25 04:09:03 +03:00

36 lines
516 B
Markdown

# 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
## Upgrade
Upgrade database
python manage.py db upgrade head
## 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