From b50aef2c36a4117bd8e487c0e2a2b91d9ba585be Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Jul 2018 11:35:58 +0200 Subject: [PATCH] Added Vagrant test instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2925bb..83ccae2 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ Do not forget to edit the basepath in .htaccess if you are on apache. * Dont forget to set the correct basepath as argument in your run method and in your .htaccess file. * Enable mod_rewrite in your apache settings +## Test +There is a little Vagrant test setup. Just run ```vagrant up``` to spin up a Apache2 Webserver on Ubuntu. Then navigate to http://router.local after adding the machine IP to your hosts file. + ## MIT License Copyright (c) 2018 SteamPixel