source: OpenRLabs-Git/deploy/rlabs-docker/LEEME.txt

qndtest
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 3 years ago

Historial Limpio

  • Property mode set to 100644
File size: 2.5 KB
Line 
1OpenRLabs v1.1.1 - 04 Junio 2021 - Copyright 2020 David Fuertes.
2
3
4INTRODUCCIÓN
5
6Aplicación Open Source, que utiliza la funcionalidad ofrecida
7por opengnsys a traves de su API REST para el acceso a escritorio
8remoto mediante un navegador web.
9
10Este paquete contiene el fichero de despligue de contendores docker
11mediante la aplicación docker-compose.
12
13La instalación ha sido testada en Ubuntu Server 20.04 Y 18.04.
14Debería ser compatible con cualquier S.O. Linux con docker.
15
16PRE-REQUISITOS.
17
18  - Tener instalado docker y docker-compose.
19
20        Para sistemas con apt:  apt update && apt install docker docker-compose
21
22
23INSTALACION.
24
25Ejecutar el instalador con privilegios de root:
26
27        sudo ./install.sh
28
29POST-INSTALACION.
30
31A fin de simplificar el proceso de instalación, el instalador ejecuta
32docker como usuario root.
33
34Si por motivos de seguridad desea ejecutar docker con otro usuario,
35será necesario que el usario a utilizar sea mienbro del grupo docker.   
36       
37         sudo usermod -aG docker $USER
38
39NOTA: Habrá que reiniciar la sesión para que se haga efectiva la
40pertenencia al grupo docker.
41
42DESINSTALACION.
43
44El proceso de desinstalación provoca la perdida de los datos de los contenedores.
45
46Se recomienda exportar los datos de los usuarios para evitar su perdida.
47
48Ejecutar:
49        ./uninstall.sh
50
51
52PROBLEMAS DETECTADOS Y LIMITACIONES.
53
54La aplicación funciona correctamente con
55el navegador Google Chrome.
56
57Puede funcionar también en Mozilla Firefox,
58pero se recomienda leer en el WIKI -> FAQs las
59medidas a tener en cuenta.
60
61En otros navegadores no ha sido testado.
62
63
64WIKI
65
66Toda la documentación es encuentra en:
67
68wiki.openrlabs.es
69
70
71CONTACTO
72
73<dfuertes@unizar.es>
74<jcgarcia@unizar.es>
75
76
77DETALLES DE LA LICENCIA
78
79
80openrlabs is released under the GNU General Public License,
81version 3 or later. See file "COPYING" for full license text.
82
83In compliance with the terms of the GPL, a full source distribution
84(openrlabs and all included libraries) is available at
85<http://openrlabs.es>.
86
87This program is free software: you can redistribute it and/or modify
88it under the terms of the GNU General Public License as published by
89the Free Software Foundation, either version 3 of the License, or
90(at your option) any later version.
91
92This program is distributed in the hope that it will be useful,
93but WITHOUT ANY WARRANTY; without even the implied warranty of
94MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
95GNU General Public License for more details.
96
97You should have received a copy of the GNU General Public License
98along with this program.  If not, see <http://www.gnu.org/licenses/>.
99
100
101
Note: See TracBrowser for help on using the repository browser.