Remove Getting Started steps, as they no longer apply to the majority of platforms
This commit is contained in:
@ -15,36 +15,6 @@
|
||||
{% 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 %}Unless you are using Mac OSX, Android, or a Debian-based linux, the official install process will take three steps:{% endtrans %}</p>
|
||||
<ol>
|
||||
<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. Currently three platforms do not require Java to be installed before I2P is installed, those platforms are:{% endtrans
|
||||
%}
|
||||
</li>
|
||||
<ul>
|
||||
<li><strong>{% trans %}Mac OSX: {% endtrans %}</strong>{% trans %}Mac OSX packages now include a complete Java Virtual Machine as part of the bundle, which is used only for I2P. This eliminates the need to install a separate Java Virtual Machine.{%
|
||||
endtrans %}</li>
|
||||
<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 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>
|
||||
</ol>
|
||||
<p>
|
||||
{% trans -%} Windows: Java 8 is recommended. Java 9 or higher may not work. {%- endtrans %}
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<h3>{{ _('Release Notes') }}</h3>
|
||||
<ul>
|
||||
@ -76,7 +46,8 @@ If you would like to try the latest experimental I2P projects, visit the <a href
|
||||
|
||||
<h5>{%- trans %}I2P for Windows{%- endtrans %}</h5>
|
||||
{% call package('windows') %}
|
||||
<p>{% trans -%} After installing Java, download the file and double-click to run it. {%- endtrans %}</p>
|
||||
<p>{% trans java='https://java.com/download' -%}The default I2P installer requires Java to be installed. You can obtain it from <a href="{{java}}">Oracle</a> or from your choice of Java distribution. After installing Java, download the file and double-click
|
||||
to run it. {%- endtrans %}</p>
|
||||
<h3>{% trans %}Easy-Install Bundle (Beta){% endtrans %}</h3>
|
||||
<div class="file">
|
||||
<p>{% trans %}It's now possible to install all I2P components using a single package(<strong>No Java Required</strong>). To try out the new installer, click here. This bundle can also be used to configure a Firefox Profile. It will not interfere
|
||||
|
Reference in New Issue
Block a user