Files
i2p.www/www.i2p2/pages/download_ar.html
thelastcode-transport 38b8a034e4 Download page in Arabic
2011-02-08 01:51:45 +00:00

123 lines
5.5 KiB
HTML

{% extends "_layout _ar.html" %}
{% block title %}تحميل{% endblock %}
{% block content %}
<h1>تحميل I2P</h1>
<h3>المتطلبات البرمجية</h3>
اصدار 1.5 من Java Runtime (أو أعلى)
(<a href="http://java.com/download/">Oracle/Sun Java Version 6</a>,
<a href="http://openjdk.java.net/install/">OpenJDK 6</a>, or
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
منصوح بهم)
<br>
<a href="http://java.com/en/download/installed.jsp?detect=jre&try=1">اعرف نسخة الجافا المثبتة لديك من هنا</a>
أو تنفيذ الأمر <tt>java -version</tt> في سطر الأوامر لديك
<h3>التثبيت لأول مرة</h3>
<ul class="downloadlist">
<li>التثبيت عن طريق الواجهة الرسومية :<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
(SHA256
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe.sig">sig</a>)<br />
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
<code>java -jar i2pinstall_0.8.2.exe</code> (نعم ،حقاً)</li>
<li>التثبيت عن طريق سطر الأوامر :<br />
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
<code>java -jar i2pinstall_0.8.2.exe -console</code> في سطر الأوامر لديك
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
</li>
<li>تحميل الرماز المصدري :<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
(SHA256
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2.sig">sig</a>)<br />
بشكل بديل ، يمكن الحصول على الرماز المصدري من <a href="newdevelopers">monotone</a>.
<br/>
نفّذ الأمر<code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p-0.8.2 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
</ul>
الملفات موقّعة بواسطة zzz
<a href="release-signing-key.html">و مفتاحه على الرابط</a>.
<h3>مهام ما بعد التثبيت</h3>
<p>بعد تنفيذ برنامج التثبيت في ويندوز ، قم بنقر زر البدء بـ
I2P أو Start I2P والذي سيظهر لك واجهة <a href="http://localhost:7657/index.jsp">التحكم بالموجه</a>,
و التي تحوي المزيد من الأوامر</p>
<p>On Unix-like systems, I2P can be started as a service
using the "i2prouter" script, located in the directory you selected for I2P.
Changing to that directory in a console and issuing "sh i2prouter status"
should tell you the router's status. The arguments "start", "stop" and "restart"
control the service. The <a href="http://localhost:7657/index.jsp">router console</a>
can be accessed at its usual location.
For users on OpenSolaris and other systems for which the wrapper (i2psvc) is not supported,
start the router with "sh runplain.sh" instead.
</p>
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
if you can, bearing in mind the Internet-facing ports I2P uses,
<a href="faq#ports">described here</a> among other ports.
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
<a href="http://localhost:7657/config.jsp">configuration page</a>.
</p>
<p>Also, please review and <b>adjust the bandwidth settings</b> on the
<a href="http://localhost:7657/config.jsp">configuration page</a>,
as the default settings of 96 KBps down / 40 KBps up are fairly slow.
</p>
<p>
If you want to reach eepsites via your browser, have a look on the <a href="htproxyports.html">browser proxy setup</a> page for a easy howto.
</p>
<h3>Updates from earlier releases:</h3>
<p>
Both automatic and manual upgrades are available for the release.
</p><p>
If you are running 0.7.5 or later, your router should detect the
new release. To upgrade simply click the 'Download Update' button on your router console
when it appears.
</p><p>
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.
</p><p>
If you are running 0.7.4 or earlier, please see
<a href=release-0.7.5.html>the 0.7.5 release notes</a>
for important information about how to configure your router to automatically
receive the release.
</p><p>
If you are running 0.6.1.30 or earlier, please see
<a href=upgrade-0.6.1.30.html>instructions</a>
for important information about how to configure your router to automatically
receive the release.
</p>
<ol>
<li>If you have reconfigured your router following the <a href=upgrade-0.6.1.30.html>instructions</a>, you should see a link on your
<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.</li>
<li>Alternately, you can use the manual method specified below.</li>
</ol>
<h3>Updates from earlier releases (manual method):</h3>
<ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip">i2pupdate_0.8.2.zip</a>
(SHA256
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip.sig">sig</a>) to your I2P
installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do
NOT need to unzip that file.</li>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
<li>Grab a cup of coffee and come back in 11 minutes</li>
</ol>
The file is signed by zzz,
<a href="release-signing-key.html">whose key is here</a>.
{% endblock %}