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