lucasctd / vagrant-oci8-php

A simple Vagrantfile to create a box (ubuntu/xenial64) with PHP 5.6+ (you choose), apache2 and oracle driver (oci8)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-oci8-php

A simple Vagrantfile to create a box (ubuntu/xenial64) with PHP 5.6+ (you choose), apache2 and oracle driver (oci8).

How to:

  1. Run install_vagrant_plugins.bat to install vagrant-env, vagrant-winnfsd and vagrant-timezone, you should run this file as adm;
  2. Make a copy of .env.example as .env and set the path to your application. Remember to use "//" instead of "/". There are also other parameters which are self-explanatory;
  3. Run "vagrant up"
  4. That's it =D

*Tested on PHP 5.6, 7.0, 7.1 and 7.2.

What's next?

I am also planning to make it working with nginx.

About

A simple Vagrantfile to create a box (ubuntu/xenial64) with PHP 5.6+ (you choose), apache2 and oracle driver (oci8)

License:GNU General Public License v3.0


Languages

Language:Shell 97.2%Language:Batchfile 2.5%Language:PHP 0.3%