Difference between revisions of "Retain Linux Install"
From GWAVA Technologies Training
(→Prerequisites for Retain 3.5:) |
|||
Line 9: | Line 9: | ||
#unzip MySQL client and MySQL server tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar | #unzip MySQL client and MySQL server tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar | ||
#md /software/retain[version] directory and change to it | #md /software/retain[version] directory and change to it | ||
− | #download the current version of Retain [http://download.gwava.com/download.php?product=Retain&version=versions] | + | #download the current version of Retain [http://download.gwava.com/download.php?product=Retain&version=versions] or the beta. |
#*<code>wget "http://download.gwava.com/download.php?product=Retain&version=current"</code> | #*<code>wget "http://download.gwava.com/download.php?product=Retain&version=current"</code> | ||
+ | #*<code>wget "http://download.gwava.com/download.php?product=Retain&version=beta"</code> | ||
#unzip Retain | #unzip Retain | ||
#chmod +x *.sh | #chmod +x *.sh |
Revision as of 20:32, 1 July 2015
Prerequisites for Retain 3.5:
- install http server (apache2) from YaST
- set DNS to Exchange server, if applicable. YaST/Network Settings
- md /software/mysql directory and change to it
- download MySQL Community Server 5.5.42 [1] direct? [2] to that mysql directory
- unzip MySQL client and MySQL server tar -xf MySQL-5.5.42-1.sles11.x86_64.rpm-bundle.tar
- md /software/retain[version] directory and change to it
- download the current version of Retain [3] or the beta.
- unzip Retain
- chmod +x *.sh
Install:
-
./RetainInstall.sh
- install modules:
- Retain Server
- Reporting & Monitoring
- Worker
- setup database, using MySQL
- give it the path from above
- give mysql root user a password (remember this)
- create a database, username and password
- take the defaults
- go to the [retain server]/RetainServer to finish the install process.