Get up and running with Oracle Commerce 11 including CRS with one click installation
I am really excited about this!!! It's my effort to build a portable development environment with Oracle Commerce 11.
It is a work in progress. Feel free to download and use it (which will require manual installation at this point).
I will be highly grateful to your feedback and contributions. Join my mailing list OracleCommerceDev
- Download Oracle Linux 6.6 DVD ISO
- Rename and move it to packer/oracle_linux_6.6.iso
- Download Database Install files (1 and 2) - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-1959253.html
- Place the zip archives in database_installer/
- Download JDK 7u71
- Put it in atg_installer
- Download weblogic 12c generic server with coherence http://www.oracle.com/technetwork/middleware/fusion-middleware/downloads/index.html
- Place the JAR file in atg_installer
-
Download the following files from https://edelivery.oracle.com
Platform 11.1
ACC 11.1
Service Center 11.1
Web Server Extensions 11.1
Reference Store 11.1
Assisted Selling Application 11.1 for Generic Platform -
Extract all the files into atg_installer/atg
-
Download the following files from https://edelivery.oracle.com
MDEX Engine 6.5.1
Content Acquisition System 11.1
Experience Manager Tools and Frameworks 11.1
Tools and Frameworks 11.1
Guided Search Platform Services 11.1 -
Extract all the files in atg_installer/endeca
This will create 2 vagrant box one with Oracle DB and other with Oracle Commerce 11.1.0 with Weblogic 12c. So far installation of JDK, weblogic and Endeca is automated and ATG installers are required to be run manually.
- Run buildbox.bat on windows or buildbox.sh on linux. It will create a VM with Oracle linux 6.6
- Rename packer/packer_output folder to packer/vm
- Based on where you have downloaded this utility, change the variable "vbox_share_dir" in packer/oraclelinuxdb-6.6-x86_64.json.
- Run buildDB.bat on windows or buildDB.sh on linux. It will create a VM and vagrant box with Oracle 12c database
- Based on where you have downloaded this utility, change the variable "vbox_share_dir" in packer/oraclelinuxatg-6.6-x86_64.json.
- Run buildATG.bat on windows or buildATG.sh on linux. It will create a VM and vagrant box with JDK and Weblogic installed
- Do a vagrant up for ATG vagrant box
- Run /vagrant/packer/scripts/atg/endeca.sh to install endeca
- Run /vagrant/packer/scripts/atg/atg.sh to install ATG