Anda di halaman 1dari 3

ATG SetUp

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1. Install Java1.6.0_45 only and remove all other installed JDKs for smooth
installation.
2. Install weblogic 10.3.6 (wls1036_win32.exe)
3. Install ATG 10.0.3 (ATG10.0.3.exe)
4. Install Oracle Database 11g Express Edition.
5. Download Oracle SQL Developer Version 3.2.20.09

To install the ATG platform:


Run the ATG10.0.3.exe|bin file to start the setup program.
On Windows, click Next.
Accept the terms of the license agreement.
Select the installation folder for the ATG software (for example:
D:\ATG\ATG10.0.3).
Select the ATG products to install:
ATG Adaptive Scenario Engine
ATG Business Commerce
ATG Consumer Commerce
ATG Portal
ATG Content Administration
Enter the required configuration information for your application server.
WebLogic environments:
Home
directory
Oracle
WebLogic
WebLogic
domain
JDK

Path
D:\Oracle\Middleware
D:\Oracle\Middleware\wlserver_10.3
D:\Oracle\Middleware\user_projects\domains\
GoDaddy
D:\Java\jdk1.6.0_45

(All Environments) Enter the listen port that your application server uses to
listen for incoming connections. Defaults are:
8080 for JBoss
7001 for WebLogic
ATG

Page 1

ATG SetUp
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

9080 for WebSphere

(All Environments) Enter the RMI port your Nucleus-based applications will
use (defaults to 8860).
Review the installation summary. On UNIX, press Enter to continue. On
Windows, click Install.
The ATG installer copies the ATG distribution down to the location you
selected.
On UNIX, press Enter to exit the installer. On Windows, click Done to exit the
installer.
---------------------------------------------------------------------------------------------------------------------------------------Create a Schema with whatever you name (Stage) and create 3 users as CORE,
CAT_A, CAT_B
And give all persmisions then before creating user.
Run this in core first
open cmd and enter sqlplus and open core db
@'D:\ATG\ATG10.0.3\DAS\sql\install\oracle\das_ddl.sql'
@'D:\ATG\ATG10.0.3\DPS\sql\install\oracle\dps_ddl.sql'
@'D:\ATG\ATG10.0.3\DSS\sql\install\oracle\dss_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\install\oracle\dcs_ddl.sql'
============================================
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\claimable_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\commerce_user.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\dcs_mappers.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\inventory_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\order_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\order_markers_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\user_giftlist_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\user_promotion_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\uninstall\oracle\claimable_ddl.sql'
ATG

Page 2

ATG SetUp
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------later run this in switch a & b


@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\priceLists_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\product_catalog_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\custom_catalog_ddl.sql'
---------------------------------------------------------------------------------------------------------------------------------------Grant permissions before it then type this command below
@'D:\ATG\ATG10.0.3\DCS\sql\db_components\oracle\promotion_ddl.sql'
@'D:\ATG\ATG10.0.3\DCS\sql\uninstall\oracle\drop_promotion_ddl.sql'
---------------------------------------------------------------------------------------------------------GRANT ALL ON FIRST_CORE.DPS_USER TO FIRST_CAT_A;
GRANT ALL ON FIRST_CORE.site_group TO FIRST_CAT_A;
GRANT ALL ON FIRST_CORE.site_configuration TO FIRST_CAT_A;
GRANT ALL ON FIRST_CORE.DPS_USER TO FIRST_CAT_B;
GRANT ALL ON FIRST_CORE.site_group TO FIRST_CAT_B;
GRANT ALL ON FIRST_CORE.site_configuration TO FIRST_CAT_B;
-----------------------------------------------------------------------------------------------------------------------------------@'D:\ATG\ATG10.0.3\DAS\sql\uninstall\oracle\drop_das_ddl.sql'

Reference:
https://ariklalo.com/2012/05/26/weblogic-10-3-6-installation/
https://docs.oracle.com/cd/E26180_01/CRS.94/ATGCRSInstall/html/s0405installingt
heatgplatform01.html

ATG

Page 3

Anda mungkin juga menyukai