From 8b579c5846d7d684da73b096de3047eec66b61a9 Mon Sep 17 00:00:00 2001 From: Nicolas Klier Date: Sun, 29 Nov 2020 11:48:12 +0100 Subject: [PATCH] --- Installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5df1024..9e865d7 100644 --- a/Installation.md +++ b/Installation.md @@ -6,10 +6,13 @@ These programs are **required** in order to run Livebeat: | 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. | | 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 Since we have everyting installed, we have to make our hands dirty before we can even touch Livebeat.