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