Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #212

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
This commit updates the README.md with the installation steps
of Elasticsearch and Kibiter as they are required but missing
in the documentation. #53 (comment)

Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
vchrombie committed Apr 15, 2020
commit 173ecc18a4ff97c32e51c503d95f5e6336ae1cd8
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@ A draft diagram for the architecture is:

**Prosoul** is a Django application. The recommended way to execute it is inside a python virtual environment.

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.

### Requirements

* Python >=3.4