Changes between Version 4 and Version 5 of En:ManualInstalacionOpengnsys


Ignore:
Timestamp:
Sep 20, 2010, 3:01:00 PM (14 years ago)
Author:
paqui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v4 v5  
    2525
    26261. 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.sh
    29     2. Download with curl.
    30          curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh
    31     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.
    3232
    33332. 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.sh
     34    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
    3636
    3737== Installation from tar.gz==