Skip to content

Vagrant Installation

catborise edited this page Jul 24, 2019 · 1 revision

For testing and development Vagrant could be very useful and simple option.

Steps:

  1. Install Vagrant to your machine. For more info: Vagrant
  2. Download Webvirtcloud from Github: "git clone https://github.com/retspen/webvirtcloud.git"
  3. Enter webvirtcloud directory: "cd webvirtcloud"
  4. Run vagrant command: "vagrant up prod"
  5. Wait until it is finished. Check machine with login: "vagrant ssh"
  6. Check ip address of machine: "ip address"
  7. Open browser and enter ip address
  8. Add some host to test it
Clone this wiki locally