Changes between Version 22 and Version 23 of En:ManualInstalacionOpengnsys
- Timestamp:
- Mar 1, 2012, 10:56:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
En:ManualInstalacionOpengnsys
v22 v23 13 13 == Install Version == 14 14 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.''' 17 16 18 17 == Installation Methods == … … 31 30 [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] 32 31 33 1. Download the script. Examples with various tools:32 1. Download the script. Examples with various tools: 34 33 a. Download with wget. 35 34 {{{ … … 42 41 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}}} 43 42 44 2. '''Basic Configuration'''45 a. For security reasons, it is '''very important''' modify defaultsusers 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: 46 45 * {{{MYSQL_ROOT_PASSWORD}}} - MySQL {{{root}}} user password. 47 46 * {{{OPENGNSYS_DB_USER}}} - OpenGnSys access user and OpenGnSys super-user. … … 49 48 * {{{OPENGNSYS_CLIENT_PASSWD}}} - Password for client access to remote services. 50 49 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}}}: 54 52 {{{ 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}}} 53 sudo bash opengnsys_installer.sh 54 }}} 55 56 4. Check the configuration files. 57 58 59 === Installation from tar.gz === 60 61 If 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}}} 69 65 1. Change to the installer directory: {{{cd opengnsys/installer}}} 70 1. Setting proxy toserver, 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. 72 68 1. Run the script: {{{sudo bash opengnsys_installer.sh}}} 73 69