ralfmaxxx / vagrant-configurable
Configure your vagrant using one file
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
Type:project
pkg:composer/ralfmaxxx/vagrant-configurable
This package is auto-updated.
Last update: 2025-10-21 23:35:38 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