install Atg on solaris(X86)

1.Install atg das6.3.0 on /opt/ATG/DAS6.3
   #cd /opt
   #mkdir ATG
   #cd ATG
   #cp /tmp/ATGDAS6.3.0.jar .
   #jar xvf ATGDAS6.3.0.jar
   #cd DAS6.3.0
   #chmod +x bin/*
   #bin/Install
continue with step by step but do not download the lisence to das and after install copy the properties files to $DAS_HOME/home/localconfig

2.Install atg das6.3.0 patch3:
  #cp /tmp/ATGDAS6.3.0_p3.zip(or jar) /opt/ATG/DAS6.3.0/patch
  #cd /opt/ATG/DAS6.3.0/patch
  #upzip ATGDAS6.3.0_p3.zip( or jar xvf ATGDAS6.3.0_p3.jar)
  #cd DAS6.3.0_p3
  #chmod +x bin/*
  #bin/install.sh
 
3.Install atg 7.2 on /opt/ATG/ATG7.2
  #cd /tmp
  #chmod +x ATG7.2.bin
  #./ATG7.2.bin
  continue with step by step but do not download the lisence to das and after install copy the properties files to /opt/ATG/ATG7.2/home/localconfig.
4.Install atg 7.2 patch1
 # cp /tmp/ATG7.2_p1.jar /opt/ATG/ATG7.2/patch
 #jar xvf ATG7.2_p1.jar
 #cd ADT7.2_p1
 #chmod +x bin/*
 #bin/install.sh
5.new atg module by eclipse:
install eclipse plugin from http://www.atg.com/eclipse/ whith eclipse 3.3.
set compiler in java 1.4.
6.edit $ATG_HOME/ATG7.2/home/localconfig/Config.properties set:
   defaultForUpdates=false
  and add this file to your module path/config/ and set
   defaultForUpdates=true
7.If you platform's java is jdk 1.5 so add config file Configuration.properties to your module path/config/atg/dynamo/ and set compileCommand=javac -target 1.5 -classpath {1} -d {2} {0}
8.excute your require sql from you depend on mudolus(find this sql from your depand modules).
9.Add apache for you atg server:
    use solaris 10 default apache2, and install connection module, todo:
    a.

    b.Edit the mime.types file and insert the following ATG Dynamo MIME types lines at the end:

    dynamo-internal/jsp jsp
dynamo-internal/html jhtml jhtm
dynamo-internal/wml jwml jwm
dynamo-internal/template dyn
c.Add a DynamoManager line to the httpd.conf file like:
DynamoManager localhost 8880
DynamoPath /THREEFISHES
DynamoLimitRequestBody 1024







你可能感兴趣的:(install Atg on solaris(X86))