gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: improve setup phase


From: gnunet
Subject: [www] branch master updated: improve setup phase
Date: Fri, 15 May 2020 11:33:27 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 0a0dd24  improve setup phase
0a0dd24 is described below

commit 0a0dd2431d29bf91bbb338e6d8d6738632c49f8e
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Fri May 15 11:28:23 2020 +0200

    improve setup phase
---
 template/install.html.j2 | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index b1494ca..598aaa6 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -83,6 +83,17 @@ If you have any queries about the installation or the usage, 
please <a href="eng
   <code class="block">
     $ git clone https://gnunet.org/git/gnunet.git
   </code>
+  <p>
+   {% trans %}
+   Before building GNUnet, make sure that you setup the required groups and
+   add your user to the group <code>gnunet</code>:
+   {% endtrans %}
+  </p>
+  <code class="block">
+    # addgroup gnunetdns <br>
+    # adduser --system --home "/var/lib/gnunet" --group gnunet --shell 
/bin/sh<br>
+    # usermod -a -G gnunet &lt;username&gt;
+  </code>
   <p>
    {% trans %}
    To compile GNUnet, execute:
@@ -90,8 +101,6 @@ If you have any queries about the installation or the usage, 
please <a href="eng
   </p>
   <code class="block">
     $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your 
choice<br>
-    $ sudo addgroup gnunetdns <br>
-    $ sudo adduser --system --home "/var/lib/gnunet" --group gnunet --shell 
/bin/sh<br>
     $ ./bootstrap # only if you install from git <br>
     $ ./configure --prefix=$GNUNET_PREFIX/.. <br>
     $ make

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]