source: OpenRLabs-Git/deploy/rlabs_installer/LEEME.txt @ f7f4e98

mainqndtest
Last change on this file since f7f4e98 was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 2.7 KB
Line 
1OpenRLabs v1.1.1 - 25 Mayo 2021 - Copyright 2020 David Fuertes.
2
3
4INTRODUCCIÓN
5
6
7Aplicación Open Source, que utiliza la funcionalidad ofrecida
8por opengnsys a traves de su API REST para el acceso a escritorio
9remoto mediante un navegador web.
10
11PRE-REQUISITOS
12
13Para hacer funcionar la aplicación ser necesita un sistema LINUX con:
14
15 - Framework web2py.
16 - Servidor web.
17 - Servidor aplicaciones Java.
18
19Durante el proceso se instala todo lo necesario para
20poder ejecutar la aplicación.
21
22El instalador ha sido testado en Ubuntu Server 20.04
23
24INSTALACIÓN
25
26El proceso de instalación requiere de diferentes
27componentes. La instalación de cada componente se ha
28implementado en ficheros diferentes numerado para
29cumplir con el orden de instalación requerido.
30
31Desde el fichero install.sh se ejecutan todos los scripts.
32Para instalar el programa.
33
34Ejemplo con el usuario "foo" (necesitará privilegios
35de administración):
36
37chmod +x install.sh
38sudo foo ./install.sh
39
40ACTUALIZACIÓN
41
42El proceso de actualización salva los datos de la base de
43datos, instalar el nuevo esquema e importa dichos datos. Posteriormente
44actualiza el código de la aplicación openrlabs.
45
46No se reinstalan ni el framework web2py ni el resto de componentes: websocket,
47nginx, ...etc.
48
49Ejemplo de actualización con el usuario de sistema "foo" (necesitará
50privilegios de administración):
51
52chmod +x update.sh
53sudo foo ./update.sh
54
55
56PROBLEMAS DETECTADOS Y LIMITACIONES
57
58La aplicación funciona correctamente con
59el navegador Google Chrome.
60
61Puede funcionar también en Mozilla Firefox,
62pero se recomienda leer en el WIKI -> FAQs las
63medidas a tener en cuenta.
64
65En otros navegadores no ha sido testado.
66
67
68WIKI
69
70Toda la documentación es encuentra en:
71
72wiki.openrlabs.es
73
74
75CONTACTO
76
77<dfuertes@unizar.es>
78<jcgarcia@unizar.es>
79
80
81DETALLES DE LA LICENCIA
82
83
84openrlabs is released under the GNU General Public License,
85version 3 or later. See file "COPYING" for full license text.
86
87In compliance with the terms of the GPL, a full source distribution
88(openrlabs and all included libraries) is available at
89<http://openrlabs.es>.
90
91This program is free software: you can redistribute it and/or modify
92it under the terms of the GNU General Public License as published by
93the Free Software Foundation, either version 3 of the License, or
94(at your option) any later version.
95
96This program is distributed in the hope that it will be useful,
97but WITHOUT ANY WARRANTY; without even the implied warranty of
98MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
99GNU General Public License for more details.
100
101You should have received a copy of the GNU General Public License
102along with this program.  If not, see <http://www.gnu.org/licenses/>.
103
104
Note: See TracBrowser for help on using the repository browser.