Skip to content

Commit 5a9c995

Browse files
authored
Merge pull request #18 from nmzn/oneClickDeploy
oneClick deployment
2 parents b6f5e98 + 0f206f6 commit 5a9c995

5 files changed

Lines changed: 946 additions & 0 deletions

File tree

oneClickDeploy/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)