
Installing and updating OpenGnSys
=================================



Installing OpenGnsys
--------------------


Run opengnsys_installer.sh script as "root" to install all its dependencies, to  install the OpenGnSys components, and to make the initial configuration.

           sudo bash opengnsys_installer.sh

Follow the instructions.


Updating OpenGnSys
------------------

Run opengnsys_update.sh script as "root" to update all OpenGnSys components from the Subversion repository:

	sudo bash /opt/opengnsys/lib/opengnsys_update.sh

Follow the instructions.


Uninstalling OpenGnSys
----------------------

Run opengnsys_uninstall.sh script as "root" to uninstall all OpenGnSys components:

	sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh

Follow the instructions.


