Files
i2p.www/www.i2p2/pages/newdevelopers.html

51 lines
1.3 KiB
HTML
Raw Normal View History

{% extends "_layout.html" %}
{% block title %}New Developer's Guide{% endblock %}
{% block content %}
Here's a very quick guide to getting started.
<ul>
<li>
Not quite ready for coding?
Try <a href="getinvolved.html">getting involved</a> first.
<li>
For development on the i2p router or the embedded applications,
learn Java :)
<li>
Study the <a href="how_intro.html">how intro</a>,
the <a href="how.html">other "how" documents</a>,
the <a href="techintro.html">tech intro</a>,
and associated documents.
<li>
For development on the i2p router or the embedded applications,
get the monotone source repository installed - short instructions:
<ul>
<li>Install monotone
2008-06-30 03:47:21 +00:00
<li>Enable the i2tunnel client tunnel on port 8998 pointing to mtn.i2p2.i2p
<li>mtn -d i2p.mtn db init
2008-06-30 03:47:21 +00:00
<li>mtn -d i2p.mtn pull 127.0.0.1:8998 i2p.i2p
2008-06-29 16:48:20 +00:00
<li>mtn -d i2p.mtn co --branch=i2p.i2p
</ul>
Long version: see the <a href="monotone.html">monotone page</a>.
<li>
For development on new applications,
see the <a href="applications">application development guide</a>.
<li>
2008-06-29 17:57:43 +00:00
See <a href="http://zzz.i2p/forums/3">zzz's todo lists</a>,
<a href="todo.html">this website's todo list</a> or
<a href="http://trac.i2p2.i2p/report/2">trac</a>
for ideas.
<li>
Say hi to the developers on #i2p
<li>
See the bottom of <a href="licenses.html">licenses.html</a> for
commit privilege requirements.
</ul>
{% endblock %}