Skip to content
Barry McGillin edited this page Jun 16, 2017 · 1 revision

How to build Developer Day VM

Build Process

Download the files as specified in the README.md before running the script below.

bash start.sh

Build Structure

  1. updateLinux.sh PROGRESS: 1/11 updateLinux.sh - first script run - from plain iso. Set up second drive. Yum Updates. Reboot
  2. afterreboot1.sh PROGRESS: 2/11 afterreboot1.sh - after first reboot - before any oracle database software installed. install virtual box guest additions.
  3. asroot.sh PROGRESS: 3/11 asroot.sh - main kick off script e.g. yum and call subscripts
  4. install.sh PROGRESS: 4/11 install.sh - install dbtools client tools
  5. installdb.sh PROGRESS: 5/11 installdb.sh - install the database with silent install
  6. postinstall.sh PROGRESS: 6/11 postinstall.sh - Database post install updates - e.g. passwords do not expire.
  7. postdbinstallandpatch.sh PROGRESS: 7/11 postdbinstallandpatch.sh - post database install and patches (if required)
  8. demo.sh PROGRESS: 8/11 demo.sh - demos (labs)
  9. apex.sh PROGRESS: 9/11 apex.sh - apex install
  10. ords.sh PROGRESS: 10/11 ords.sh - ords install
  11. dodemos.sh PROGRESS: 11/11 dodemos.sh - set up demos and run reset scripts
Clone this wiki locally