Skip to content

Commit

Permalink
Add info about project vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
maria committed Nov 23, 2014
1 parent 071a3c6 commit fa09bb0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <foregit_repo_url>`
- `cd <foregit_repo_path>`
- `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:

Expand Down

0 comments on commit fa09bb0

Please sign in to comment.