summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules36
-rw-r--r--README.md12
2 files changed, 22 insertions, 26 deletions
diff --git a/.gitmodules b/.gitmodules
index 418afe4..9787478 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,36 +1,36 @@
[submodule "apigrabber"]
path = apigrabber
- url = https://gitlab.com/vainglorygame/apigrabber.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/apigrabber
+ branch = master
[submodule "processor"]
path = processor
- url = https://gitlab.com/vainglorygame/processor.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/processor
+ branch = master
[submodule "vaindock"]
path = vaindock
- url = https://gitlab.com/vainglorygame/vaindock.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/vaindock
+ branch = master
[submodule "analyzer"]
path = analyzer
- url = https://gitlab.com/vainglorygame/analyzer.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/analyzer
+ branch = master
[submodule "cruncher"]
path = cruncher
- url = https://gitlab.com/vainglorygame/cruncher.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/cruncher
+ branch = master
[submodule "bridge"]
path = bridge
- url = https://gitlab.com/vainglorygame/bridge.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/bridge
+ branch = master
[submodule "orm"]
path = orm
- url = https://gitlab.com/vainglorygame/orm.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/orm
+ branch = master
[submodule "telesucker"]
path = telesucker
- url = https://gitlab.com/vainglorygame/telesucker.git
- branch = release/2.14.0
+ url = https://github.com/vainglorygame/telesucker
+ branch = master
[submodule "shrinker"]
path = shrinker
- url = https://gitlab.com/vainglorygame/shrinker.git
- branch = release/2.14.0
+ url = https://gitub.com/vainglorygame/shrinker
+ branch = master
diff --git a/README.md b/README.md
index 55c1b44..2c13333 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,17 @@ Overview
* apigrabber: microservice to fetch data from API
* processor: microservice to insert data into database
* cruncher: microservice to calculate statistics
- * analyzer: machine learning tool
+ * analyzer: microservice to calculate TrueSkill
* bridge: microservice for communication between frontend and backend
- * vainsocial: web frontend
- * discordbot: Discord frontend
- * vainglorygame.github.io: documentation repository
- * docs: more documentation
- * vaindock: Docker containers for services, databases and everything else
+ * telesucker: microservice to fetch Telemetry data
+ * shrinker: microservice to process Telemetry data
+ * orm: shared database models and mappings
Setup
===
`git clone --recursive https://github.com/vainglorygame/meta`
-Enter `vaindock/` and [follow the instructions there](https://github.com/vainglorygame/vaindock/blob/develop/Readme.MD).
-
Updating
===