aboutsummaryrefslogtreecommitdiff
path: root/template/install-on-debian9.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install-on-debian9.html.j2')
-rw-r--r--template/install-on-debian9.html.j247
1 files changed, 23 insertions, 24 deletions
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index beffdcf6..9641964b 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -1,11 +1,12 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<article class="container">
4 4
5 <h2>{{ _("Tutorial: GNUnet on Debian 9") }}</h2> 5 <header>
6 6 <h1>{{ _("Tutorial: GNUnet on Debian 9") }}</h1>
7 <h3>{{ _("Introduction") }}</h3> 7 </header>
8 8
9 <h2>{{ _("Introduction") }}</h2>
9 <p> 10 <p>
10 Welcome to the hopefully painless GNUnet tutorial for Debian 9! It provides 11 Welcome to the hopefully painless GNUnet tutorial for Debian 9! It provides
11 very concrete instructions on how to compile, install and configure a current 12 very concrete instructions on how to compile, install and configure a current
@@ -25,7 +26,7 @@
25 Now let's start! 26 Now let's start!
26 </p> 27 </p>
27 28
28 <h3>{{ _("Requirements") }}</h3> 29 <h2>{{ _("Requirements") }}</h2>
29 30
30 <p> 31 <p>
31 First let's install the following Debian 9 packages to use GNUnet 32 First let's install the following Debian 9 packages to use GNUnet
@@ -41,7 +42,7 @@
41 openssl libnss3-tools libopus-dev libpulse-dev libogg-dev 42 openssl libnss3-tools libopus-dev libpulse-dev libogg-dev
42 </code> 43 </code>
43 44
44 <h3>{{ _("Make an installation directory") }}</h3> 45 <h2>{{ _("Make an installation directory") }}</h2>
45 46
46 <p> 47 <p>
47 Next we create a directory in our home directory where we store 48 Next we create a directory in our home directory where we store
@@ -55,7 +56,7 @@
55 $ mkdir ~/gnunet_installation 56 $ mkdir ~/gnunet_installation
56 </code> 57 </code>
57 58
58 <h3>{{ _("Get the source code") }}</h3> 59 <h2>{{ _("Get the source code") }}</h2>
59 60
60 <p> 61 <p>
61 We download the GNUnet source code using git. On Debian 9 we need the 62 We download the GNUnet source code using git. On Debian 9 we need the
@@ -74,7 +75,7 @@
74 $ git clone --depth 1 https://gnunet.org/git/libmicrohttpd.git 75 $ git clone --depth 1 https://gnunet.org/git/libmicrohttpd.git
75 </code> 76 </code>
76 77
77 <h3>{{ _("Compile and Install") }}</h3> 78 <h2>{{ _("Compile and Install") }}</h2>
78 79
79 80
80 <p> 81 <p>
@@ -99,7 +100,7 @@
99 production version. 100 production version.
100 </p> 101 </p>
101 102
102 <h4>{{ _("Option 1: GNUnet for production / usage") }}</h4> 103 <h3>{{ _("Option 1: GNUnet for production / usage") }}</h3>
103 104
104 <code> 105 <code>
105 $ cd ~/gnunet_installation/gnunet<br> 106 $ cd ~/gnunet_installation/gnunet<br>
@@ -111,7 +112,7 @@
111 $ sudo make install 112 $ sudo make install
112 </code> 113 </code>
113 114
114 <h4>{{ _("Option 2: GNUnet for development") }}</h4> 115 <h3>{{ _("Option 2: GNUnet for development") }}</h3>
115 116
116 <code> 117 <code>
117 $ cd ~/gnunet_installation/gnunet<br> 118 $ cd ~/gnunet_installation/gnunet<br>
@@ -122,7 +123,7 @@
122 $ sudo make install 123 $ sudo make install
123 </code> 124 </code>
124 125
125 <h4>{{ _("Option 3: gnunet-gtk") }}</h4> 126 <h3>{{ _("Option 3: gnunet-gtk") }}</h3>
126 <p> 127 <p>
127 Installing the Gtk+-based graphical user 128 Installing the Gtk+-based graphical user
128 interface can be done on top of either the production or development installation. 129 interface can be done on top of either the production or development installation.
@@ -138,7 +139,7 @@
138 </code> 139 </code>
139 140
140<!-- 141<!--
141 <h4>{{ _("Install GNUnet plugin for name resolution") }}</h4> 142 <h3>{{ _("Install GNUnet plugin for name resolution") }}</h3>
142 <p> 143 <p>
143 So now it gets a bit nasty. It's not so bad. All we have to do 144 So now it gets a bit nasty. It's not so bad. All we have to do
144 is copy a file and edit another one. The file we need to copy 145 is copy a file and edit another one. The file we need to copy
@@ -192,7 +193,7 @@
192 <p>That's it. It wasn't that nasty, was it?</p> 193 <p>That's it. It wasn't that nasty, was it?</p>
193--> 194-->
194 195
195 <h3>{{ _("Configuration") }}</h3> 196 <h2>{{ _("Configuration") }}</h2>
196 197
197 <p> 198 <p>
198 Congratulations! GNUnet is now installed! Before we start it we 199 Congratulations! GNUnet is now installed! Before we start it we
@@ -268,14 +269,12 @@
268 $ gnunet-arm -e 269 $ gnunet-arm -e
269 </code> 270 </code>
270 271
271<section> 272 <h2>{{ _("Use GNUnet!") }}</h2>
272 <h3>{{ _("Use GNUnet!") }}</h3> 273 <p>
273 <p> 274 Please head over here: <a href="https://gnunet.org/en/use.html">Use!</a>
274 Please head over here: <a href="https://gnunet.org/en/use.html">Use!</a> 275 <p>
275 <p>
276</section>
277 276
278 <h3>{{ _("Uninstall GNUnet and its dependencies") }}</h3> 277 <h2>{{ _("Uninstall GNUnet and its dependencies") }}</h2>
279 278
280 <code> 279 <code>
281 $ cd ~/gnunet_installation/gnunet<br> 280 $ cd ~/gnunet_installation/gnunet<br>
@@ -291,9 +290,9 @@
291 $ sudo rm /lib/$(uname -m)-linux-gnu/libnss_gns.so.2 290 $ sudo rm /lib/$(uname -m)-linux-gnu/libnss_gns.so.2
292 </code> 291 </code>
293 292
294 <h3>{{ _("Troubleshooting") }}</h3> 293 <h2>{{ _("Troubleshooting") }}</h2>
295 294
296 <h4>{{ _("You can't reach other people's nodes") }}</h4> 295 <h3>{{ _("You can't reach other people's nodes") }}</h3>
297 296
298 <p> 297 <p>
299 Should our computer not have reached the open GNUnet network automatically, 298 Should our computer not have reached the open GNUnet network automatically,
@@ -329,7 +328,7 @@
329 328
330 329
331<!-- 330<!--
332 <h4>{{ _("OMG you guys broke my internet") }}</h4> 331 <h3>{{ _("OMG you guys broke my internet") }}</h3>
333 332
334 <p> 333 <p>
335 We can replace `/etc/nsswitch.conf` with the backup we made earlier 334 We can replace `/etc/nsswitch.conf` with the backup we made earlier
@@ -342,5 +341,5 @@
342 </code> 341 </code>
343--> 342-->
344 343
345</div> 344</article>
346{% endblock body_content %} 345{% endblock body_content %}