SPMS Installation: DevelopmentInstallation Overview This document is intended to ease the installation of a development instance Oracle and the SPMS. For "Development" we mean:
Prerequisites
Linux installationA generic Centos 5.5 will be fine. Oracle installationIf you are lucky you can count on an existing Oracle infrastructure. If not, follow these lines. For easy development, Oracle (and the SPMS) can be installed on a virtual machine. A good virtual machine software--multiplatform and free--is VirtualBox. DatabaseWeather or not you will use a virtual machine, the installation instructions for Oracle are pretty much the same. A good, step-by-step tutorial can be found at the Toolbox.com site. SPMS can work from Oracle 9i up. However, it is almost impossible to use a version of Application ServerPlease note that this tutorial helps you with the installation of the Oracle database only. To get the SPMS, you also need the Oracle application server.
The Oracle application server is a modified version of Apache together with the Setting up Oracle application server is another hard task. For the development, another easier solution exists: mod_owa is an open source implementation of The page above instructs on how to install and configure Notes: there are a couple of minor hitches with configuring mod_owa:
SPMS setupFollow the standard conference installations up to step 4. Then, import the data given you by an RSC administrator. After importing, a couple of scripts must be run. Let's suppose all the SPMS source code is stored in a directory # cd /path/to/somewhere/src/ # sqlplus user/pass@aliasdb @SPMS_After_Import.sql If using other directories/operating systems, please modify the source accordingly. ConclusionsIf everything went ok, now point your browser to https://your-server-name/Location (Location is the ~DAD defined in modowa.conf), and your SPMS will greet you. |