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
Next revisionBoth sides next revision
gitlab-dashboard [2018/10/03 19:57] admingitlab-dashboard [2018/10/03 20:14] – [Install node-build-monitor] 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'')
 ===== Simple Script to automate node-build-monitor install ===== ===== Simple Script to automate node-build-monitor install =====
  
 <code bash> <code bash>
-!#/bin/bash+#!/bin/bash
  
-echo "Install nvm"+echo "Install nvm ..."
 wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
  
Line 76: Line 77:
 cd ./node-build-monitor cd ./node-build-monitor
 npm install npm install
 +
 +echo "Done ..."
 </code> </code>
gitlab-dashboard.txt · Last modified: 2018/10/03 20:48 by admin