gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 66/324: Document how to use GNUnet FS without networking


From: gnunet
Subject: [gnunet-scheme] 66/324: Document how to use GNUnet FS without networking.
Date: Tue, 21 Sep 2021 13:21:46 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 762e917e8d21a287eae0559bf8465c207d26e8af
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Jan 30 18:33:10 2021 +0100

    Document how to use GNUnet FS without networking.
    
    * ROADMAP.org (How to use GNUnet FS without networking):
      new section.
---
 ROADMAP.org | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ROADMAP.org b/ROADMAP.org
index cacdf9b..0689392 100644
--- a/ROADMAP.org
+++ b/ROADMAP.org
@@ -13,6 +13,22 @@
 
   For previous attempts, see the guix mailing list
   and guile-gnunet.
+** (Informative) How to use GNUnet FS without networking
+   (At cost of not finding and sending content from / to
+   other peers, of course)
+
+   --no-grafts: its only for testing, so not spending any
+   time with grafting is appreciated.
+
+   #+BEGIN_SRC shell
+     gnunetdir=`guix build gnunet --no-grafts`
+     OLDPATH=$PATH
+     PATH=$gnunetdir/bin:$gnunetdir/lib/gnunet/libexec:$PATH
+     export PATH; hash
+     gnunet-service-fs& gnunet-service-datastore&
+     # Now have some fun without having to worry about
+     # any potential security bugs!
+   #+END_SRC
 
 ** DONE Publishing and fetching directories over GNUnet
    Example usage of publish-store:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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