2017 © Pedro PelĂĄez
 

library vagrant-configurable

image

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

The README.md

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

The Versions

03/04 2018

0.1.0

0.1.0.0

  Sources   Download

15/06 2016

dev-master

9999999-dev

Configure your vagrant using one file

  Sources   Download

BSD

by RafaƂ KaƄski

14/06 2016

0.1.2

0.1.2.0

Configure your vagrant using one file

  Sources   Download

BSD

by RafaƂ KaƄski

14/06 2016

0.1.1

0.1.1.0

Configure your vagrant using one file

  Sources   Download

BSD

by RafaƂ KaƄski