( 11th July 2019 )
To install pool software, I am introduce pool software setting by Verge coin. It can be installed from the installation media (CD) provided with this document. Now insert the CD in the system, follow the mentioned steps:
follow the mentioned steps:
Open the Files folder and then browse to the CD-Drive folder.
You will see a folder named as “NVS Verge Pool” from your CD-Drive folder.
Now, copy the “NVS Verge Pool” folder and paste it into the Home folder.
Now, go to the Home folder and open the “NVS Verge Pool” folder from where you will find three other folders named as “MPOS”, “NOMP” and “Verge_Daemon”.
Now, open the terminal and write the following command:
sudo cp –avr MPOS /var/www/
cd /var/www/MPOS
sudo mysql -p -e "create database vergegroestl"
sudo mysql -p vergegroestl < sql/000_base_structure.sql
sudo mysql –u root –p
Enter sudo Password.
For sql password, press Enter.
Your terminal screen should look like this:
Now, Enter the following command:
ALTER USER 'root'@'localhost' IDENTIFIED BY 'root';
Now exit mysql by using (Ctrl+z).
Now, Enter the following commands on the terminal:
sudo chown -R www-data templates/compile templates/cache logs
cd include
sudo chown root:users config
sudo chmod 444 config/*
The basic settings have been configured. Now, proceed to next steps.
Comments