Skip to content
Snippets Groups Projects
Commit 94131847 authored by Marcin's avatar Marcin Committed by Andrzej Such
Browse files

update readme for reptracker build

parent 147d6df4
No related branches found
No related tags found
1 merge request!823Removing not used queries and python server
...@@ -169,7 +169,7 @@ After **reputation_tracker** and **hivemind indexer** reach the head block and s ...@@ -169,7 +169,7 @@ After **reputation_tracker** and **hivemind indexer** reach the head block and s
You can use released containers from docker registry or You can build them from sources. Hivemind sources You can use released containers from docker registry or You can build them from sources. Hivemind sources
contains all dependant elements -HAF and reputation_tracker as submodule. contains all dependant elements -HAF and reputation_tracker as submodule.
```bash ```bash
git clone --recurse-submodules registry.gitlab.syncad.com/hive/hivemind git clone --recurse-submodules https://gitlab.syncad.com/hive/hivemind.git
cd hivemind cd hivemind
``` ```
All the examples below starts in hivemind sources root folder. All the examples below starts in hivemind sources root folder.
...@@ -183,7 +183,7 @@ All the examples below starts in hivemind sources root folder. ...@@ -183,7 +183,7 @@ All the examples below starts in hivemind sources root folder.
Build docker image, in the example below it will be named 'local' Build docker image, in the example below it will be named 'local'
```bash ```bash
cd reputation_tracker cd reputation_tracker
./scripts/ci-helpers/build_instance.sh local $(pwd) registry.gitlab.syncad.com/hive/reputation_tracker docker build -t registry.gitlab.syncad.com/hive/reputation_tracker:local .
``` ```
4. **Hivemind** 4. **Hivemind**
- Build **hivemind** docker image, in the example below it will be named 'local' - Build **hivemind** docker image, in the example below it will be named 'local'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment