diff options
| author | Vainsocial root <root@vainsocial> | 2017-03-08 19:27:11 +0000 |
|---|---|---|
| committer | Vainsocial root <root@vainsocial> | 2017-03-08 19:27:11 +0000 |
| commit | af16b915977d80764fb502711ecd0653485ede4d (patch) | |
| tree | aee20d133f9c46be6bf6f983d882775e37b92738 | |
| parent | 863f6ec4ab7a95e24dddfa4ac9bb9ee6c6ac99f6 (diff) | |
| download | meta-af16b915977d80764fb502711ecd0653485ede4d.tar.gz meta-af16b915977d80764fb502711ecd0653485ede4d.zip | |
updated to r1.0.0
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | apigrabber | 0 | ||||
| m--------- | processor | 0 | ||||
| m--------- | spider | 0 | ||||
| m--------- | statscompiler | 0 | ||||
| -rw-r--r-- | supervisord.conf | 14 |
6 files changed, 17 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 24447b6..d45ab75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "discordbot"] path = discordbot url = https://github.com/vainglorygame/discordbot +[submodule "spider"] + path = spider + url = https://github.com/vainglorygame/spider diff --git a/apigrabber b/apigrabber -Subproject 45f4a6f741ad67c967d9cf03b8d62ff8789ac00 +Subproject 60cb876a25c916ac37b6f08b20bfbbda2a2d68c diff --git a/processor b/processor -Subproject 1641e45800db1baf4cc1cd61b9bc2c675979317 +Subproject d8c18eb6c25db3b802207b292e3e157741ac5bc diff --git a/spider b/spider new file mode 160000 +Subproject 53588e2f1e86ec3c3bfa4f69af1aebe36130bc3 diff --git a/statscompiler b/statscompiler -Subproject 7832197c4a4259883d728ad2259129bcc5af0de +Subproject aaf64697787d13bdd85ce68a676f95c8f6c22a3 diff --git a/supervisord.conf b/supervisord.conf index 408b4c5..6dcdb4f 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -15,6 +15,20 @@ environment= POSTGRESQL_PASSWORD= +[program:vainsocial-spider] +user=vainsocial +command=/vainsocial/spider/venv/bin/python /vainsocial/spider/api.py +redirect_stderr=true +stdout_logfile=/vainsocial/logs/spider.log +environment= + VAINSOCIAL_APITOKEN=, + POSTGRESQL_HOST=, + POSTGRESQL_PORT=5433, + POSTGRESQL_DB=vain_raw, + POSTGRESQL_USER=vainraw, + POSTGRESQL_PASSWORD= + + [program:vainsocial-processor] user=vainsocial command=/vainsocial/processor/venv/bin/python /vainsocial/processor/api.py |
