No description
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.
Find a file
2017-09-21 11:45:28 +03:00
alembic add manage stript 2017-09-17 18:07:15 +03:00
migrations update indexer 2017-09-19 09:56:55 +03:00
tmp wargaming openid auth 2017-08-27 04:09:23 +03:00
wotstats cosmetic 2017-09-21 11:45:28 +03:00
.gitignore add manage stript 2017-09-17 18:07:15 +03:00
alembic.ini wargaming openid auth 2017-08-27 04:09:23 +03:00
celerybeat-schedule update indexer 2017-09-19 09:56:55 +03:00
celerybeat.pid add manage stript 2017-09-17 18:07:15 +03:00
config_file.ini add celery 2017-09-03 18:48:42 +03:00
manage.py update indexer 2017-09-19 09:56:55 +03:00
README.md add celery 2017-09-03 18:46:19 +03:00
requirements.txt get account stats from wargamming 2017-08-27 04:45:13 +03:00
run_app.py add manage stript 2017-09-17 18:07:15 +03:00
run_celery.py add manage stript 2017-09-17 18:07:15 +03:00
test_auth.py add manage stript 2017-09-17 18:07:15 +03:00
test_tasks.py add manage stript 2017-09-17 18:07:15 +03:00
wots.py add manage stript 2017-09-17 18:07:15 +03:00

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
```