Vagrant box with oracle xe setup using ansible.
Read the tutorial:
http://blog.codiez.co.za/2013/11/vagrant-centos-64-base-box/
http://blog.codiez.co.za//2013/11/install-oracle-centos-64-vagrant-ansible/
If you just want to run this, you can do the following:
- Install Virtualbox 4.3.2 - https://www.virtualbox.org/wiki/Downloads
- Install Vagrant 1.3.5 - http://downloads.vagrantup.com/
- Install Git - http://git-scm.com/downloads
- Clone this repo -
git clone https://github.com/ismaild/vagrant-centos-oracle.git
- Run
vagrant up
from withinvagrant-centos-oracle