diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-10-09 08:08:23 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-10-09 08:08:23 +0200 |
commit | b468e583eed0e05f8b0cc4a0040203b90c12e9e1 (patch) | |
tree | b589dce31ead1c76542d5a1041c8c6a71922fe7e /admin/WebConsole | |
parent | 488b14701ec36537636983e5e7367e3b7361e8be (diff) |
#914: Update OGAgent creation dependencies and installation instructions.
Diffstat (limited to 'admin/WebConsole')
-rw-r--r-- | admin/WebConsole/descargas/README.es.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/WebConsole/descargas/README.es.html b/admin/WebConsole/descargas/README.es.html index bc548e02..3a543735 100644 --- a/admin/WebConsole/descargas/README.es.html +++ b/admin/WebConsole/descargas/README.es.html @@ -26,6 +26,7 @@ sudo apt install <em>DirectorioDescarga</em>/ogagent_<em>Version</em>_all.deb</pre></li> <li>Configurar el agente: <pre> sudo sed -i "0,/remote=/ s,remote=.*,remote=https://<em>IPServidorOpenGnsys</em>/opengnsys/rest/," /usr/share/OGAgent/cfg/ogagent.cfg</pre></li> + <li>Para sistemas con GNOME 3: ejecutar GNOME Tweaks y habilitar la extensión TopIcons Plus.</li> <li>Reiniciar el equipo o ejecutar el servicio <em>(se iniciará automáticamente en el proceso de arranque)</em>: <pre> sudo service ogagent start</pre></li> </ul> @@ -39,6 +40,12 @@ <pre> sed -i "0,/remote=/ s,remote=.*,remote=https://<em>IPServidorOpenGnsys</em>/opengnsys/rest/," /usr/share/OGAgent/cfg/ogagent.cfg</pre></li> <li>Puede ser necesario corregir permisos antes de iniciar el servicio: <pre> chmod +x /etc/init.d/ogagent</pre></li> + <li>Para sistemas con GNOME 3:</li> + <ul> + <li>Instalar TopIcons Plus: + <pre> sudo yum install gnome-shell-extension-topicons-plus</pre></li> + <li>Ejecutar GNOME Tweaks y habilitar la extensión TopIcons Plus.</li> + </ul> <li>Reiniciar el equipo o ejecutar el servicio <em>(se iniciará automáticamente en el proceso de arranque)</em>: <pre> service ogagent start</pre></li> </ul> |