Flexagon has developed a set of silent install scripts (click link to download) for WebLogic 12.1.3 and the ADF Runtime (which is required for FlexDeploy). These scripts are provided as is, and can be modified as required.
Table of Content Zone | |
---|---|
|
Unix Install
Copy the silent install scripts file to the target server and follow the instructions below. Directory Structure is derived from Oracle documentation http://docs.oracle.com/middleware/1213/soasuite/SOEDG/edg_storage.htm#SOEDG2168. We will use local storage for all directories.
...
Setup Environment
Code Block | ||||
---|---|---|---|---|
| set ORACLE_INSTALL_HOME=c:/u01/oracle/products/fmw1213 <<
| |||
REM modify if you have installed software in different folder >> set JAVAORACLE_INSTALL_HOME=c:/u01/oracle/products/java8fmw1213 set SYSJAVA_DB_PASSWORD= <<fill in sys password here>> set WLS_SCHEMA_PASSWORD= <<fillHOME=c:/u01/oracle/products/java8 REM fill in sys password here set SYS_DB_PASSWORD= REM fill in password for new FD_ schemas for Weblogic>>Weblogic set DBWLS_CONNECTSCHEMA_STRINGPASSWORD= <<fill REM fill in value here>> here (either host:port:sid or host:port@servicename) set DB_CONNECT_STRING= |
Prepare PasswordFile.txt for use with RCU silent command
...