-
Step 1: Download and install Vagrant and VirtualBox
-
Step 2: Download the ZHVM vagrant box
-
Step 3: Using Command Terminal, change directory to the folder containing the "zhvm.box" file and then run:
vagrant box add zhvm zhvm.box
-
Step 1: Clone/Download this repository, unzip it to a folder and change directory to that folder with Command Terminal
-
Step 2: In CMD, run the command
vagrant up
- Step 3: Files and folders in app0, app1, app2 and app3 are synced to the VM. Start hacking!
- Start VM: vagrant up
- Hibernate VM: vagrant suspend
- Restart VM: vagrant reload
- Linux Dashboard: http://127.0.0.1:8081
- Adminer: http://127.0.0.1:8082 (user: root | password: vagrant)
- Host: 127.0.0.1
- Port: 2222
- User: root
- Password: vagrant
- Add to Vagrant Box List: vagrant box add zhvm zhvm.box
- View Box List: vagrant box list
- Destroy VM: vagrant destroy
- Remove from Vagrant Box List: vagrant box remove zhvm
- Provision VM: vagrant provision