forked from I2P_Developers/i2p.www
Add 'Basic Steps' to the download page to highlight that they need a Java environment before they attempt to install
This commit is contained in:
@@ -23,13 +23,17 @@
|
|||||||
If you would like to try the latest experimental I2P projects, visit the <a href = "{{ lab }}">I2P Lab</a>
|
If you would like to try the latest experimental I2P projects, visit the <a href = "{{ lab }}">I2P Lab</a>
|
||||||
{% endtrans -%}-->
|
{% endtrans -%}-->
|
||||||
<h3>{{ _('Getting Started') }}</h3>
|
<h3>{{ _('Getting Started') }}</h3>
|
||||||
<p>{% trans java='https://java.com/download/',
|
<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/',
|
openjdk='http://openjdk.java.net/install/',
|
||||||
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
|
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
|
||||||
arm8='https://openjdk.java.net/install/',
|
arm8='https://openjdk.java.net/install/',
|
||||||
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
|
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
|
||||||
detectjre='https://java.com/en/download/installed.jsp?detect=jre&try=1' %}
|
detectjre='https://java.com/en/download/installed.jsp?detect=jre&try=1' %} I2P is written in Java and requires
|
||||||
In addition to the I2P download, you need to install Java if you do not have it
|
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.
|
already installed. I2P requires Java Runtime Version 7 or higher.
|
||||||
(<a href="{{ java }}">Oracle</a>,
|
(<a href="{{ java }}">Oracle</a>,
|
||||||
<a href="{{ openjdk }}">OpenJDK</a>, or
|
<a href="{{ openjdk }}">OpenJDK</a>, or
|
||||||
@@ -40,13 +44,28 @@ PowerPC: <a href="{{ ibmsdk7 }}">IBM Java SE 7 or 8</a>)
|
|||||||
<br />
|
<br />
|
||||||
<a href="{{ detectjre }}">Determine your installed Java version here</a>
|
<a href="{{ detectjre }}">Determine your installed Java version here</a>
|
||||||
or type <tt>java -version</tt> at your command prompt.
|
or type <tt>java -version</tt> at your command prompt.
|
||||||
{% endtrans %}
|
Only two platforms do not require Java to be installed before I2P is installed, those platforms are:{% endtrans %}</li>
|
||||||
</p><p>
|
<ul>
|
||||||
|
<li><strong>{% trans %}Android: {% endtrans %}</strong>{% trans %}Android comes with a Java virtual machine
|
||||||
|
as part of the platform, which I2P for Android uses. Therefore it is not necessary to install Java to use
|
||||||
|
I2P for Android.{% endtrans %}</li>
|
||||||
|
<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 applicatios 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="{{ browserconfig }}">{% trans %}Browser Page{% endtrans %}</a>.</li>
|
||||||
|
</ul><p>
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
Windows: Java 8 is recommended. Java 9 or higher may not work.
|
Windows: Java 8 is recommended. Java 9 or higher may not work.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>{{ _('Release Notes') }}</h3>
|
<h3>{{ _('Release Notes') }}</h3>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<a href="{{ site_url() }}blog/category/release">{{ _('Release Notes') }}</a>
|
<a href="{{ site_url() }}blog/category/release">{{ _('Release Notes') }}</a>
|
||||||
@@ -58,8 +77,6 @@ Windows: Java 8 is recommended. Java 9 or higher may not work.
|
|||||||
<a href="https://raw.githubusercontent.com/i2p/i2p.android.base/master/CHANGELOG">{{ _('Android Change Log') }}</a>
|
<a href="https://raw.githubusercontent.com/i2p/i2p.android.base/master/CHANGELOG">{{ _('Android Change Log') }}</a>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>{{ _('Pick your I2P Bundle') }}</h3>
|
<h3>{{ _('Pick your I2P Bundle') }}</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user