This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gitlab-dashboard [2018/10/03 17:56] – admin | gitlab-dashboard [2018/10/03 18:48] (current) – admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Install '' | ===== Install '' | ||
| - | |||
| * Download the [[https:// | * Download the [[https:// | ||
| Line 55: | Line 54: | ||
| </ | </ | ||
| - | ===== Simple Script to automate all this^ ===== | + | Start node-build-monitor using '' |
| + | |||
| + | To run it on boot insert | ||
| <code bash> | <code bash> | ||
| - | !#/bin/bash | + | / |
| + | </ | ||
| + | |||
| + | The ''&'' | ||
| + | |||
| + | ====== Simple Script to automate node-build-monitor install ====== | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/bash | ||
| - | echo " | + | echo " |
| wget -qO- https:// | wget -qO- https:// | ||
| Line 77: | Line 86: | ||
| cd ./ | cd ./ | ||
| npm install | npm install | ||
| + | |||
| + | echo "Done ..." | ||
| </ | </ | ||