From 4fe5ec96973efc61b229a28fc4699d5d91c883c5 Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 24 Jul 2019 09:42:42 +0300 Subject: [PATCH] Created Vagrant Installation (markdown) --- Vagrant-Installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Vagrant-Installation.md diff --git a/Vagrant-Installation.md b/Vagrant-Installation.md new file mode 100644 index 0000000..4594de9 --- /dev/null +++ b/Vagrant-Installation.md @@ -0,0 +1,11 @@ +For testing and development Vagrant could be very useful and simple option. + +Steps: +1. Install Vagrant to your machine. For more info: [Vagrant](https://www.vagrantup.com/downloads.html) +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 \ No newline at end of file