source: doc/INSTALL.en.txt @ 9ac7993

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 9ac7993 was e0e4c02, checked in by Ramón M. Gómez <ramongomez@…>, 7 years ago

#840: Updating changelog, installation notes and README file.

  • Property mode set to 100644
File size: 3.9 KB
Line 
1Installing OpenGnsys Server 1.1.1 (codename "Espeto")
2=====================================================
3
4Before installation
5-------------------
6
7OpenGnsys Server 1.1.1 (Espeto) is mean to be installed under Ubuntu Server 16.04 LTS or newer, though it has also been tested under operating systems based on CentOS 7.
8
9Network connection is needed in order to download the required packages, the source code and the preconfigured client.
10
11Minimum storage requirements:
12- 100 MB in /tmp (for the installation process)
13- 600 MB in /var/lib/tftpboot (or /srv in Debian systems) for every installed ogLive client.
14- 250 MB in the installation folder (/opt/opengnsys) plus 600 MB for every downloaded ISO image.
15- Enough disk space for the image repository in /opt/opengnsys/images (it is recommended to mount it on an independent file system)
16
17
18
19Installing
20----------
21
22To install OpenGnsys, run opengnsys_installer.sh script after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh
23
24Unpacking example:
25        tar xvzf opengnsys-1.1.0.tar.gz
26        cd opengnsys/installer
27
28Download examples:
29
30    * Download with wget.
31        wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh
32
33    * Download with curl.
34        curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh -o opengnsys_installer.sh
35
36
37You must be root to run the installation script:
38        sudo bash opengnsys_installer.sh
39
40
41The following information will be requested in order to configure the access to the service (a default value will be introduced if no parameter is indicated):
42    * MySQL root password
43    * Web console user and OpenGnsys Super Administrator
44    * Web console user's password
45    * Client's password for accessing remote services
46    * Choose which ogLive clients to install.
47
48
49The following processes will be carried out:
50    * Gathering of the basic network parameters.
51    * Checking installed packages.
52    * Downloading and installing dependencies.
53    * Creating OpenGnsys basic folder sctructure.
54    * Download code from the repository to a temporal folder (/tmp/opengnsys_installer). In upcoming releases this process will not be necessary.
55    * Compiling and installing OpenGnsys services.
56    * Basic configuration of OpenGnsys network services (DHCP, PXE and Samba) using the existing configuration templates.
57    * Copying additional server management files.
58    * Creating database and configuring OpenGnsys administration console web server.
59    * Copying administration console pages.
60    * Copying OpenGnsys client folder structure.
61    * Downloading OpenGnsys client initial image.
62    * Basic configuration of OpenGnsys services using network parameters.
63
64Once the installation process is finished, you can start working with the system:
65    * Configuring DHCP.
66    * Adding information in the administration console.
67    * Customizing administration scripts.
68    * Creating start menus for the clients.
69
70
71
72Updating / upgrading
73--------------------
74
75There is a system self-upgrading script with the following features:
76    * Network connection is needed to obtain the latest updates / upgrades.
77    * If the script updates itself, then it must be run once again.
78    * Services depending on the operating system will not be updated.
79    * Configuration files will not be modified.
80
81You must be root to run this script:
82    sudo /opt/opengnsys/lib/opengnsys_update.sh
83 
84
85
86Uninstalling
87------------
88
89There is also an uninstallation script to remove the OpenGnsys components:
90    * OpenGnsys files and database will be deleted.
91    * Operating system packages and their configuration files will be preserved.
92    * The image folder and its content will not be deleted.
93
94You must be root to run this script:
95    sudo /opt/opengnsys/lib/opengnsys_uninstall.sh
96
Note: See TracBrowser for help on using the repository browser.