108 lines
5.2 KiB
HTML
108 lines
5.2 KiB
HTML
{% extends "global/layout.html" %}
|
|
{%- from "downloads/macros" import package, package_outer with context -%}
|
|
|
|
{% set release_signer = 'zzz' %}
|
|
|
|
{% block title %}{{ _('Download') }}{% endblock %}
|
|
{% block content_nav %}
|
|
<script type="text/javascript" src="/_static/site.js"></script>
|
|
<ul>
|
|
<li><a href="/download_windows">Windows</a>
|
|
<li><a href="/download_osx">Mac OS X</a>
|
|
<li><a href="/download_linux">GNU/Linux / BSD / Solaris</a>
|
|
<li><a href="/download_debian">Ubuntu</a>
|
|
<li><a href="/download_debian">Debian</a>
|
|
<li><a href="/download_android">Android</a>
|
|
<li><a href="/download_docker">Docker</a>
|
|
<li><a href="/download_source">{{ _('Source package') }}</a>
|
|
<li><a href="/download_update">{{ _('Manual updates') }}</a>
|
|
</ul>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<!--<h3>{{ _('Lab') }}</h3>
|
|
{% trans lab='/lab' %}
|
|
If you would like to try the latest experimental I2P projects, visit the <a href = "{{ lab }}">I2P Lab</a>
|
|
{% endtrans -%}-->
|
|
<h3>{{ _('Getting Started') }}</h3>
|
|
<h4>{% trans %}Basic Steps{% endtrans %}</h4>
|
|
<p>{% trans %}For most platforms and systems, setting I2P installed and running will
|
|
consist of up to three steps.{% endtrans %}</p>
|
|
<ul>
|
|
<li><strong>{% trans %}Install Java: {% endtrans %}</strong>{% trans java='https://java.com/download/',
|
|
openjdk='http://openjdk.java.net/install/',
|
|
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
|
|
arm8='https://openjdk.java.net/install/',
|
|
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
|
|
detectjre='https://java.com/en/download/installed.jsp?detect=jre&try=1' %} I2P is written in Java and requires
|
|
a Java system to be installed to run. In addition to the I2P download, you need to install Java if you do not have it
|
|
already installed. I2P requires Java Runtime Version 7 or higher.
|
|
(<a href="{{ java }}">Oracle</a>,
|
|
<a href="{{ openjdk }}">OpenJDK</a>, or
|
|
<a href="{{ icedtea }}">IcedTea</a>
|
|
Java Version 7 or 8 recommended,
|
|
except Raspberry Pi: <a href="{{ arm8 }}">OpenJDK 9 for ARM</a>,
|
|
PowerPC: <a href="{{ ibmsdk7 }}">IBM Java SE 7 or 8</a>)
|
|
<br />
|
|
<a href="{{ detectjre }}">Determine your installed Java version here</a>
|
|
or type <tt>java -version</tt> at your command prompt.
|
|
Only two platforms do not require Java to be installed before I2P is installed, those platforms are:{% endtrans %}</li>
|
|
<ul>
|
|
<li><strong>{% trans %}Debian and Ubuntu: {% endtrans %}</strong>{% trans %}On Debian and Ubuntu when using
|
|
a .deb package to install, the system will automatically install and configure a Java environment for you.{% endtrans %}</li>
|
|
</ul>
|
|
<li><strong>{% trans %}Install I2P: {% endtrans %}</strong>{% trans %}Once you have Java installed, you should
|
|
run the I2P installer for your platform. This step applies to all systems.{% endtrans %}</li>
|
|
<li><strong>{% trans %}Install/Configure a Browser(Optional): {% endtrans %}</strong>{% trans %}Finally, you'll need to
|
|
configure applications to use I2P. Many applications can use I2P, but the first application most people configure is a Web
|
|
Browser for browsing I2P sites. Detailed instructions are available on the{% endtrans %}
|
|
<a href="{{ site_url() }}about/browser-config">{% trans %}Browser Page{% endtrans %}</a>.</li>
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>{{ _('Release Notes') }}</h3>
|
|
<ul><li>
|
|
<a href="{{ site_url() }}blog/category/release">{{ _('Release Notes') }}</a>
|
|
</li><li>
|
|
<a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a>
|
|
</li></ul>
|
|
|
|
<div class="downloadlist">
|
|
|
|
<h5>{%- trans %}I2P for Linux{%- endtrans %}</h5>
|
|
{% call package('unix') %}
|
|
<p>{% trans i2pversion=ver() -%}
|
|
The most reliable way to launch the installer is from a terminal like this:
|
|
<code>java -jar i2pinstall_{{ i2pversion }}.jar</code>. This will launch the GUI installer.
|
|
Depending on how your computer is set up, you may be able to start the
|
|
installer by double-clicking the "i2pinstall_{{ i2pversion }}.jar" file or
|
|
right-clicking the file and selecting "Open with Java".
|
|
Unfortunately, this behaviour is difficult to predict.
|
|
{%- endtrans %}</p>
|
|
|
|
<h3>{% trans %}Command line (headless) install:{% endtrans %}</h3>
|
|
{% trans i2pversion=ver() -%}
|
|
I2P can also be installed in a terminal environment, which may be especially
|
|
useful for servers, containers, or certain virtual machines. If you wish to
|
|
use the installer without a GUI, you can use the command
|
|
<code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> to follow
|
|
the install procedure in your terminal.
|
|
{%- endtrans %}
|
|
{% endcall %}
|
|
|
|
<h5>{%- trans %}I2P for Debian and Ubuntu{%- endtrans %}</h5>
|
|
{% 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 & Ubuntu are available.{% endtrans %}</a>
|
|
</div>
|
|
<p>{% trans -%}
|
|
I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid.
|
|
However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions.
|
|
If you are not running Debian Sid or the latest Ubuntu release,
|
|
use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version.
|
|
{%- endtrans %}</p>
|
|
{% endcall %}
|
|
|
|
{% endblock %}
|