WCP 12.2.1: Installation I (O.S)
Installing the Operating System For development I usually install Oracle Linux in its latest version. In this case I installed Oracle Linux 7.1 obtained from http://edelivery.oracle.com/ Virtual Box with WebCenter! :) Note: Please, always check the compatibility of the software using the Certification Matrix Oracle Linux 7.1 Terminal You can find the Offical Installation guide in the following link Oracle Linux 7 Installation Guide During the installation Wizard I recommend to select the Minimum Installation option. Why? Because I do not like to install extra components which consume resources and are never used. If you need something install it using yum! Minimall Installation means less resources consumption! After installing the operating system I recommend to update / install the following components Update the OL7 with the latest updates yum update Install wget (it is not installed by default) yum -y install wget Install locate command (I use a...