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:54] – [Install NVM (Node Version Manager)] 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 | + | Start node-build-monitor using '' |
| + | |||
| + | To run it on boot insert this in ''/ | ||
| + | |||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | The ''&'' | ||
| + | |||
| + | ====== | ||
| <code bash> | <code bash> | ||
| + | #!/bin/bash | ||
| - | echo " | + | echo " |
| wget -qO- https:// | wget -qO- https:// | ||
| Line 69: | Line 79: | ||
| nvm install v10.11.0 | nvm install v10.11.0 | ||
| + | echo " | ||
| + | |||
| + | sudo apt install git | ||
| + | cd ~/ | ||
| + | git clone https:// | ||
| + | cd ./ | ||
| + | npm install | ||
| + | |||
| + | echo "Done ..." | ||
| </ | </ | ||