1. Download the VM Image Files
[*] Download -
Click
2. Open VMWare Workstation 12 (Otherwise you can't load the virtual machine).
3. Open Load the virtual machine.
4. Start the virtual machine.
[*] If a window appears asking you where you got the files click
"I moved it"
5. Log in
Code:
User details
username: root
password: root
6. Configuring the network
[*] Open your terminal and type
Code:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
[*] Where it says:
Code:
IPADDR=192.168.157.1
Change it to your
INTERNAL IP
[*] Press ESC then type
:wq to save and close and your done here
[*] Restarting the network (We have to do that, cause we made changes)
You can do that by typing this in your terminal
Code:
service network restart
7. Commands
[*] To start the server
Code:
cd /home/zx1395
./start
[*] To stop the server
Code:
cd /home/zx1395
./stop
[*] MySQL & PMA(phpMyAdmin) Details
Code:
phpMyAdmin:
Username: root
Password: root
MySQL:
Username: root
Password: root