source: doc/INSTALL.en.txt @ b9c2d43

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since b9c2d43 was d4871ae, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #498: English translatino for some documentation files.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2691 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[d4871ae]1
2OpenGnSys Server Installation v. 1.0.3
3======================================
4
5
6Notes
7-----
8
9It is assumed OpenGnSys Server will be installed in a GNU/Linux distro, Ubuntu 10.04 Server LTS or later, Linux Mint 12 or later, Debian 6 or later.
10
11
12Installation Methods
13--------------------
14
15There are three basic ways OpenGnSys installation:
16
17    Installation script. Which uses Subversion to download the application.
18    Starting from a tar.gz This application is now complete.
19    Installation step by step manual. It is obvious the installation script and install each component.
20
21
221. Download the Installation Script
23
24OpenGnSys installation is done by running the installation script opengnsys_installer.sh, which can be downloaded directly from http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh
25
261.1. Download the script.  Examples with various tools:
27
28        Download with wget.
29           wget http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh
30        Download with curl.
31           curl http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh > opengnsys_installer.sh
32        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
33
341.2. Or, installation from tar.gz.
35
36    If we do not have access to Subversion, we will have to download the package tgz from the web.  Access to http://www.opengnsys.es/browser/tags and load it on a server temporary directory.
37
38    Descompress the file:
39        tar xvzf opengnsys-version.tar.gz
40
41    Change to the installer directory:
42        cd opengnsys/installer
43
44
452. Basic Configuration
46
47        For security reasons, it is very important modify defaults users and passwords to access to the system. For this, edit the installation file opengnsys_installer.sh and change the values of configuration variables:
48            MYSQL_ROOT_PASSWORD - MySQL root user password.
49            OPENGNSYS_DB_USER - OpenGnSys access user and OpenGnSys super-user.
50            OPENGNSYS_DB_PASSWD - User password.
51            OPENGNSYS_CLIENT_PASSWD - Password for client access to remote services.
52
53
543. Installation process.
55
56The installation script must be run as root:
57
58           sudo bash opengnsys_installer.sh
59
60
614. Check the configuration files.
62
63Init Configuration
64        /opt/opengnsys/etc/ogAdmServer.cfg - OpenGnSys Server config file
65        /opt/opengnsys/etc/ogAdmRepo.cfg - OpenGnSys Repository config file
66        /opt/opengnsys/etc/ogAdmAgent.cfg - OpenGnSys Agent config file
67        /opt/opengnsys/client/etc/ogAdmClient.cfg - OpenGnSys Client config file
68        /opt/opengnsys/www/controlacceso.php - OpenGnSys Web Admin Console config file
69
70Configure DHCP server, insert clients data and restart the service.
71
72Access as Administrador in Web Admin Console.
73        Use the user and password set in the installer to access to database (variables OPENGNSYS_DB_USER and OPENGNSYS_DB_PASSWD).
74        Check the default organizaed configuration and default user.
75    Access as user in Web Admin Console.
76        Use the user and password configured as administrador in the Organizational Unit.
77        Check the server IP in section "Servidores->Servidor OpenGnSys (Default)".
78        If you change the configuration, you must to restart the server: sudo /etc/init.d/opengnsys restart
79
80
81Updating OpenGnSys
82------------------
83
84Run opengnsys_update.sh script as "root" to update all OpenGnSys components from the Subversion repository:
85
86        sudo bash /opt/opengnsys/lib/opengnsys_update.sh
87
88Follow the instructions.
89
90
91Uninstalling OpenGnSys
92----------------------
93
94Run opengnsys_uninstall.sh script as "root" to uninstall all OpenGnSys components:
95
96        sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh
97
98Follow the instructions.
99
100
Note: See TracBrowser for help on using the repository browser.