This Vagrant project will provision a VirtualBox VM with CentOS7 and have Oracle 12c installed and configured. The provisioning scripts automate a manual process for installing oracle and configuring oracle to startup when the OS boots. The manual steps can be found in the Reference folder in this repository.
To use the vagrant VM, do the following:
- Download the Oracle 12c linuxamd64_12102_database_1of2.zip and linuxamd64_12102_database_2of2.zip and copy it into the root folder of the repository
- Download and install Chocolatey. Open up cmd prompt as admin and run
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString ('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
3. Run cinst vagrant -y
in a new cmd prompt as administrator
-
Change directory to the root folder of the repository
-
Run
vagrant up
-
Wait several minutes for your new VM to build
For more about Vagrant see https://www.vagrantup.com/docs/