comparison packaging/linux-installer.inc.in @ 1048:7bd1d723414d

(issue84) Ubuntu Installer: Add installation howto.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 05 Sep 2014 11:20:13 +0200
parents 43734932e2ea
children 52c68a773194
comparison
equal deleted inserted replaced
1047:f148149c9b09 1048:7bd1d723414d
1 #!/bin/bash 1 #!/bin/bash
2 # Um TrustBridge zu installieren:
3 # 1. Prüfen Sie ob Sie dieser Datei genügend vertrauen, um ihr die Kontrolle
4 # über diesen Rechner zu übergeben. Beispielsweise durch Vergleich mit
5 # einer starken Prüfsumme aus einer zweiten, unabhängigen Quelle.
6 # 2. Öffnen Sie eine Kommandozeile, z.B. klicken Sie auf das "Terminal"-Symbol.
7 # 3. Wechseln Sie in das Verzeichnis, in welchem diese Datei gespeichert ist.
8 # Geben Sie Z.B. in die Kommandozeile ein: cd ~/Schreibtisch
9 # 4. Starten Sie die Anwendung auf der Kommandozeile, indem Sie
10 # beispielsweise eingeben: bash TrustBridge-1.0.0-i386.sh
11 # Tipp: Die Tab-Taste nach dem "Tr" ergänzt oft den ganzen Namen.
12 #
13 # NB: Wir konnten kein übliches .deb Paket verwenden, da wir Ihnen
14 # auch die Installation als reiner Nutzer ohne Admin-Rechte ermöglichen.
15 #
16 # To install TrustBridge:
17 # 1. Verify that you trust this specific file far enough, that you are willing
18 # to hand over the control of your computer to it. For example compare
19 # a strong checksum of the file to one from a second, independent source.
20 # 2. Open a command line, e.g. click on the "Terminal"-Symbol.
21 # 3. Change your working directory to where this file is stored.
22 # For example type "cd ~/Desktop" on your command line.
23 # 4. Start the installation on the command line, e.g. by typing something like
24 # "bash TrustBridge-1.0.0-i386.sh". Hint: If you press the tab-key
25 # after "Tr" it may complete to the full name.
26 #
27 # N.B. We could not have used a .deb package, because the installation must
28 # also work without without adminstrator priviledges.
29 #
30 #
31 # Search the file for 'version()' to find the license information.
2 set -u 32 set -u
3 33
4 ME=`basename "$0"` 34 ME=`basename "$0"`
5 DEFAULT_PREFIX="$HOME/TrustBridge" 35 DEFAULT_PREFIX="$HOME/TrustBridge"
6 SYSDEFAULT_PREFIX="/usr/local" 36 SYSDEFAULT_PREFIX="/usr/local"

http://wald.intevation.org/projects/trustbridge/