close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jan 23, 2012, 11:55:55 PM (14 years ago)
- Author:
-
paqui
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
12 | 12 | Check the [wiki:CompatibilidadInstalacionServer/en OpenGnSys Server installation compatibility list]. |
13 | 13 | |
| 14 | == Install Version == |
| 15 | |
| 16 | The current '''version''' is '''version 1.0.2''' and it is recommended using the installation script (see "Installation Script"). |
| 17 | |
14 | 18 | |
15 | 19 | == Installation Methods == |
16 | | |
17 | 20 | |
18 | 21 | There are three basic ways [wiki:WikiStart/en OpenGnSys] installation: |
… |
… |
|
24 | 27 | |
25 | 28 | === Installation Script === |
| 29 | |
| 30 | ''NOTE'': Before running the script, if you uses a proxy for Internet access, it is recommended review the information at the end of this document to enable the use of Subversion with proxy. |
26 | 31 | |
27 | 32 | [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] |
… |
… |
|
38 | 43 | 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}}} |
39 | 44 | |
40 | | 2. Installation process. |
| 45 | 2. '''Basic Configuration''' |
| 46 | a. 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: |
| 47 | * {{{MYSQL_ROOT_PASSWORD}}} - MySQL user password {{{root}}}. |
| 48 | * {{{OPENGNSYS_DB_USER}}} - OpenGnSys access user and OpenGnsys super-user. |
| 49 | * {{{OPENGNSYS_DB_PASSWD}}} - User password. |
| 50 | * {{{OPENGNSYS_CLIENT_PASSWD}}} - Remote services password client. |
| 51 | |
| 52 | 3. Installation process. |
41 | 53 | 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. |
42 | 54 | a. The script must be run as {{{root}}}: |
… |
… |
|
44 | 56 | sudo bash opengnsys_installer.sh |
45 | 57 | }}} |
| 58 | |
| 59 | |
| 60 | 4. '''Check the configuration files.''' |
| 61 | |
46 | 62 | |
47 | 63 | === Installation from tar.gz=== |
… |
… |
|
64 | 80 | For details of all the processes performed by the scripts for manual installation of the system [wiki:WikiStart/en OpenGnSys] see [wiki:InstalacionManual Manual Installation] |
65 | 81 | |
| 82 | == Init Configuration == |
| 83 | |
| 84 | 1. Check config files. |
| 85 | 1. {{{/opt/opengnsys/etc/ogAdmServer.cfg}}} - OpenGnSys Server config file |
| 86 | 2. {{{/opt/opengnsys/etc/ogAdmRepo.cfg}}} - OpenGnSys Repository config file |
| 87 | 3. {{{/opt/opengnsys/etc/ogAdmAgent.cfg}}} - OpenGnSys Agent config file |
| 88 | 4. {{{/opt/opengnsys/client/etc/ogAdmClient.cfg}}} - OpenGnSys Client config file |
| 89 | 5. {{{/opt/opengnsys/www/controlacceso.php}}} - OpenGnSys Web Admin Console config file |
| 90 | 2. Configure server DHCP and restart the service. |
| 91 | 3. Optionally, check Samba config in {{{/etc/samba}}} |
| 92 | 4. Access as Administrador in Web Admin Console. |
| 93 | 1. Use the user and password set in the installer to access to database (variables {{{OPENGNSYS_DB_USER}}} and {{{OPENGNSYS_DB_PASSWD}}}). |
| 94 | 2. Check the default organizaed configuration and default user. |
| 95 | 5. Access as user in Web Admin Console. |
| 96 | 1. Use the user and password configured as administrador in the Organizational Unit. |
| 97 | 2. Check the server IP in section "Servidores->Servidor OpenGnSys (Default)". |
| 98 | 3. If you change the configuration, you must to restart the server: {{{sudo /etc/init.d/opengnsys restart}}} |
66 | 99 | |
67 | 100 | == Updating [wiki:WikiStart/en OpenGnSys] == |