Line 1: |
|
|
+ |
= Test Install Run =
|
|
|
|
|
|
|
+ |
Here is all I did for my install:
|
|
|
|
|
|
|
+ |
'''SQL-PLUS SETUP''':
|
|
|
+ |
<pre>SQL> CREATE USER JDK7_387 IDENTIFIED BY JDK7_387;
|
|
|
|
|
|
|
+ |
User created.
|
|
|
|
|
|
|
+ |
SQL> GRANT CONNECT, RESOURCE TO JDK7_387;
|
|
|
|
|
|
|
+ |
Grant succeeded.
|
|
|
|
|
|
|
+ |
SQL></pre>
|
|
|
|
|
|
|
+ |
'''ANTHILL INSTALL''': ''(note that this install consisted of a full filesystem, no database, and a configured installed.properties file)''
|
|
|
+ |
<pre>Buildfile: install.with.groovy.xml
|
|
|
|
|
|
|
+ |
install:
|
|
|
+ |
[echo]
|
|
|
+ |
[echo] Installing AnthillPro3 Server 3.8.7_303013
|
|
|
+ |
[echo] Enter the directory where the AnthillPro3 server should be installed.
|
|
|
+ |
%SERVER%
|
|
|
+ |
[echo]
|
|
|
+ |
[echo] Installing AnthillPro3 Server to: %SERVER%
|
|
|
+ |
[echo] Please enter the home directory of the JRE/JDK used to run the server. [Default: C:\java\170u05x64]
|
|
|
|
|
|
|
+ |
[echo] JVM Version detected: 1.7.0_05
|
|
|
+ |
[echo] JAVA_HOME: C:\java\170u05x64
|
|
|
+ |
[echo] Enter the database schema name. (required if user has DBA role)
|
|
|
|
|
|
|
+ |
[copy] Copying 3 files to %INSTALLER%\lib\ext
|
|
|
+ |
.
|
|
|
+ |
.
|
|
|
+ |
.
|
|
|
+ |
[copy] Copying 2 files to %SERVER%\bin\service
|
|
|
+ |
[echo] Do you want to install Anthill3 Server as Windows service? y,N [Default: N]
|
|
|
|
|
|
|
+ |
[echo]
|
|
|
+ |
[echo] You can install service manually (see documentation).
|
|
|
+ |
[echo]
|
|
|
+ |
[propertyfile] Updating property file: %SERVER%\conf\server\installed.properties
|
|
|
+ |
[echo] Creating Database ...
|
|
|
+ |
[sql] Executing resource: %INSTALLER%\database\oracle\anthill3.ddl
|
|
|
+ |
[sql] 153 of 153 SQL statements executed successfully
|
|
|
+ |
[echo] Creating Foreign Keys ...
|
|
|
+ |
[sql] Executing resource: %INSTALLER%\database\foreign-keys.ddl
|
|
|
+ |
[sql] 197 of 197 SQL statements executed successfully
|
|
|
+ |
[echo] Creating Indexes ...
|
|
|
+ |
[sql] Executing resource: %INSTALLER%\database\anthill3-indexes.ddl
|
|
|
+ |
[sql] 239 of 239 SQL statements executed successfully
|
|
|
+ |
[echo] Inserting data ...
|
|
|
+ |
[dbunit] Executing operation: INSERT
|
|
|
+ |
[dbunit] on file: %INSTALLER%\database\anthill3-data-insert.xml
|
|
|
+ |
[dbunit] with format: xml
|
|
|
+ |
[echo] Creating Permissions...
|
|
|
+ |
[propertyfile] Creating new property file: %SERVER%\conf\installed.version
|
|
|
+ |
[propertyfile] Updating property file: %SERVER%\conf\installed.version
|
|
|
+ |
[copy] Copying 247 files to %SERVER%\agent-upgrade
|
|
|
+ |
[copy] Copied 28 empty directories to 2 empty directories under %SERVER%\agent-upgrade
|
|
|
+ |
[copy] Copying 50 files to %SERVER%\agent-upgrade\lib
|
|
|
+ |
[mkdir] Created dir: %SERVER%\opt\tomcat\webapps\ROOT\tools\agent
|
|
|
+ |
[zip] Building zip: %SERVER%\opt\tomcat\webapps\ROOT\tools\agent\anthill3-agent-install.zip
|
|
|
+ |
[unzip] Expanding: %INSTALLER%\agent\conf.zip into %SERVER%\agent-upgrade
|
|
|
+ |
[copy] Copying 1 file to %SERVER%\opt\tomcat\webapps\ROOT\tools\agent
|
|
|
+ |
[zip] Updating zip: %SERVER%\opt\tomcat\webapps\ROOT\tools\agent\agent-upgrade.jar
|
|
|
+ |
[delete] Deleting directory %SERVER%\agent-upgrade
|
|
|
+ |
[echo] After starting the AnthillPro3 server, you may access the web UI by pointing your web-browser at
|
|
|
+ |
[echo] http://localhost:80/ to complete the Installation.
|
|
|
+ |
[echo] Installer Complete. (press return to exit installer)</pre>
|