We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580d20b commit f88c7b8Copy full SHA for f88c7b8
README.md
@@ -85,10 +85,14 @@ https://raw.githubusercontent.com/dbpedia/databus/68f976e29e2db15472f1b664a6fd58
85
### Requirements
86
87
In order to run the Databus on-premise you will need `docker` and `docker-compose`
88
-installed on your machine. 
+installed on your machine.
89
90
* `docker`: 20.10.2 or higher
91
* `docker-compose`: 1.25.0 or higher
92
+* (Optional) **MongoDB:** Ensure you have MongoDB installed. You can check the server version with:
93
+ ```bash
94
+ mongod --version
95
+ ```
96
97
### Starting the Databus Server
98
0 commit comments