77<br />
88
99This repo contains the script for automation of the [ Plugin] ( https://goplugin.co/ ) Node setup which can be used by the Node operators.
10- There are 2 scripts in this repo(1_prerequisite.bash,2_nodeStartPM2.bash ) & 2 files (apicredentials.txt, password.txt).
10+ There are 2 scripts in this repo(1_prerequisite.bash,2_nodeStartPM2.sh ) & 2 files (apicredentials.txt, password.txt).
1111
12121 ) Before executing the 1_prerequisite.bash script, please change the database password
1313 to your own known password(we just given a default as 'postgres', just change 'your_password') at line number 202 of 1_prerequisite.bash.
1414This script will install all the prerequisite tools, utilities for Plugin.
1515- After successfull execution of 1_prerequisite.bash, kindly go through the instructions to be followed
16- for executing 2_nodeStartPM2.bash as mentioned below.
16+ for executing 2_nodeStartPM2.sh as mentioned below.
1717```
1818 ################################################################################
1919 # IMPORTANT MESSAGE #
2020 ################################################################################
2121 # Make sure you have the below mentioned 2 files are available and populated #
22- # as given below. Then start 'pm2 start 2_nodeStartPM2.bash ' script to run your#
22+ # as given below. Then start 'pm2 start 2_nodeStartPM2.sh ' script to run your#
2323 # node in the background. To view your node log use 'pm2 logs 0'. #
2424 # #
2525 # File 1: password.txt => contains your keystore password #
@@ -37,11 +37,11 @@ This script will install all the prerequisite tools, utilities for Plugin.
3737 # follow keystore password condition). #
3838 # #
3939 # NOTE: This 2 files have default contents, please change the mail & passwords #
40- # before starting 'pm2 start 2_nodeStartPM2.bash '. #
40+ # before starting 'pm2 start 2_nodeStartPM2.sh '. #
4141 ################################################################################
4242 ################################################################################
4343```
44- 2 ) Now execute 2_nodeStartPM2.bash through pm2 'pm2 start 2_nodeStartPM2.bash '.
44+ 2 ) Now execute 2_nodeStartPM2.sh through pm2 'pm2 start 2_nodeStartPM2.sh '.
45453 ) You can view the status(pm2 status 0) && logs(pm2 logs 0) of your running node
4646
4747
0 commit comments