summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVainsocial root <root@vainsocial>2017-03-08 19:27:11 +0000
committerVainsocial root <root@vainsocial>2017-03-08 19:27:11 +0000
commitaf16b915977d80764fb502711ecd0653485ede4d (patch)
treeaee20d133f9c46be6bf6f983d882775e37b92738
parent863f6ec4ab7a95e24dddfa4ac9bb9ee6c6ac99f6 (diff)
downloadmeta-af16b915977d80764fb502711ecd0653485ede4d.tar.gz
meta-af16b915977d80764fb502711ecd0653485ede4d.zip
updated to r1.0.0
-rw-r--r--.gitmodules3
m---------apigrabber0
m---------processor0
m---------spider0
m---------statscompiler0
-rw-r--r--supervisord.conf14
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