Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
94131847
Commit
94131847
authored
1 month ago
by
Marcin
Committed by
Andrzej Such
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
update readme for reptracker build
parent
147d6df4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!823
Removing not used queries and python server
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
94131847
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment