wiki:En:ManualInstalacionOpengnsys

Version 6 (modified by paqui, 14 years ago) (diff)

--

TOC?

OpenGnSys Server Installation Manual

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.

The scripts and installation files OpenGnSys components are available in 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 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 init configuration?. Especially important if we change the server IP OpenGnSys.

Installation Script

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

  1. Download the script. Examples with various tools:
    1. Download with wget.
         wget http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt -O opengnsys_installer.sh
      
    2. Download with curl.
         curl http://www.opengnsys.es/browser/trunk/installer/opengnsys_installer.sh?format=txt > opengnsys_installer.sh
      
    3. Download with a web browser. Click on the link above and save the file opengnsys_installer.sh name.
  1. Installation process.
    1. 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.
    2. The script must be run as root:
   sudo bash opengnsys_installer.sh

Installation from tar.gz