From 61b8809258d9ca2bfc30859d8335ec3f4ea4a1bf Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 3 Nov 2017 16:52:57 +0100 Subject: [PATCH] extend the readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7757fe9..9c1befe 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,29 @@ Inspiration falls jemand ähnlich Schulprojekte hat. ##### Installation -WIP +To get started with this repository make sure that you have Virtualbox +5.1.30 and Vagrant 2.0.0 installed. Vagrant 2.0.0 currently doesn't +support Virtualbox 5.2. + +After you have installed Vagrant and Virtualbox run this command in a +terminal to make sure that you have installed the Virtualbox plugin +for Vagrant. ``` bash vagrant plugin install vagrant-vbguest ``` +To start the virtual machine then run this command from the root of +the repository (where the file "Vagrantfile" is stored). + +``` bash +vagrant up +``` + +Vagrant will then provision a virtual machine according to the +specifications in the "Vagrantfile" file. After it's finished you +should be able to access the web page under http://localhost:8000 + ### Support We don't provide any support for the content in this repository.