You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the README.md with the installation steps
of Elasticsearch and Kibiter as they are required but missing
in the documentation. Bitergia#53 (comment)
Signed-off-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com>
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ A draft diagram for the architecture is:
25
25
26
26
**Prosoul** is a Django application. The recommended way to execute it is inside a python virtual environment.
27
27
28
+
You will need Elasticsearch and Kibana in order to execute Prosoul. You can install them using docker-compose. You can find a walkthrough here, [Getting the containers](https://github.com/chaoss/grimoirelab-sirmordred/blob/master/Getting-Started.md#getting-the-containers-). You can omit (comment/remove) the mariadb section.
0 commit comments