Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 645 Bytes

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.