close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Apr 6, 2011, 7:55:15 AM (15 years ago)
- Author:
-
adv
- Comment:
-
info instalacion ogclient
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
23 | 23 | == Instalación == |
24 | 24 | No realizar el proceso en un sistema en procucción. |
25 | | Se ha testado con éxito en la ubuntu server 32 bits 10.04 y 10.10 |
| 25 | Se ha testado con éxito en la ubuntu server 32 bits 10.04, 10.04.2 y 10.10 |
26 | 26 | |
27 | 27 | {{{ |
… |
… |
|
32 | 32 | find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null; |
33 | 33 | /tmp/opengnsys_installer/opengnsys/installer/ogClient/ogClientGeneratorV2.sh; |
| 34 | }}} |
| 35 | |
| 36 | DEBUG en el proceso de instalación: |
| 37 | {{{ |
| 38 | Continuar sin instalar grub -> yes |
| 39 | Congigura el console-data |
| 40 | Introduce la clave pub de nuestro servidor(ejecutor del instalador) en el cliente. En el caso de que ya exista un .pub nos pregunta si generar uno nuevo o mantener (N) |
34 | 41 | }}} |
35 | 42 | |