diff options
author | gabriel <gabriel@uma.es> | 2010-01-15 11:39:42 +0000 |
---|---|---|
committer | gabriel <gabriel@uma.es> | 2010-01-15 11:39:42 +0000 |
commit | 4c40c22268559850add508cfbf8bad47661d4980 (patch) | |
tree | 1f5a6f3e10e8eb42910503e03c6a435a7166e78b /installer | |
parent | 84570920bcc867c130c237947d9282a1b581c38e (diff) |
Instrucciones de InstalaciĆ³n.
git-svn-id: https://opengnsys.es/svn/trunk@715 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rw-r--r-- | installer/INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/installer/INSTALL b/installer/INSTALL index e69de29b..8fa3b725 100644 --- a/installer/INSTALL +++ b/installer/INSTALL @@ -0,0 +1,13 @@ +InstalaciĆ³n desde un tar.gz + + 1. Cambia el nombre del subdirectorio descomprimido a opengnsys. + 2. Crea el subdirectorio opengnsys_installer en /tmp. + 3. Mover el subdirectorio opengnsys en /tmp/opengnsys_installer. + 4. Ejecutamos como root el script /tmp/opengnsys_installer/opengnsys/installer/opengnsys_installer.sh + +Desinstalando OpenGNSys + + 1. Hacemos copia de datos sql de la base de datos ogBDAdmin opengnsys. + 2. Eliminamos la base de datos ogBDAdmin + 3. Eliminar mysql: sudo aptitude --purge remove mysql-server + 4. Parar los servicios og: /etc/init.d/opengnsys stop
\ No newline at end of file |