blob: cfff05c5a6dac9aee102b97e5632a417135a0515 (
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
38
39
40
41
42
43
44
45
|
Installing and updating OpenGnSys
=================================
Installing OpenGnsys
--------------------
For security reasons, it is very important modify defaults users and passwords to access to the system. For this, edit the installation file opengnsys_installer.sh and change the values of configuration variables:
MYSQL_ROOT_PASSWORD - MySQL root user password.
OPENGNSYS_DB_USER - OpenGnSys access user and OpenGnSys super-user.
OPENGNSYS_DB_PASSWD - User password.
OPENGNSYS_CLIENT_PASSWD - Password for client access to remote services.
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 post-installation 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.
|