Skip to content

Commit bff0361

Browse files
committed
Initial update of README
1 parent 487a456 commit bff0361

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
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
1723
tail -f /home/kda/health.out
1824

19-
monitor errors
25+
# monitor errors
2026
tail -f /home/kda/health.err
2127

22-
monitor resource utilization
28+
# monitor resource utilization
2329
top
2430
```

0 commit comments

Comments
 (0)