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