source: installer/INSTALL.en.txt @ 20324f2

Last change on this file since 20324f2 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 781 bytes
Line 
1
2Installing and updating OpenGnSys
3=================================
4
5
6
7Installing OpenGnsys
8--------------------
9
10
11Run opengnsys_installer.sh script as "root" to install all its dependencies, to  install the OpenGnSys components, and to make the initial configuration.
12
13           sudo bash opengnsys_installer.sh
14
15Follow the instructions.
16
17
18Updating OpenGnSys
19------------------
20
21Run opengnsys_update.sh script as "root" to update all OpenGnSys components from the Subversion repository:
22
23        sudo bash /opt/opengnsys/lib/opengnsys_update.sh
24
25Follow the instructions.
26
27
28Uninstalling OpenGnSys
29----------------------
30
31Run opengnsys_uninstall.sh script as "root" to uninstall all OpenGnSys components:
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.