summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGELOG.es.txt7
-rw-r--r--doc/INSTALL.en.txt14
-rw-r--r--doc/INSTALL.es.txt12
3 files changed, 20 insertions, 13 deletions
diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt
index bf55e684..4e9b08c3 100644
--- a/doc/CHANGELOG.es.txt
+++ b/doc/CHANGELOG.es.txt
@@ -1,8 +1,8 @@
+
LISTA DE CAMBIOS CHANGELOG.es.txt
========================================
-
Lista de cambios incluidos en OpenGnsys 1.1.1 (Espeto)
------------------------------------------------------
@@ -20,6 +20,7 @@ Tickets resueltos en módulo OpenGnsys Cloning Engine:
#920 Error al guardar en la BD el número de serie (corrección)
#923 Mejora de control de errores en deployImagen (corrección)
#926 bootOsCustom soportará varios discos y una partición de datos
+#931 Fallo en el inventario Software (corrección)
Tickets resueltos en módulo OpenGnsys Client:
#847 La ISO del ogLive debe de utilzar la revisión de Git y no de SVN
@@ -49,7 +50,8 @@ Tickets resueltos en módulo OpenGnsys Server:
#896 Enviar Wake On Lan por la interfaz correcta
#899 Eliminar código obsoleto en ogAdmLib
#900 Fichero de configuración unificado (duplicado de #140)
-#915 API REST para ogAdmServer
+#915 API REST para ogAdmServer (tarea)
+#924 ogAdmServer: Aunque la restauración falle se modifica la configuración del equipo (corrección)
#925 Script para generar API tokens de servicios
#929 Autenticación de clave pública entre los ogLive
@@ -64,6 +66,7 @@ Tickets resueltos en módulo OpenGnsys Web Admin Console:
#903 Formulario "Añadir Nuevo Ordenador" no valida dirección MAC (corrección)
#921 Cola de acciones: no muestra nada (corrección)
#928 Multicast: ampliar el rango de puertos posibles (mejora)
+#932 Remote PC no arranca equipos en repositorio secundario
Tickets resueltos en módulo OpenGnsys Installer:
#784 Mejorar rendimiento de PHP sobre Apache
diff --git a/doc/INSTALL.en.txt b/doc/INSTALL.en.txt
index 6b641c26..84492e6e 100644
--- a/doc/INSTALL.en.txt
+++ b/doc/INSTALL.en.txt
@@ -1,10 +1,10 @@
-Installing OpenGnsys Server 1.1.0
-=================================
+Installing OpenGnsys Server 1.1.1 (Espeto)
+==========================================
Before installation
-------------------
-OpenGnsys Server 1.1.1 (Espeto) is meant to be installed under Ubuntu Server 18.04 LTS or newer (some tests have been done on CentOS 7-based systems).
+OpenGnsys Server 1.1.1 (codename Espeto) is meant to be installed under Ubuntu Server 18.04 LTS or newer (some tests have been done on CentOS 7-based systems).
Network connection is needed in order to download the required packages, the source code and the preconfigured client.
@@ -22,16 +22,16 @@ Installing
To install OpenGnsys, run opengnsys_installer.sh script after unpacking the release file (opengnsys-release.tar.gz) or after downloading it directly from https://raw.githubusercontent.com/opengnsys/OpenGnsys/master/installer/opengnsys_installer.sh
Unpacking example:
- tar xvzf opengnsys-Version.tar.gz
+ tar xvzf opengnsys-VERSION.tar.gz
cd opengnsys/installer
Downloading examples:
* Download with wget.
- wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/master/installer/opengnsys_installer.sh
+ wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/VERSION/installer/opengnsys_installer.sh
* Download with curl.
- curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/master/installer/opengnsys_installer.sh -o opengnsys_installer.sh
+ curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/VERSION/installer/opengnsys_installer.sh -o opengnsys_installer.sh
You must be root to run the installation script:
@@ -71,6 +71,8 @@ Once the installation process is finished, you can start working with the system
Updating / upgrading
--------------------
+Warning: if you are going to upgrade OpenGnsys from a version earlier than 1.1.1 (Espeto), you must first upgrade Ubuntu to version 18.04 LTS and restart the server.
+
There is a system self-upgrading script with the following features:
* Network connection is needed to obtain the latest updates / upgrades.
* If the script updates itself, then it must be run once again.
diff --git a/doc/INSTALL.es.txt b/doc/INSTALL.es.txt
index 4d79e315..a8fd4e00 100644
--- a/doc/INSTALL.es.txt
+++ b/doc/INSTALL.es.txt
@@ -1,5 +1,5 @@
-Instalación de OpenGnsys Server 1.1.0
-=====================================
+Instalación de OpenGnsys Server 1.1.1 (Espeto)
+==============================================
Notas iniciales
---------------
@@ -22,16 +22,16 @@ La instalación de OpenGnsys se realiza ejecutando el script de instalación ope
Ejemplos de descompresión del programa:
- tar xvzf opengnsys-Version.tar.gz
+ tar xvzf opengnsys-VERSION.tar.gz
cd opengnsys/installer
Ejemplos de descarga con varias herramientas:
* Descargar con wget.
- wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/master/installer/opengnsys_installer.sh
+ wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/VERSION/installer/opengnsys_installer.sh
* Descargar con curl.
- curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/master/installer/opengnsys_installer.sh -o opengnsys_installer.sh
+ curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/VERSION/installer/opengnsys_installer.sh -o opengnsys_installer.sh
El script de instalación debe ser ejecutado como usuario root:
@@ -71,6 +71,8 @@ Una vez finalizada la ejecución del instalador, puede empezarse a trabajar con
Actualización
-------------
+Nota importante: si se va a actualizar OpenGnsys desde una versión anterior a la 1.1.1 (Espeto), debe actualizarse antes la distribución de Ubuntu a la versión 18.04 LTS y reiniciar el servidor.
+
Se dispone de un script de auto-actualización del sistema, con las siguientes características:
* Es necesario conexión a Internet para obtener las últimas actualizaciones.
* Si el script se actualiza a sí mismo, debe ser ejecutado de nuevo.