From 1ecb62257d8cb9869a98e7667ca27c8eb5b913b5 Mon Sep 17 00:00:00 2001 From: cse44742 Date: Wed, 8 Dec 2021 12:28:52 +0000 Subject: [PATCH] Delete 'Hybrid.md' --- Hybrid.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Hybrid.md diff --git a/Hybrid.md b/Hybrid.md deleted file mode 100644 index a217bb8..0000000 --- a/Hybrid.md +++ /dev/null @@ -1,29 +0,0 @@ -##### For an Ubuntu OS: - -- For the Hybrid Service you need to install the newest Nodejs version (x16), JQ and pm2. - -##### Installation of Nodejs, jq and pm2 -``` -$ curl -sL https://deb.nodesource.com/setup_16.x | sudo bash - -$ sudo apt-get install -y nodejs -$ node -v -v16.13.1 -$ sudo apt install jq -$ sudo npm install -g pm2 -``` - -##### Installation of Hybrid -``` -$ git clone --recurse-submodules https://git.swarmlab.io:3000/zeus/swarmlab-hybrid.git -$ cd swarmlab-hybrid -$ ./install.sh <-- run it without root privileges -$ ./start //starts service - -//Open URL http://localhost:3088 in browser - -$ ./stop //stops service -``` - -- Afterwards, in the Swarmlab-Hybrid Service you have to start a labroom, a storage and a microservice. You can do it by the URL http://localhost:3088 in browser in your browser. It is necessary to start these three. - -- To connect the services you have just started you have to execute them on the Docker Service.