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

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

Terminado instalador fullstack

  • Property mode set to 100644
File size: 2.8 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
40NOTA: La contraseña para el usuario administrador elegido será "admin".
41      Se recomienda encarecidamente que se modifique tras el primer acceso a OpenRLabs.
42
43ACTUALIZACIÓN
44
45El proceso de actualización salva los datos de la base de
46datos, instalar el nuevo esquema e importa dichos datos. Posteriormente
47actualiza el código de la aplicación openrlabs.
48
49No se reinstalan ni el framework web2py ni el resto de componentes: websocket,
50nginx, ...etc.
51
52Ejemplo de actualización con el usuario de sistema "foo" (necesitará
53privilegios de administración):
54
55chmod +x update.sh
56sudo foo ./update.sh
57
58
59PROBLEMAS DETECTADOS Y LIMITACIONES
60
61La aplicación funciona correctamente con
62el navegador Google Chrome.
63
64Puede funcionar también en Mozilla Firefox,
65pero se recomienda leer en el WIKI -> FAQs las
66medidas a tener en cuenta.
67
68En otros navegadores no ha sido testado.
69
70
71WIKI
72
73Toda la documentación es encuentra en:
74
75wiki.openrlabs.es
76
77
78CONTACTO
79
80<dfuertes@unizar.es>
81<jcgarcia@unizar.es>
82
83
84DETALLES DE LA LICENCIA
85
86
87openrlabs is released under the GNU General Public License,
88version 3 or later. See file "COPYING" for full license text.
89
90In compliance with the terms of the GPL, a full source distribution
91(openrlabs and all included libraries) is available at
92<http://openrlabs.es>.
93
94This program is free software: you can redistribute it and/or modify
95it under the terms of the GNU General Public License as published by
96the Free Software Foundation, either version 3 of the License, or
97(at your option) any later version.
98
99This program is distributed in the hope that it will be useful,
100but WITHOUT ANY WARRANTY; without even the implied warranty of
101MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
102GNU General Public License for more details.
103
104You should have received a copy of the GNU General Public License
105along with this program.  If not, see <http://www.gnu.org/licenses/>.
106
107
Note: See TracBrowser for help on using the repository browser.