blob: a98b79317b8a7d7cf4d7649af097c14417d29ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
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.
|