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:57] – admin | gitlab-dashboard [2018/10/03 18:48] (current) – admin | ||
---|---|---|---|
Line 54: | Line 54: | ||
</ | </ | ||
- | ===== Simple Script to automate node-build-monitor install ===== | + | Start node-build-monitor using '' |
+ | |||
+ | To run it on boot insert this in ''/ | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | The ''&'' | ||
+ | |||
+ | ====== Simple Script to automate node-build-monitor install | ||
<code bash> | <code bash> | ||
- | !#/bin/bash | + | #!/bin/bash |
- | echo " | + | echo " |
wget -qO- https:// | wget -qO- https:// | ||
Line 76: | Line 86: | ||
cd ./ | cd ./ | ||
npm install | npm install | ||
+ | |||
+ | echo "Done ..." | ||
</ | </ |