summaryrefslogtreecommitdiffstats
path: root/installer/INSTALL.en.txt
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-02-25 21:40:35 +0000
committerramon <ramongomez@us.es>2012-02-25 21:40:35 +0000
commitd4871ae3f37cb9be103578954c0991acc279a811 (patch)
treeea77d4afadf132854255ea970f7ea041ed7f9aa2 /installer/INSTALL.en.txt
parentbf78350ab803698a77a541313f74030a4021b006 (diff)
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
Diffstat (limited to 'installer/INSTALL.en.txt')
-rw-r--r--installer/INSTALL.en.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/installer/INSTALL.en.txt b/installer/INSTALL.en.txt
new file mode 100644
index 00000000..cfff05c5
--- /dev/null
+++ b/installer/INSTALL.en.txt
@@ -0,0 +1,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.
+
+