ralfmaxxx / vagrant-configurable
Configure your vagrant using one file
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
Type:project
This package is auto-updated.
Last update: 2024-11-21 21:29:50 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