Changes between Version 4 and Version 5 of En:ManualInstalacionOpengnsys
- Timestamp:
- Sep 20, 2010, 1:01:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
En:ManualInstalacionOpengnsys
v4 v5 25 25 26 26 1. Download the script. Examples with various tools: 27 1. Download with wget.28 wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh29 2. Download with curl.30 curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh31 3. Download with a web browser. Click on the link above and save the file opengnsys_installer.sh name.27 a. Download with wget. 28 {{{ wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh }}} 29 a. Download with curl. 30 {{{ curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh }}} 31 a. Download with a web browser. Click on the link above and save the file opengnsys_installer.sh name. 32 32 33 33 2. Installation process. 34 1. Recommended change the users and default passwords by editing instaladoropengnsys_installer.sh file. Search variables OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, OPENGNSYS_DB_DEFAULTUSER and OPENGNSYS_DB_DEFAULTPASSWD. Change the values you want.35 2. The script must be run as root: sudo bash opengnsys_installer.sh34 a. Recommended change the users and default passwords by editing instaladoropengnsys_installer.sh file. Search variables OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, OPENGNSYS_DB_DEFAULTUSER and OPENGNSYS_DB_DEFAULTPASSWD. Change the values you want. 35 a. The script must be run as root: sudo bash opengnsys_installer.sh 36 36 37 37 == Installation from tar.gz==