An open API service indexing awesome lists of open source software.

https://github.com/yoannfleurydev/amicale-vagrant


https://github.com/yoannfleurydev/amicale-vagrant

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Amicale Vagrant

Amicale Vagrant is a side project to store a vagrant machine to help developers
to work on [Amicale](https://github.com/yoannfleurydev/amicale-src) project.

To see the configuration of this Vagrant machine, just take a look at the
[config.yml](https://github.com/yoannfleurydev/amicale-vagrant/blob/master/puphpet/config.yaml)
file.

## Installation

1. Clone this repository

```
git clone https://github.com/yoannfleurydev/amicale-vagrant.git
```

2. Install [Vagrant](https://www.vagrantup.com/) first, then run the command
to up the machine.

```
vagrant up
```

3. Take a coffee while the machine is building itself. Then, you're all done.
You can now work on the project.

# Licence

This project is under the MIT Licence. See the complete licence in the LICENCE
file.