https://github.com/ericclemmons/ecvagrantbundle
Symfony2 bundle to generate a working PHP5.3+ Vagrant environment
https://github.com/ericclemmons/ecvagrantbundle
Last synced: about 1 year ago
JSON representation
Symfony2 bundle to generate a working PHP5.3+ Vagrant environment
- Host: GitHub
- URL: https://github.com/ericclemmons/ecvagrantbundle
- Owner: ericclemmons
- Created: 2012-09-24T14:24:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T05:05:11.000Z (over 13 years ago)
- Last Synced: 2025-04-13T03:09:25.426Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 174 KB
- Stars: 21
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
-------
- [Eric Clemmons][1]
- [Paul Seiffert][2]
License
-------
MIT
[1]: https://github.com/ericclemmons
[2]: https://github.com/seiffert