From a407ce7506c534f7142f3a357b2d55d101e0b3d8 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 15 Nov 2023 15:40:49 +0100 Subject: [PATCH] Readme changes --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37fbcdf..321bd88 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,26 @@ Small Node app that extracts data from DPX Job Logs ### Install -Install node js version 18 and npm +Clone the Repo + +Install node js version 18 and npm. On Debian the best way is the +following: + +```sh + cd ~ + curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh + sudo bash /tmp/nodesource_setup.sh + sudo apt install nodejs +``` + +Enter the folder and execute + +```sh npm install +``` -### Run +### Start the app -node app.js \ No newline at end of file +node app.js + +Goto http://localhost:3000 and upload a job log