From 2a6123b66c51e4baa0f2113a382f92a1c15dc944 Mon Sep 17 00:00:00 2001 From: wisski Date: Tue, 30 Apr 2024 15:07:51 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a17a9..04d35fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # WissKI Cloud Manager ## Prerequistes -You need a running [WissKI Distillery](https://github.com/FAU-CDI/wisski-distillery) with an admin account and a admin token. +* A running [WissKI Distillery](https://github.com/FAU-CDI/wisski-distillery) with an admin account and a admin token. +* Node.js and npm installed. ## Pre-Config Create .env file from template .env-example @@ -13,6 +14,12 @@ Clone [Wisski Cloud Deamon](https://github.com/rnsrk/wisski_cloud_daemon) to sam git clone git@github.com:rnsrk/wisski_cloud_daemon.git ``` +## Install deamon packages + +``` +cd wisski_cloud_deamon +npm install +``` ## Start Docker Environment Start everything with `docker-compose up -d`