Skip to content

ericclemmons/ECVagrantBundle

Repository files navigation

VagrantBundle

Symfony2 bundle to generate a working Vagrant environment

Usage

Run the command interactively and answer the prompts:

$ php app/console

Welcome to the Symfony2 Vagrant generator
...

Or provide the options at once:

$ php app/console generate:vagrant  \
    --no-interaction                \
    --host=vagrant                  \
    --ip=10.33.33.33                \
    --url=http://files.vagrantup.com/lucid32.box

A Vagrantfile will be generated in your current working directory.

Authors

License

MIT

About

Symfony2 bundle to generate a working PHP5.3+ Vagrant environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published