Script - Phase 1
Through the bash / shell scripting method, you will be able to install the complete setup in few steps
Last updated
Through the bash / shell scripting method, you will be able to install the complete setup in few steps
Last updated
plugin-deployment
Please install an editor of your choice(like vim, nano etc.,) to edit files during installation
Do a git clone and perform the following actions
git clone
cd plugin-deployment
There are two scripts in this folder namely,
1_prerequisite.bash
2_nodeStartPM2.sh
Create two files namely '.env.apicred', '.env.password', by using the below mentioned command in terminal.
put - the credentials in below format in '.env.apicred' file - these credentials helps you to login your Plugin GUI
put - password(very strong) in '.env.password' file and it should follow specific format, which is given under NOTE
Open the terminal, go to a specific folder, and trigger the bash file like below
./1_prerequisite.bash
What it does?
It installs all prerequisites for the plugin environment.
If your system already has a few packages that are necessary for Plugin environment, then the packages will throw error/warning messages and override the same.
It is always recommended to go with fresh VPS or Machine