https://github.com/yoannfleurydev/amicale-vagrant
https://github.com/yoannfleurydev/amicale-vagrant
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoannfleurydev/amicale-vagrant
- Owner: yoannfleurydev
- License: mit
- Created: 2015-12-14T16:50:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T11:57:33.000Z (about 9 years ago)
- Last Synced: 2025-01-26T08:45:57.955Z (4 months ago)
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.