[[TranslatedPages]] [[TOC]] = OpenGnSys Server Installation Manual = == Note== 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. The scripts and installation files [http://www.opengnsys.es/ OpenGnSys] components are available in [browser:trunk/installer OpenGnSys Installer]. '''Note''': The installation process will create default users, so it is recommended that you edit to create your own. == Installation Methods == There are three basic ways [http://www.opengnsys.es/ OpenGnSys] installation: * Installation script. Which uses Subversion to download the application. * Starting from a tar.gz This application is now complete. * Installation step by step manual. It is obvious the installation script and install each component. After installation is helpful to review the [wiki:ConfigInicial init configuration]. Especially important if we change the server IP OpenGnSys. == Installation Script == [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] 1. Download the script. Examples with various tools: a. Download with wget. {{{ wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh }}} a. Download with curl. {{{ curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh }}} a. Download with a web browser. Click on the link above and save the file {{{opengnsys_installer.sh}}} name. 2. Installation process. 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. a. The script must be run as {{{root}}}: {{{ sudo bash opengnsys_installer.sh }}} == Installation from tar.gz==