Changes between Version 5 and Version 6 of En:ManualInstalacionOpengnsys


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

--

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v5 v6  
    44= OpenGnSys Server Installation Manual =
    55
    6 Note: It is assumed 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==
     7 It is assumed [http://www.opengnsys.es/ 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.
    78
    8 The scripts and installation files OpenGnSys components are available in OpenGnSys Installer package.
     9 The scripts and installation files [http://www.opengnsys.es/ OpenGnSys] components are available in [browser:trunk/installer OpenGnSys Installer].
    910
    10 Note: The installation process will create default users, so it is recommended that you edit to create your own.
     11'''Note''': The installation process will create default users, so it is recommended that you edit to create your own.
    1112
    1213
    1314== Installation Methods ==
    1415
    15 There are three basic ways OpenGnSys installation:
     16
     17There are three basic ways [http://www.opengnsys.es/ OpenGnSys] installation:
    1618* Installation script. Which uses Subversion to download the application.
    1719* Starting from a tar.gz This application is now complete.
    1820* Installation step by step manual. It is obvious the installation script and install each component.
    1921
    20 After installation is helpful to review the initial configuration. Especially important if we change the server IP OpenGnSys
     22After installation is helpful to review the [wiki:ConfigInicial init configuration]. Especially important if we change the server IP OpenGnSys.
    2123
    2224== Installation Script ==
    2325
    24 OpenGnSys installation is done by running the installation script opengnsys_installer.sh, which can be downloaded directly from http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt
     26[http://www.opengnsys.es/ 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/browser/trunk/installer/opengnsys_installer.sh?format=txt]
    2527
    26281. Download the script. Examples with various tools:
    2729    a. Download with wget.
    28          {{{ wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh }}}
     30         {{{
     31            wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh
     32         }}}
    2933    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.
     34         {{{
     35            curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh
     36         }}}
     37    a. Download with a web browser. Click on the link above and save the file {{{opengnsys_installer.sh}}} name.
    3238
    33392. Installation process.
    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
     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. The script must be run as {{{root}}}:
     42
     43{{{
     44   sudo bash opengnsys_installer.sh
     45}}}
    3646
    3747== Installation from tar.gz==