Changes between Version 22 and Version 23 of En:ManualInstalacionOpengnsys


Ignore:
Timestamp:
Mar 1, 2012, 11:56:51 AM (12 years ago)
Author:
ramon
Comment:

How to install OpenGnSys 1.0.3

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v22 v23  
    1313== Install Version ==
    1414
    15 '''!OpenGnSys 1.0.2a is the current maintenance version''' and it is recommended using the installation script (see "Installation Script").
    16 
     15'''!OpenGnSys 1.0.3 is the last stable version.'''
    1716
    1817== Installation Methods ==
     
    3130[wiki:WikiStart/en OpenGnSys] installation is done by running the installation script [browser:trunk/installer/opengnsys_installer.sh opengnsys_installer.sh], which can be downloaded directly from [http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh]
    3231
    33 1. Download the script. Examples with various tools:
     32 1. Download the script. Examples with various tools:
    3433    a. Download with wget.
    3534         {{{
     
    4241    a. Download with a web browser. Click on the link [http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh] and save the file as {{{opengnsys_installer.sh}}}
    4342
    44  2. '''Basic Configuration'''
    45    a. For security reasons, it is '''very important''' modify defaults users and passwords to access to the system. For this, edit the installation file {{{opengnsys_installer.sh}}} and change the values of configuration variables:
     43 2. Basic Configuration.
     44   For security reasons, it is '''very important''' modify default users and passwords to access to the system. For this, edit the installation file {{{opengnsys_installer.sh}}} and change the values of configuration variables:
    4645     * {{{MYSQL_ROOT_PASSWORD}}} - MySQL {{{root}}} user password.
    4746     * {{{OPENGNSYS_DB_USER}}} - OpenGnSys access user and OpenGnSys super-user.
     
    4948     * {{{OPENGNSYS_CLIENT_PASSWD}}} - Password for client access to remote services.
    5049
    51 3. Installation process.
    52     a. Recommended change the users and default passwords by editing {{{opengnsys_installer.sh}}} file. Search variables MYSQL_ROOT_PASSWORD, OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD and OPENGNSYS_CLIENT_PASSWD. Change the values you want.
    53     a. The script must be run as {{{root}}}:
     50 3. Installation process.
     51    The installation script must be run as {{{root}}}:
    5452    {{{
    55    sudo bash opengnsys_installer.sh
    56 }}}
    57 
    58 
    59  4. '''Check the configuration files.'''
    60 
    61 
    62 === Installation from tar.gz===
    63 
    64 1. If we do not have access to Subversion, i.e., we are behind a proxy, we will have to download the package tgz from the web.
    65    a. Access to [http://www.opengnsys.es/browser/tags]
    66    a. Window will be open, informing you can not see the package, only download.
    67  1. Load it on a server temporary directory.
    68  1. Descompress the file: {{{tar xvzf opengnsys-}}}''{{{version}}}''{{{.tar.gz}}}
     53sudo bash opengnsys_installer.sh
     54}}}
     55
     56 4. Check the configuration files.
     57
     58
     59=== Installation from tar.gz ===
     60
     61If we do not have access to Subversion, i.e., we are behind a proxy, we will have to download the tar.gz package from the web.
     62 1. Access to [http://www.opengnsys.es/downloads]
     63 1. Load {{{opengnsys-}}}''{{{version}}}''{{{.tar.gz}}} file on a server temporary directory.
     64 1. Decompress the file: {{{tar xvzf opengnsys-}}}''{{{version}}}''{{{.tar.gz}}}
    6965 1. Change to the installer directory: {{{cd opengnsys/installer}}}
    70  1. Setting proxy to server, if needed. i.e.: {{{export http_proxy="http://}}}''{{{proxyserver}}}''{{{:}}}''{{{proxyporrt}}}''
    71  1. We recommended change the default users and passwords editing the installer {{{opengnsys_installer.sh}}}. Find the variables MYSQL_ROOT_PASSWORD, OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, and OPENGNSYS_CLIENT_PASSWD. Change to desired values.
     66 1. Setting proxy server, if needed. i.e.: {{{export http_proxy="http://}}}''{{{proxyserver}}}''{{{:}}}''{{{proxyporrt}}}''
     67 1. '''We strongly recommended change the default users and passwords editing the installer {{{opengnsys_installer.sh}}}.''' Find the variables MYSQL_ROOT_PASSWORD, OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, and OPENGNSYS_CLIENT_PASSWD. Change to desired values.
    7268 1. Run the script: {{{sudo bash opengnsys_installer.sh}}}
    7369