From 292701ebb5a605b5d15ea3d3d92351705bab3f61 Mon Sep 17 00:00:00 2001 From: Matthias Glaub Date: Sun, 9 Apr 2017 14:12:45 +0200 Subject: [PATCH] add vagrant instructions --- installation/4.x.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/installation/4.x.rst b/installation/4.x.rst index 45b42e1..ede69ac 100644 --- a/installation/4.x.rst +++ b/installation/4.x.rst @@ -53,3 +53,18 @@ If you are using a webhosting space (like e.g. `Netcup* `_ and extract it to a folder of your choice. 2. Pay attention to the directories. the ``web`` directory is the public web directory. Everything above should be better not visible to the public. Best practice is to setup a subdomain and point it to the ``web`` directory 3. Follow the :doc:`installation instructions for 3.x `. + +Development installation using Vagrant +-------------------------------------- + +It is possible to get you local development environment (Apache/MySql) up and running using [Vagrant](https://www.vagrantup.com/). +If you don't have a running Vagrant environment, please see the [Vagrant Installation Documentation](https://www.vagrantup.com/docs/installation/) for information. + +If you already have a existing vagrant environment simply run (the first start may take some time):: + + vagrant up + +You should then be able to access Runalyze at [http://localhost:8080](http://localhost:8080) +If you need shell access to your Runalyze vagrant box (e.g. to update your Runalyze installation) simply ssh into your box:: + + vagrant ssh