ericclemmons / vagrant-bundle
Symfony2 扩展,用于生成可用的 Vagrant 环境
dev-master
2012-12-17 18:26 UTC
Requires
- guzzle/guzzle: *
- sensio/generator-bundle: 2.1.*
- symfony/console: 2.1.*
- symfony/framework-bundle: 2.1.*
Requires (Dev)
- symfony/class-loader: 2.1.*
This package is not auto-updated.
Last update: 2024-09-28 13:35:30 UTC
README
Symfony2 扩展,用于生成可用的 Vagrant 环境
用法
以交互方式运行命令并回答提示
$ php app/console
Welcome to the Symfony2 Vagrant generator
...
或一次性提供选项
$ php app/console generate:vagrant \
--no-interaction \
--host=vagrant \
--ip=10.33.33.33 \
--url=http://files.vagrantup.com/lucid32.box
将在您的 当前工作目录 中生成一个 Vagrantfile
。
作者
许可证
MIT