Changes between Version 12 and Version 13 of En:ManualInstalacionOpengnsys
- Timestamp:
- Jan 16, 2012, 10:26:25 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
En:ManualInstalacionOpengnsys
v12 v13 64 64 For details of all the processes performed by the scripts for manual installation of the system [wiki:WikiStart/en OpenGnSys] see [wiki:InstalacionManual Manual Installation] 65 65 66 66 67 == Updating [wiki:WikiStart/en OpenGnSys] == 67 68 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`. 69 Run {{{opengnsys_update.sh}}} script to update all !OpenGnSys components from the Subversion repository: 70 {{{ 71 sudo bash /opt/opengnsys/lib/opengnsys_update.sh 72 }}} 73 74 Follow the instructions. 75 75 76 76 77 == Uninstalling [wiki:WikiStart/en OpenGnSys] == 77 78 79 Run {{{opengnsys_uninstall.sh}}} script to uninstall all !OpenGnSys components: 80 {{{ 81 sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh 82 }}} 78 83 84 Follow the instructions. 79 85 80 1. Backup of database sql ogBDAdmin opengnsys.81 1. Remove the database ogBDAdmin82 1. Remove mysql: `sudo aptitude --purge remove mysql-server`83 1. Stop the og daemon: `/etc/init.d/opengnsys stop`84 86 85 87 == OpenGnSys settings to use external services ==