Files
I2P_Website/i2p2www/pages/downloads/list.html

243 lines
8.6 KiB
HTML
Raw Normal View History

2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
2015-10-14 14:19:38 +00:00
{%- from "downloads/macros" import package, package_outer with context -%}
{% set release_signer = 'str4d' %}
{% block title %}{{ _('Download') }}{% endblock %}
2015-10-14 15:10:24 +00:00
{% block content_nav %}
<ul>
<li><a href="#windows">Windows</a>
<li><a href="#mac">Mac OS X</a>
<li><a href="#unix">GNU/Linux / BSD / Solaris</a>
<li><a href="#deb">Debian / Ubuntu</a>
<li><a href="#android">Android</a>
<li><a href="#source">{{ _('Source package') }}</a>
<li><a href="#auto">{{ _('Automatic updates') }}</a>
<li><a href="#update-file">{{ _('Manual updates') }}</a>
</ul>
{% endblock %}
2008-06-08 11:50:31 +00:00
{% block content %}
<h3>{{ _('Dependency') }}</h3>
<p>{% trans java='https://java.com/download/',
2013-02-06 03:34:20 +00:00
openjdk='http://openjdk.java.net/install/',
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
2014-09-28 18:34:27 +00:00
arm8='http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html',
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
detectjre='https://java.com/en/download/installed.jsp?detect=jre&amp;try=1' %}
2014-03-31 20:33:31 +00:00
Java Runtime 1.6 or higher.
2015-04-09 16:50:39 +00:00
(<a href="{{ java }}">Oracle</a>,
<a href="{{ openjdk }}">OpenJDK</a>, or
<a href="{{ icedtea }}">IcedTea</a>
Java Version 7 or 8 recommended,
2014-09-28 18:34:27 +00:00
except Raspberry Pi: <a href="{{ arm8 }}">JDK 8 for ARM</a>,
PowerPC: <a href="{{ ibmsdk7 }}">IBM SDK 7</a>)
2011-06-04 22:32:45 +00:00
<br />
<a href="{{ detectjre }}">Determine your installed Java version here</a>
2009-03-28 15:30:12 +00:00
or type <tt>java -version</tt> at your command prompt.
{% endtrans %}</p>
2014-12-01 01:58:04 +00:00
2015-04-13 14:15:38 +00:00
<h3>{{ _('Release Notes') }}</h3>
<ul><li>
<a href="../blog/category/release">{{ _('Release Notes') }}</a>
2015-04-13 14:15:38 +00:00
</li><li>
<a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a>
</li><li>
2015-04-14 14:12:44 +00:00
<a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/debian/changelog">{{ _('Debian Change Log') }}</a>
</li><li>
2015-04-13 14:15:38 +00:00
<a href="https://raw.githubusercontent.com/i2p/i2p.android.base/master/CHANGELOG">{{ _('Android Change Log') }}</a>
</li></ul>
<h3>{{ _('Clean installs') }}</h3>
<div class="downloadlist">
2015-10-14 14:19:38 +00:00
{% call package('windows') %}
<p>{% trans -%}
2012-05-03 13:08:46 +00:00
Download that file and run it.
{%- endtrans %}</p>
2015-10-14 14:19:38 +00:00
{% endcall %}
2015-10-14 14:19:38 +00:00
{% call package('mac') %}
<p>{% trans i2pversion=ver() -%}
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
installer.
You may be able to right-click and select
&quot;Open with Java&quot;.
{%- endtrans %}</p>
<h2>{% trans %}Command line (headless) install:{% endtrans %}</h2>
{% trans i2pversion=ver() -%}
Download the {{ i2pversion }} OSX graphical installer file above and
run <code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> from the command line.
{%- endtrans %}
2015-10-14 14:19:38 +00:00
{% endcall %}
2012-05-03 13:08:46 +00:00
2015-10-14 14:19:38 +00:00
{% call package('unix') %}
<p>{% trans i2pversion=ver() -%}
2012-05-03 13:08:46 +00:00
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
2012-05-03 13:08:46 +00:00
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.
{%- endtrans %}</p>
2012-05-03 13:08:46 +00:00
<h2>{% trans %}Command line (headless) install:{% endtrans %}</h2>
{% trans i2pversion=ver() -%}
2009-07-01 22:31:38 +00:00
Download the graphical installer file above and
run <code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> from the command line.
{%- endtrans %}
2015-10-14 14:19:38 +00:00
{% endcall %}
2012-05-03 13:08:46 +00:00
2015-10-14 14:19:38 +00:00
{% call package_outer('deb', 'Debian / Ubuntu', 'images/download/debian-ubuntu.png') %}
<div class="file">
<a class="default" href="{{ get_url('downloads_debian') }}">{% trans %}Packages for Debian &amp; Ubuntu are available.{% endtrans %}</a>
</div>
2015-10-14 14:19:38 +00:00
{% endcall %}
2012-05-03 13:08:46 +00:00
2015-10-14 14:19:38 +00:00
{% call package('android') %}
<div class="warning">
{% trans -%}
2014-08-23 22:35:39 +00:00
Requires Android 2.3 (Gingerbread) or higher. If you earlier installed
I2P, you need to reinstall because we have also changed the release keys.
{%- endtrans %}
{% trans -%}
512 MB RAM minimum; 1 GB recommended.
{%- endtrans %}
{% trans -%}
The release and dev versions of the I2P APK are not compatible, as they
are signed by zzz and str4d respectively. Uninstall one before installing
the other.
{%- endtrans %}
</div>
2015-10-14 14:19:38 +00:00
{% endcall %}
2015-10-14 14:19:38 +00:00
{% call package('source') %}
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
github='https://github.com/i2p/i2p.i2p',
i2pversion=ver() -%}
Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
or via Git from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
2011-06-04 22:32:45 +00:00
<br />
Run <code>(tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)</code> then either
run the GUI installer or headless install as above.
{%- endtrans %}</p>
2014-07-03 14:12:54 +00:00
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
github='https://github.com/i2p/i2p.android.base' -%}
Android source is in <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
and on <a href="{{ github }}">Github</a>.
Android builds require the I2P source.
See the documentation in the Android source for additional build requirements and instructions.
{%- endtrans %}</p>
2015-10-14 14:19:38 +00:00
{% endcall %}
</div>
2004-09-09 03:41:16 +00:00
{% trans signer=release_signer,
2015-11-20 23:17:04 +00:00
signingkey=site_url('get-involved/develop/release-signing-key') -%}
The files are signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
{% include "downloads/post-install.html" %}
2010-10-24 14:15:58 +00:00
2013-10-26 22:25:26 +00:00
<h3 id="update">{{ _('Updates from earlier releases:') }}</h3>
<p>{% trans -%}
Both automatic and manual upgrades are available for the release.
{%- endtrans %}</p>
2015-10-14 14:19:38 +00:00
{% call package_outer('auto', _('Automatic updates'), 'images/download/update-auto.png') %}
<p>{% trans -%}
2009-07-29 14:14:46 +00:00
If you are running 0.7.5 or later, your router should detect the
2009-03-30 13:33:56 +00:00
new release. To upgrade simply click the 'Download Update' button on your router console
2008-03-09 15:21:50 +00:00
when it appears.
{%- endtrans %}</p>
<div class="warning">
<p>{% trans -%}
2009-12-08 19:24:06 +00:00
Due to a bug in release 0.7.6, those whose first I2P installation was that version
and have not upgraded manually
may get a "downloaded version is not greater than current version" error,
and should use the manual update method below.
{%- endtrans %}</p>
</div>
<div class="warning">
<p>{% trans blogpost=get_url('blog_post', slug='2009/06/29/0.7.5-Release') -%}
2009-07-29 14:14:46 +00:00
If you are running 0.7.4 or earlier, please see
<a href="{{ blogpost }}">the 0.7.5 release notes</a>
2009-07-29 14:14:46 +00:00
for important information about how to configure your router to automatically
receive the release.
{%- endtrans %}</p>
</div>
<div class="warning">
<p>{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
2008-03-09 15:21:50 +00:00
If you are running 0.6.1.30 or earlier, please see
<a href="{{ instructions }}">instructions</a>
2008-02-06 02:10:11 +00:00
for important information about how to configure your router to automatically
receive the release.
{%- endtrans %}</p>
2008-02-06 02:10:11 +00:00
2005-03-30 04:01:43 +00:00
<ol>
<li>
{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%}
If you have reconfigured your router following the <a href="{{ instructions }}">instructions</a>, you should see a link on your
2005-03-30 04:01:43 +00:00
<a href="http://localhost:7657/index.jsp">router console</a> allowing
you to download and install the new release by just clicking on that
link.
{%- endtrans %}
</li>
<li>
{% trans -%}
Alternately, you can use the manual method specified below.
{%- endtrans %}
</li>
2005-03-30 04:01:43 +00:00
</ol>
</div>
2015-10-14 14:19:38 +00:00
{% endcall %}
2005-03-30 04:01:43 +00:00
2015-10-14 15:10:24 +00:00
{% call package('update-file') %}
<ol>
<li>
{% trans -%}
Download that file to your I2P
2008-05-18 22:51:53 +00:00
installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the
2005-07-27 20:52:39 +00:00
resulting i2pupdate.zip to your I2P installation directory). You do
NOT need to unzip that file.
{%- endtrans %}
</li>
<li>
{% trans -%}
Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a>
{%- endtrans %}
</li>
<li>
{% trans -%}
Grab a cup of coffee and come back in 11 minutes
{%- endtrans %}
</li>
2004-09-09 03:41:16 +00:00
</ol>
2015-10-14 14:19:38 +00:00
{% endcall %}
{% trans signer=release_signer,
signingkey=site_url('get-involved/develop/release-signing-key') -%}
The file is signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
<h3>{{ _('Previous Releases') }}</h3>
{% trans echelon=i2pconv('echelon.i2p') -%}
Previous releases are available on <a href="http://code.google.com/p/i2p/downloads/list?can=1">Google Code</a>
and <a href="https://launchpad.net/i2p/trunk">Launchpad</a>
and within the I2P network on <a href="http://{{ echelon }}/">{{ echelon }}</a>.
{%- endtrans %}
2008-02-01 18:03:05 +00:00
{% endblock %}