Changes between Version 10 and Version 11 of En:ManualInstalacionOpengnsys


Ignore:
Timestamp:
Jan 16, 2012, 10:03:10 AM (14 years ago)
Author:
ramon
Comment:

Check installation compatibility list and edit installation variables.

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v10 v11  
    44= OpenGnSys Server Installation Manual =
    55
    6 == Note==
    7  It is assumed [wiki:WikiStart/en OpenGnSys] Server will be installed in a GNU/Linux distro, Ubuntu 10.04 Server 32 bit. Actually, the installer does not work with 64 bits.
     6== Note ==
    87
    9  The scripts and installation files [wiki:WikiStart/en OpenGnSys] components are available in [browser:trunk/installer OpenGnSys Installer].
     8It is assumed [wiki:WikiStart/en OpenGnSys] Server will be installed in a GNU/Linux distro, Ubuntu 10.04 Server LTS.
    109
    11 '''Note''': The installation process will create default users, so it is recommended that you edit to create your own.
     10The scripts and installation files [wiki:WikiStart/en OpenGnSys] components are available in [browser:trunk/installer OpenGnSys Installer].
     11
     12Check the [wiki:CompatibilidadInstalacionServer/en OpenGnSys Server installation compatibility list].
    1213
    1314
     
    1617
    1718There are three basic ways [wiki:WikiStart/en OpenGnSys] installation:
    18 * Installation script. Which uses Subversion to download the application.
    19 * Starting from a tar.gz This application is now complete.
    20 * Installation step by step manual. It is obvious the installation script and install each component.
     19 * Installation script. Which uses Subversion to download the application.
     20 * Starting from a tar.gz This application is now complete.
     21 * Installation step by step manual. It is obvious the installation script and install each component.
    2122
    2223After installation is helpful to review the [wiki:ConfigInicial/en init configuration]. Especially important if we change the server IP OpenGnSys.
     
    3839
    39402. Installation process.
    40     a. Recommended change the users and  default passwords by editing 'opengnsys_installer.sh' file. Search variables OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, OPENGNSYS_DB_DEFAULTUSER and OPENGNSYS_DB_DEFAULTPASSWD. Change the values you want.
     41    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, OPENGNSYS_DB_DEFAULTUSER and OPENGNSYS_CLIENT_PASSWD. Change the values you want.
    4142    a. The script must be run as {{{root}}}:
    42 
    43 {{{
     43    {{{
    4444   sudo bash opengnsys_installer.sh
    4545}}}
     
    5757 1. Change to user root `sudo su`
    5858 1. Setting proxy to server. i.e.: `export http_proxy="http://proxy.us.es:3128"`
    59  1. We recommended change the users and passwords by default editing the installer `opengnsys_installer.sh`. Find the variables OPENGNSYS_DB_USER, OPENGNSYS_DB_PASSWD, OPENGNSYS_DB_DEFAULTUSER y OPENGNSYS_DB_DEFAULTPASSWD. Change to desired values.
     59 1. We recommended change the users and passwords by default 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.
    6060 1. Run the script `/tmp/opengnsys_installer/opengnsys/installer/opengnsys_installer.sh`
    6161