Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 695 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 695 Bytes

Instructions

General

$ wget <link to script in RAW format>
$ chmod +x script.sh
$ ./script.sh

Server Initialization

$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Init/addUser.sh
$ chmod +x addUser.sh
$ ./addUser.sh

Install Golang

$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Cosmos/CLI/go_install.sh
$ chmod +x go_install.sh
$ ./go_install.sh -v <version>
example: ./go_install.sh -v 1.11.5

Install Monitor

$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Monitor/monitor_install.sh
$ chmod +x monitor_install.sh
$ ./monitor_install.sh