mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
1
Vagrant Installation
catborise edited this page 2019-07-24 09:42:42 +03:00
For testing and development Vagrant could be very useful and simple option.
Steps:
- Install Vagrant to your machine. For more info: Vagrant
- Download Webvirtcloud from Github: "git clone https://github.com/retspen/webvirtcloud.git"
- Enter webvirtcloud directory: "cd webvirtcloud"
- Run vagrant command: "vagrant up prod"
- Wait until it is finished. Check machine with login: "vagrant ssh"
- Check ip address of machine: "ip address"
- Open browser and enter ip address
- Add some host to test it