Mercurial > dive4elements > river
comparison backend/doc/documentation/de/overview.tex @ 6670:474a47624587 double-precision
Importer doc: small formating corrections to overview.
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Fri, 26 Jul 2013 15:12:59 +0200 |
parents | 5820eb9197c9 |
children | 73946c0007ff |
comparison
equal
deleted
inserted
replaced
6669:5820eb9197c9 | 6670:474a47624587 |
---|---|
93 | 93 |
94 \begin{lstlisting} | 94 \begin{lstlisting} |
95 zypper ar http://download.opensuse.org/repositories/home:/intevation:/bfg/SLE_11/ "intevation:bfg" | 95 zypper ar http://download.opensuse.org/repositories/home:/intevation:/bfg/SLE_11/ "intevation:bfg" |
96 rpm --import http://download.opensuse.org/repositories/home:/intevation:/bfg/SLE_11/repodata/repomd.xml.key | 96 rpm --import http://download.opensuse.org/repositories/home:/intevation:/bfg/SLE_11/repodata/repomd.xml.key |
97 zypper ref # Paketliste neu laden | 97 zypper ref # Paketliste neu laden |
98 zypper in python libgeos0 libproj0 proj netcdf libnetcdf4 \ | 98 zypper in python libgeos0 libproj0 proj netcdf \ |
99 xerces-c libxerces-c-3_0 unixODBC postgresql-libs | 99 libnetcdf4 xerces-c libxerces-c-3_0 unixODBC \ |
100 postgresql-libs | |
100 zypper mr -d "intevation:bfg" | 101 zypper mr -d "intevation:bfg" |
101 zypper ref # Paketliste neu laden | 102 zypper ref # Paketliste neu laden |
102 \end{lstlisting} | 103 \end{lstlisting} |
103 | 104 |
104 %\subsubsection Oracle Instantclient\\ | 105 %\subsubsection Oracle Instantclient\\ |
185 entsprechend Ihres Datenbank-Zugangs anzupassen. | 186 entsprechend Ihres Datenbank-Zugangs anzupassen. |
186 SQLPlus befindet sich in /opt/instantclient\_11\_2 um es verfügbar zu machen | 187 SQLPlus befindet sich in /opt/instantclient\_11\_2 um es verfügbar zu machen |
187 führen Sie im Importer Verzeichnis folgende Befehle aus: | 188 führen Sie im Importer Verzeichnis folgende Befehle aus: |
188 | 189 |
189 \begin{lstlisting} | 190 \begin{lstlisting} |
190 export LD_LIBRARY_PATH=opt/instantclient\_11\_2/lib:$LD_LIBRARY_PATH | 191 export LD_LIBRARY_PATH=opt/instantclient_11_2/lib:$LD_LIBRARY_PATH |
191 export PATH=opt/instantclient\_11\_2:$PATH | 192 export PATH=opt/instantclient_11_2:$PATH |
192 \end{lstlisting} | 193 \end{lstlisting} |
193 | 194 |
194 Damit alle in den UTF8-codierten SQL-Skripten vorhandenen Zeichen (also z.B.\ | 195 Damit alle in den UTF8-codierten SQL-Skripten vorhandenen Zeichen (also z.B.\ |
195 auch Umlaute) korrekt in die Datenbank eingelesen werden können, führen | 196 auch Umlaute) korrekt in die Datenbank eingelesen werden können, führen |
196 Sie folgenden Befehl aus: | 197 Sie folgenden Befehl aus: |