Skip to content

Commit 56f2fcd

Browse files
committed
update README
1 parent 6e0bc42 commit 56f2fcd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@ ansible-playbook -i inventory mina_postkey_setup.yml -e "target=mina1a"
2828
ansible-playbook -i inventory mina_monitor_server_setup.yml -e "target=mina1a"
2929
```
3030

31+
Credit: https://github.com/olton/mina-node-monitor/blob/master/server/SERVER-DOCS.md
32+
3133
#### 5. Install Mina Monitor Client (Optional)
3234

3335
```bash
3436
ansible-playbook -i inventory mina_monitor_client_setup.yml -e "target=mina1a"
3537
```
3638

37-
#### Postscript
39+
Credit: https://github.com/olton/mina-node-monitor/blob/master/client/CLIENT-DOCS.md
3840

39-
We highly recommend you install mina monitor. The server process is here: https://github.com/olton/mina-node-monitor/blob/master/server/SERVER-DOCS.md and the client process is here: https://github.com/olton/mina-node-monitor/blob/master/client/CLIENT-DOCS.md. We do not have the Ansible script here. Maybe one day we will update
41+
#### Postscript
4042

4143
I cannot make the mina client to automatically start with the script. Therefore, you should get into the server and run the following:
4244

mina_full_setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
- prekey
1717
- key
1818
- postkey
19+
- monitor_server
20+
- monitor_client

0 commit comments

Comments
 (0)