This project aims to create a minimal vagrant repository to host private vagrant boxes.
The project is build based on Silex, so it shouldn't be hard to install.
You should set the SYMFONY_ENV
environment variable to prod
. Unless you want to do some development on this project, then dev
will do a better job, because app_dev.php
will be available.
Don't forget about composer install
.
NO, scandir and generating everything at runtime isn't a good idea.
Yes, please create an issue first if you don't want to waste your time.
The easiest way is to use an existing base box, ubuntu for example, modify it to your needs and run:
vagrant package --output VERSION.box
https://scotch.io/tutorials/how-to-create-a-vagrant-base-box-from-an-existing-one
Yes I do!