File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 1- # Kadena one liner node installation
1+ # Kadena Node Installation
22
3- ### Installation
4- wget https://raw.githubusercontent.com/kadena-community/node-setup/master/installnode.sh && sudo bash installnode.sh
3+ ** Note ** : this guide assumes your machine is running Ubuntu, and that you have
4+ ` sudo ` privileges.
55
6- Enter you domain name with an A record already pointed at your IP
6+ ### Installation
77
8- A log of the install is stored in /tmp/install.log if you get any error
8+ ``` bash
9+ wget https://raw.githubusercontent.com/kadena-community/node-setup/master/installnode.sh
10+ sudo bash installnode.sh
11+ ```
12+
13+ For your ` hostname ` , enter your Domain Name or Public IP address.
14+
15+ A log of the install is stored in ` /tmp/install.log ` if there were any errors.
916
10- Monitoring your node
11- ------------------------------------------
12- ``` Monitoring your node:
17+ ### Monitoring your Node
1318
14- code 200 means GOOD
19+ A code of ` 200 ` means GOOD.
1520
16- monitor status
21+ ``` bash
22+ # monitor status
1723tail -f /home/kda/health.out
1824
19- monitor errors
25+ # monitor errors
2026tail -f /home/kda/health.err
2127
22- monitor resource utilization
28+ # monitor resource utilization
2329top
2430```
You can’t perform that action at this time.
0 commit comments