Readme changes
This commit is contained in:
23
README.md
23
README.md
@ -4,9 +4,26 @@ Small Node app that extracts data from DPX Job Logs
|
|||||||
|
|
||||||
### Install
|
### 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
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
### Run
|
### Start the app
|
||||||
|
|
||||||
node app.js
|
node app.js
|
||||||
|
|
||||||
|
Goto http://localhost:3000 and upload a job log
|
||||||
|
|||||||
Reference in New Issue
Block a user