You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##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.
0 commit comments