Skip to content

Commit a27eff4

Browse files
authored
Merge pull request #14 from nmzn/plugin_docker_installer
updated to my docker installer
2 parents eb07763 + a5d67c8 commit a27eff4

12 files changed

Lines changed: 938 additions & 975 deletions

1_prerequisite.bash

Lines changed: 0 additions & 256 deletions
This file was deleted.

2_nodeStartPM2.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

FAQ

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#FAQ
2+
3+
##Here are some Questions that might occure before or after the Node has been installed. (Not in a particular order and being updated as they come)
4+
5+
1. Can i check the Status of the Node?
6+
- Yes. You can use the command: sudo docker exec -it plinode /bin/bash -c ". ~/.profile && pm2 status"
7+
8+
2. Can i check on the Log Files?
9+
- Yes. You can use the command: sudo docker exec -it plinode /bin/bash -c ". ~/.profile && pm2 logs X" (Put the Number of the Instance for the "X". 0 For example if you just installed the Node)
10+
11+
3. Do i have to do the Oracle Deployment Part still?
12+
- Yes. You find a guide on https://docs.goplugin.co
13+
14+
4. How can i check on the docker Containers?
15+
- Use the Command: "sudo docker ps -a" There you can also find the Names of the Containers.
16+

0 commit comments

Comments
 (0)