2020-11-29 11:48:12 +01:00
parent 6f6eea9103
commit 8b579c5846

@@ -6,10 +6,13 @@ These programs are **required** in order to run Livebeat:
| Program | Tested version | Install | Purpose | | Program | Tested version | Install | Purpose |
|---------- |---------------- |-------------- |------------------------------------------------------------------------- | |---------- |---------------- |-------------- |------------------------------------------------------------------------- |
| Node.js | v15.3.0 | instructions | Both backend & frontend require Node.js as runtime in order to run. | | Node.js | v15.3.0 | [instructions](#user-content-node-js) | Both backend & frontend require Node.js as runtime in order to run. |
| RabbitMQ | 3.8.9 | instructions | Is used for real-time and continuous communication between all parties. | | RabbitMQ | 3.8.9 | instructions | Is used for real-time and continuous communication between all parties. |
| MongoDB | MongoDB Atlas | instructions | Main database | | MongoDB | MongoDB Atlas | instructions | Main database |
### Node.js
Please pick your distribution [here](https://nodejs.org/en/download/package-manager/) and follow the instruction there. For Debian/Ubuntu click [here](https://github.com/nodesource/distributions/blob/master/README.md).
## Getting started ## Getting started
Since we have everyting installed, we have to make our hands dirty before we can even touch Livebeat. Since we have everyting installed, we have to make our hands dirty before we can even touch Livebeat.