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
gitlab-dashboard [2018/10/03 20:14] – [Install node-build-monitor] admingitlab-dashboard [2018/10/03 20:48] (current) admin
Line 54: Line 54:
 </code> </code>
  
-Start node-build-monitor using ''npm run start'' and open http://localhost:3000 in your Pis browser or reboot (''sudo reboot'') +Start node-build-monitor using ''npm run start'' and open http://localhost:3000 in your Pis browser 
-===== Simple Script to automate node-build-monitor install =====+ 
 +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 ======
  
 <code bash> <code bash>
gitlab-dashboard.1538590485.txt.gz · Last modified: 2018/10/03 20:14 by admin