ralfmaxxx / vagrant-configurable
Configure your vagrant using one file
Package info
github.com/ralfmaxxx/vagrant-configurable
Language:Shell
Type:project
pkg:composer/ralfmaxxx/vagrant-configurable
0.1.2
2016-06-14 17:44 UTC
This package is auto-updated.
Last update: 2026-02-22 00:18:35 UTC
README
How to use?
Just open and adjust vagrant/config/services.sh which looks like:
# 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"
After that just run vagrant up.
How to import this for my own repository?
Best option is to use:
composer create-project ralfmaxxx/vagrant-configurable