forked from I2P_Developers/i2p.www
updated latest 0.9 changes
This commit is contained in:
@ -9,34 +9,34 @@ Java Runtime 1.5 oder neuer.
|
||||
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
|
||||
recommended)
|
||||
<br>
|
||||
<a href="http://java.com/de/download/installed.jsp?detect=jre&try=1">Determine your installed Java version here</a>
|
||||
or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="http://java.com/de/download/installed.jsp?detect=jre&try=1">Bestimme hier deine Java Version</a>
|
||||
oder gebe <tt>java -version</tt> in die Kommandozeile ein.
|
||||
<h3>Frische Installation</h3>
|
||||
<ul class="downloadlist">
|
||||
<li><b>Windows Graphischer Installer:</b><br />
|
||||
<li><b>Windows GUI Installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
|
||||
(SHA256
|
||||
006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
|
||||
Downloade die Datei und führe sie aus. </li>
|
||||
|
||||
<li><b>Linux / OS X / BSD / Solaris Graphischer Installer:</b><br />
|
||||
<li><b>Linux / OS X / BSD / Solaris GUI Installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
|
||||
(SHA256
|
||||
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".</li>
|
||||
Hole die Datei und führe sie mit Doppelklick aus (falls es funktioniert)
|
||||
oder gebe <code>java -jar i2pinstall_0.9.jar</code> in einm Terminal ein um
|
||||
die Installation zu starten.
|
||||
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
|
||||
Option "Öffne mit Java" geöffnet werden.</li>
|
||||
|
||||
<li><b>Linux / OS X / BSD / Solaris Command line (headless) Installation:</b><br />
|
||||
<li><b>Linux / OS X / BSD / Solaris Kommandozeilen (Headless) Installation:</b><br />
|
||||
Downloade die normale Installationsdatei von oben und rufe
|
||||
<code>java -jar i2pinstall_0.9.jar -console</code> auf der Kommandozeile auf.
|
||||
<code>java -jar i2pinstall_0.9.jar -console</code> in der Kommandozeile auf.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li><a href="/debian.html">Pakete für Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>Quelltext Installation:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
|
||||
@ -45,12 +45,11 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
|
||||
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
|
||||
<br/>
|
||||
Führe aus: <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code> und dann
|
||||
starte den GUI installer oder die headless Installation wie oben</li>
|
||||
Führe folgendes aus: <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code>
|
||||
und starte dann den GUI Installer oder die headless Installation wie oben beschrieben</li>
|
||||
</ul>
|
||||
|
||||
Die Dateien sind von zzz signiert,
|
||||
<a href="release-signing-key.html">wessen Schlüssel hier ist</a>.
|
||||
Die Dateien sind von zzz mit <a href="release-signing-key.html">diesem Schlüssel</a> signiert.
|
||||
|
||||
</br>
|
||||
<h3>Arbeit nach dem Installieren</h3>
|
||||
|
Reference in New Issue
Block a user