From fa09bb0723f9a9f7722732a4279132e7b5a9de07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Ni=C8=9B=C4=83?= Date: Sun, 23 Nov 2014 15:04:55 +0100 Subject: [PATCH] Add info about project vagrant --- doc/development.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index 6b638b7..c80e726 100644 --- a/doc/development.md +++ b/doc/development.md @@ -8,10 +8,20 @@ and I can restore a working environment easily without affecting other projects. I use [Vagrant](http://www.vagrantup.com/) because is easy to install and configure. You can create a Vagrant box following [my tutorial](https://github.com/marianitadn/vagrant). +## Use project Vagrant + You can use the Vagrantfile provided for the project, which also has a provisioning script. Hence you can skip the above steps. + Commands: + - `git clone ` + - `cd ` + - `vagrant up` + - `vagrant provision` + +You can change the Vagrantfile with your custom settings before doing the above. + ## Clone Foreman -- Clone the project repo on your localhost +- Clone the project repo on your localhos - Sync the directory with Vagrant, by editing the Vagrantfile: