PHP TestFest VM Documentation - Running the VM
If you haven't followed the instructions in install the vm, please do those first.
Start the VM.
- Open VirtualBox.
- Select "US8-PT-Main".
- Click "Start".
- Minimize the VM window once you've seen it arrive at the login prompt.
- Shell into the server using a terminal or Putty.exe on the host.
ssh -p 2222 tester@localhost
# Password is "1234"
Stop the VM.
From the host's terminal.
- Run the shutdown command.
sudo shutdown -h now
Restart the VM.
From the host's terminal.
- Run the reboot command.
sudo shutdown -r now