Difference between revisions of "Retain Linux Install"
From GWAVA Technologies Training
(Created page with "Prerquesites: install apache2 download MySQL") |
|||
Line 1: | Line 1: | ||
− | Prerquesites: | + | |
− | install apache2 | + | == Prerquesites: == |
− | download MySQL | + | |
+ | #install apache2 from YaST | ||
+ | #md /software/mysql directory | ||
+ | #download MySQL Community Server '''5.5.42''' [http://dev.mysql.com/downloads/mysql/] direct? [http://dev.mysql.com/downloads/file.php?id=455557] to that diretory | ||
+ | #unzip MySQL client and MySQL server | ||
+ | #download the current version of Retain [se.gwava.com] | ||
+ | #<code>wget "http://download.gwava.com/download.php?product=Retain&version=current"</code> | ||
+ | #unzip Retain | ||
+ | #chmod +x *.sh | ||
+ | |||
+ | |||
+ | == Install: == | ||
+ | |||
+ | #./RetainInstall.sh |
Revision as of 16:20, 18 March 2015
Prerquesites:
- install apache2 from YaST
- md /software/mysql directory
- download MySQL Community Server 5.5.42 [1] direct? [2] to that diretory
- unzip MySQL client and MySQL server
- download the current version of Retain [se.gwava.com]
wget "http://download.gwava.com/download.php?product=Retain&version=current"
- unzip Retain
- chmod +x *.sh
Install:
- ./RetainInstall.sh