Changes between Version 12 and Version 13 of En:ManualInstalacionOpengnsys


Ignore:
Timestamp:
Jan 16, 2012, 10:26:25 AM (13 years ago)
Author:
ramon
Comment:

Updating and unstalling sections

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v12 v13  
    6464For details of all the processes performed by the scripts for manual installation of  the system [wiki:WikiStart/en OpenGnSys] see [wiki:InstalacionManual Manual Installation]
    6565
     66
    6667== Updating [wiki:WikiStart/en OpenGnSys] ==
    6768
    68  1. With access to Subversion
    69    1. Download the file opengnsys_update.
    70  1. Without access to Subversion
    71    1. Download the update with a computer that having full access to the subdirectory trunk. `svn co http://www.opengnsys.es/svn/trunk`
    72    1. Copy to the computer where  you want to update.
    73    1. Move to the subdirectory `installer`.
    74  1. Run `sudo ./opengnsys_update.sh`.
     69Run {{{opengnsys_update.sh}}} script to update all !OpenGnSys components from the Subversion repository:
     70 {{{
     71sudo bash /opt/opengnsys/lib/opengnsys_update.sh
     72}}}
     73
     74Follow the instructions.
     75
    7576
    7677== Uninstalling [wiki:WikiStart/en OpenGnSys] ==
    7778
     79Run {{{opengnsys_uninstall.sh}}} script to uninstall all !OpenGnSys components:
     80 {{{
     81sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh
     82}}}
    7883
     84Follow the instructions.
    7985
    80  1. Backup of database sql ogBDAdmin opengnsys.
    81  1. Remove the database ogBDAdmin
    82  1. Remove mysql: `sudo aptitude --purge remove mysql-server`
    83  1. Stop the og daemon:  `/etc/init.d/opengnsys stop`
    8486
    8587==  OpenGnSys settings to use external services ==