2023-11-15 15:40:49 +01:00
2023-11-15 13:36:30 +01:00
2023-11-15 15:30:58 +01:00
2023-11-15 13:36:30 +01:00
2023-11-15 15:30:58 +01:00
2023-11-15 13:36:30 +01:00
2023-11-15 13:36:30 +01:00
2023-11-15 15:40:49 +01:00

Job Log Parser

Small Node app that extracts data from DPX Job Logs

Install

Clone the Repo

Install node js version 18 and npm. On Debian the best way is the following:

    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

npm install

Start the app

node app.js

Goto http://localhost:3000 and upload a job log

Description
No description provided
Readme 479 KiB
Languages
CSS 66.1%
Pug 29.5%
JavaScript 4.4%