User Tools

Site Tools


gitlab-dashboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
gitlab-dashboard [2018/10/03 20:02] admingitlab-dashboard [2018/10/03 20:47] admin
Line 53: Line 53:
 } }
 </code> </code>
 +
 +Start node-build-monitor using ''npm run start'' and open http://localhost:3000 in your Pis browser
 +
 +To run it on boot insert this in ''/etc/rc.local'' before ''exit 0'':
 +
 +<code bash>
 +/home/pi/.nvm/versions/node/v10.11.0/bin/node /home/pi/node-build-monitor/app/app.js &
 +</code>
 +
 +The ''&'' will make this process run in background. The node version in your path depends on the version you installed.
  
 ===== Simple Script to automate node-build-monitor install ===== ===== Simple Script to automate node-build-monitor install =====
gitlab-dashboard.txt · Last modified: 2018/10/03 20:48 by admin