library vagrant-configurable
ralfmaxxx/vagrant-configurable
- Tuesday, April 3, 2018
- by ralfmaxxx
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- Shell
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 25 % Grown
Vagrant configurable
How to use?
Just open and adjust vagrant/config/services.sh which looks like:, (*1)
# 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., (*2)
How to import this for my own repository?
Best option is to use:, (*3)
composer create-project ralfmaxxx/vagrant-configurable
dev-master
9999999-dev
Configure your vagrant using one file
Sources
Download
BSD
by
RafaĆ KaĆski
0.1.2
0.1.2.0
Configure your vagrant using one file
Sources
Download
BSD
by
RafaĆ KaĆski
0.1.1
0.1.1.0
Configure your vagrant using one file
Sources
Download
BSD
by
RafaĆ KaĆski