summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.en.txt
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-05-28 14:28:44 +0200
committerRamón M. Gómez <ramongomez@us.es>2018-05-28 14:28:44 +0200
commitd47ec6caaea7496a7c286937a04b73b30f845e35 (patch)
tree3dfd8bf1f1167d67eff0cef53f44ec66f29fbf57 /doc/INSTALL.en.txt
parent3e6051e6ec3ad064174dd4ac52dd7c5ae8fa13f7 (diff)
#840: Continuar sustitución de SVN por Git.
Diffstat (limited to 'doc/INSTALL.en.txt')
-rw-r--r--doc/INSTALL.en.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/INSTALL.en.txt b/doc/INSTALL.en.txt
index 4eef6920..732ffea4 100644
--- a/doc/INSTALL.en.txt
+++ b/doc/INSTALL.en.txt
@@ -1,10 +1,10 @@
-Installing OpenGnsys Server v 1.0.5
-=======================================
+Installing OpenGnsys Server v 1.1.1
+===================================
Before installation
-------------------
-OpenGnsys Server 1.0.5 is meant to be installed under Ubuntu Server 12.04 LTS or newer, though it has also been tested under operating systems based on Fedora 20
+OpenGnsys Server 1.1.1 is meant to be installed under Ubuntu Server 16.04 LTS or newer, though it has also been tested under operating systems based on CentOS 7.
Network connection is needed in order to download the required packages, the source code and the preconfigured client.
@@ -17,19 +17,19 @@ Minimum storage requirements:
Installation
------------
-To install OpenGnsys, run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh.
+To install OpenGnsys, run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh
Unpacking example:
- tar xvzf opengnsys-1.0.5.tar.gz
+ tar xvzf opengnsys-1.1.0.tar.gz
cd opengnsys/installer
Download examples:
* Download with wget.
- wget https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh -O opengnsys_installer.sh
+ wget https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh
* Download with curl.
- curl https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh > opengnsys_installer.sh
+ curl https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh -o opengnsys_installer.sh
You must be root to run the installation script: