Changes between Version 5 and Version 6 of En:ManualInstalacionOpengnsys
- Timestamp:
- Sep 20, 2010, 1:16:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
En:ManualInstalacionOpengnsys
v5 v6 4 4 = OpenGnSys Server Installation Manual = 5 5 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. 7 8 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]. 9 10 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. 11 12 12 13 13 14 == Installation Methods == 14 15 15 There are three basic ways OpenGnSys installation: 16 17 There are three basic ways [http://www.opengnsys.es/ OpenGnSys] installation: 16 18 * Installation script. Which uses Subversion to download the application. 17 19 * Starting from a tar.gz This application is now complete. 18 20 * Installation step by step manual. It is obvious the installation script and install each component. 19 21 20 After installation is helpful to review the initial configuration. Especially important if we change the server IP OpenGnSys22 After installation is helpful to review the [wiki:ConfigInicial init configuration]. Especially important if we change the server IP OpenGnSys. 21 23 22 24 == Installation Script == 23 25 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=txt26 [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] 25 27 26 28 1. Download the script. Examples with various tools: 27 29 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 }}} 29 33 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. 32 38 33 39 2. 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 }}} 36 46 37 47 == Installation from tar.gz==