source: installer/INSTALL.en.txt @ 251c9e4

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 251c9e4 was d4871ae, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #498: English translatino for some documentation files.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2691 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.3 KB
Line 
1
2Installing and updating OpenGnSys
3=================================
4
5
6
7Installing OpenGnsys
8--------------------
9
10
11For 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:
12
13            MYSQL_ROOT_PASSWORD - MySQL root user password.
14            OPENGNSYS_DB_USER - OpenGnSys access user and OpenGnSys super-user.
15            OPENGNSYS_DB_PASSWD - User password.
16            OPENGNSYS_CLIENT_PASSWD - Password for client access to remote services.
17
18
19Run opengnsys_installer.sh script as "root" to install all its dependencies, to  install the OpenGnSys components, and to make the initial configuration.
20
21           sudo bash opengnsys_installer.sh
22
23Follow the post-installation instructions.
24
25
26Updating OpenGnSys
27------------------
28
29Run opengnsys_update.sh script as "root" to update all OpenGnSys components from the Subversion repository:
30
31        sudo bash /opt/opengnsys/lib/opengnsys_update.sh
32
33Follow the instructions.
34
35
36Uninstalling OpenGnSys
37----------------------
38
39Run opengnsys_uninstall.sh script as "root" to uninstall all OpenGnSys components:
40
41        sudo bash /opt/opengnsys/lib/opengnsys_uninstall.sh
42
43Follow the instructions.
44
45
Note: See TracBrowser for help on using the repository browser.