diff options
author | lurchi <lurchi@strangeplace.net> | 2019-06-26 20:08:45 +0200 |
---|---|---|
committer | lurchi <lurchi@strangeplace.net> | 2019-06-26 20:08:45 +0200 |
commit | a63f620391948240d6cfbfe06ae8cb819d791c70 (patch) | |
tree | cde86cef6868a4678024a0e4af755c2bfc045689 | |
parent | 46076bd9d7f93b367087ffab6b498b3efb1ed817 (diff) |
fix TOC; prepare chapter Minimal configuration
-rw-r--r-- | doc/handbook/chapters/installation.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi index 72fe19b24..326d49951 100644 --- a/doc/handbook/chapters/installation.texi +++ b/doc/handbook/chapters/installation.texi @@ -19,9 +19,10 @@ quickly try out GNUnet can use the @emph{user services only} variant. @menu * Installing dependencies:: * Getting the Source Code:: -* Create @code{gnunet} user and group:: +* Create user and groups for the system services:: * Preparing and Compiling the Source Code:: * Installation:: +* Minimal configuration:: * Checking the Installation:: * The graphical configuration interface:: * Config Leftovers:: @@ -135,8 +136,8 @@ In the next chapter we will assume that the source code is available in the home directory at @code{~/gnunet}. @c ----------------------------------------------------------------------- -@node Create user and groups for the GNUnet services -@section Create user and groups for the GNUnet services +@node Create user and groups for the system services +@section Create user and groups for the system services @cartouche{If only user services shall be used this section can be skipped}. @@ -293,6 +294,11 @@ Now GNS should work in browsers that are configured to use a SOCKS proxy on @code{localhost:7777}. +@node Minimal configuration +@section Minimal configuration +TBD + + @node Checking the Installation @section Checking the Installation |