ralfmaxxx / vagrant-configurable
使用一个文件来配置你的vagrant
0.1.2
2016-06-14 17:44 UTC
This package is auto-updated.
Last update: 2024-09-21 20:59:08 UTC
README
如何使用?
只需打开并调整 vagrant/config/services.sh
,它看起来像
# Installs nginx, leave empty if you don't want to provide Nginx
NGINX="1.4.6"
# Installs php, leave empty if you don't want to provide PHP
PHP="7.0.7"
# true/false - php composer installation
PHP_COMPOSER=true
# Installs node and npm following version delivered by setting value,
# leave empty if you don't want to install it.
NODEJS="4.4.5"
之后,只需运行 vagrant up
。
如何将其导入我的仓库中?
最佳选择是使用
composer create-project ralfmaxxx/vagrant-configurable