aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-10 06:47:47 +0000
committerNils Gillmann <ng0@n0.is>2018-10-10 06:47:47 +0000
commit552cb91724fe714ca989959f84346884d1770e3d (patch)
tree234ced116fa77f67992e8177df780c25e4a56526 /doc/documentation
parent697b2ed1273cefc78d2068a6425830935a9f9f22 (diff)
downloadgnunet-552cb91724fe714ca989959f84346884d1770e3d.tar.gz
gnunet-552cb91724fe714ca989959f84346884d1770e3d.zip
installation: likewise.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/installation.texi30
1 files changed, 18 insertions, 12 deletions
diff --git a/doc/documentation/chapters/installation.texi b/doc/documentation/chapters/installation.texi
index 559a97f96..6bf67ee97 100644
--- a/doc/documentation/chapters/installation.texi
+++ b/doc/documentation/chapters/installation.texi
@@ -224,8 +224,9 @@ This section describes a quick, casual way to check if your GNUnet
224installation works. However, if it does not, we do not cover 224installation works. However, if it does not, we do not cover
225steps for recovery --- for this, please study the instructions 225steps for recovery --- for this, please study the instructions
226provided in the developer handbook as well as the system-specific 226provided in the developer handbook as well as the system-specific
227instruction in the source code repository@footnote{The system specific 227instruction in the source code repository.
228instructions are not provided as part of this handbook!}. 228Please note that the system specific instructions are not provided
229as part of this handbook!.
229 230
230 231
231@menu 232@menu
@@ -258,19 +259,16 @@ Currently these interfaces cover:
258@subsection Statistics 259@subsection Statistics
259@c %**end of header 260@c %**end of header
260 261
261First, you should launch GNUnet gtk@footnote{Obviously you should also 262We assume that you have started gnunet via @code{gnunet-arm} or via your
262start gnunet, via gnunet-arm or the system provided method}. 263system-provided method for starting services.
264First, you should launch GNUnet gtk.
263You can do this from the command-line by typing 265You can do this from the command-line by typing
264 266
265@example 267@example
266gnunet-statistics-gtk 268gnunet-statistics-gtk
267@end example 269@end example
268 270
269If your peer@footnote{The term ``peer'' is a common word used in 271If your peer is running correctly, you should see a bunch
270federated and distributed networks to describe a participating device
271which is connected to the network. Thus, your Personal Computer or
272whatever it is you are looking at the Gtk+ interface describes a
273``Peer'' or a ``Node''.} is running correctly, you should see a bunch
274of lines, all of which should be ``significantly'' above zero (at 272of lines, all of which should be ``significantly'' above zero (at
275least if your peer has been running for more than a few seconds). The 273least if your peer has been running for more than a few seconds). The
276lines indicate how many other peers your peer is connected to (via 274lines indicate how many other peers your peer is connected to (via
@@ -284,6 +282,12 @@ of storage available and used by your peer. Note that "Traffic" is
284plotted cumulatively, so you should see a strict upwards trend in the 282plotted cumulatively, so you should see a strict upwards trend in the
285traffic. 283traffic.
286 284
285The term ``peer'' is a common word used in
286federated and distributed networks to describe a participating device
287which is connected to the network. Thus, your Personal Computer or
288whatever it is you are looking at the Gtk+ interface describes a
289``Peer'' or a ``Node''.
290
287@node Peer Information 291@node Peer Information
288@subsection Peer Information 292@subsection Peer Information
289@c %**end of header 293@c %**end of header
@@ -1240,13 +1244,15 @@ ProxyPassReverse https://gnunet.foo.org:4433/
1240 1244
1241@noindent 1245@noindent
1242More information about the apache mod_proxy configuration can be found 1246More information about the apache mod_proxy configuration can be found
1243in the Apache documentation@footnote{@uref{http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass, http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass}} 1247in the
1248@uref{http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass, Apache documentation}.
1244 1249
1245@node Reverse Proxy - Configure your nginx HTTPS webserver 1250@node Reverse Proxy - Configure your nginx HTTPS webserver
1246@subsubsection Reverse Proxy - Configure your nginx HTTPS webserver 1251@subsubsection Reverse Proxy - Configure your nginx HTTPS webserver
1247 1252
1248Since nginx does not support chunked encoding, you first of all have to 1253Since nginx does not support chunked encoding, you first of all have to
1249install the @code{chunkin} module@footnote{@uref{http://wiki.nginx.org/HttpChunkinModule, http://wiki.nginx.org/HttpChunkinModule}} 1254install the @code{chunkin}
1255@uref{http://wiki.nginx.org/HttpChunkinModule, module}.
1250 1256
1251To enable chunkin add: 1257To enable chunkin add:
1252 1258
@@ -1491,7 +1497,7 @@ sections.
1491@subsubsection Configuring the GNS nsswitch plugin 1497@subsubsection Configuring the GNS nsswitch plugin
1492 1498
1493The Name Service Switch (NSS) is a facility in Unix-like operating systems 1499The Name Service Switch (NSS) is a facility in Unix-like operating systems
1494@footnote{More accurate: NSS is a functionality of the GNU C Library} 1500(in most cases provided by the GNU C Library)
1495that provides a variety of sources for common configuration databases and 1501that provides a variety of sources for common configuration databases and
1496name resolution mechanisms. 1502name resolution mechanisms.
1497A superuser (system administrator) usually configures the 1503A superuser (system administrator) usually configures the