source: installer/INSTALL.en.txt @ 4af842a

opengnsys-1.1.0
Last change on this file since 4af842a was 7332a3f, checked in by ramon <ramongomez@…>, 7 years ago

#730: Copiar OpenGnsys 1.1.0 en rama tags/opengnsys-1.1.0

git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.1.0@5607 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 780 bytes
RevLine 
[91aaf03]1
[7332a3f]2Installing and updating OpenGnsys
[91aaf03]3=================================
4
5
6
7Installing OpenGnsys
8--------------------
9
10
[7332a3f]11Run opengnsys_installer.sh script as "root" to install all its dependencies, to install the OpenGnsys components, and to make the initial configuration.
[91aaf03]12
13           sudo bash opengnsys_installer.sh
14
[1602040]15Follow the instructions.
[91aaf03]16
17
[7332a3f]18Updating OpenGnsys
[91aaf03]19------------------
20
[7332a3f]21Run opengnsys_update.sh script as "root" to update all OpenGnsys components from the Subversion repository:
[91aaf03]22
23        sudo bash /opt/opengnsys/lib/opengnsys_update.sh
24
25Follow the instructions.
26
27
[7332a3f]28Uninstalling OpenGnsys
[91aaf03]29----------------------
30
[7332a3f]31Run opengnsys_uninstall.sh script as "root" to uninstall all OpenGnsys components:
[91aaf03]32
33        sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh
34
35Follow the instructions.
36
37
Note: See TracBrowser for help on using the repository browser.