aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2019-06-25 15:53:30 +0200
committert3sserakt <t3ss@posteo.de>2019-06-25 15:53:30 +0200
commit28d3e0676f262e495c6d5c49bbedd5ce65502cee (patch)
tree3631b2f033a913aac3cd806e541e3391f0cec7e5 /doc/handbook/chapters/installation.texi
parentd2ed51b63d955a590a461e911a3d6fa6a9248fe5 (diff)
parent17611641fe7da3d2711e1f20eaf2ee81faf0e702 (diff)
downloadgnunet-28d3e0676f262e495c6d5c49bbedd5ce65502cee.tar.gz
gnunet-28d3e0676f262e495c6d5c49bbedd5ce65502cee.zip
Merge branch 'master' into cadet_option
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index d02fc7f82..a508feb6a 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -1786,10 +1786,21 @@ Keeping a virtual environment helps with keeping things tidy and prevents
1786breaking of Ascension through a future Python update. 1786breaking of Ascension through a future Python update.
1787 1787
1788The advantage of using a virtual environment is, that all the dependencies can 1788The advantage of using a virtual environment is, that all the dependencies can
1789be installed separately in different versions without touching your system 1789be installed separately in different versions without touching your systems
1790Python installation and its dependencies. 1790Python installation and its dependencies.
1791 1791
1792@xref{Migrating an existing DNS zone into GNS}, for usage manual of the tool. 1792Another way to install Ascension on Debian is to install the python3-ascension
1793package. It can be found within the above mentioned Ascension git repository.
1794This also adds a system user ascension and runs a GNUnet peer in the
1795background. Attention: This only works if a recent version of GNUnet is
1796installed on your system. The version number of Ascension is chosen according
1797to the required feature level of GNUnet. I.e. Ascension 0.11.5 is only
1798compatible with GNUnet 0.11.5 and upwards. As Debian's packages for GNUnet are
1799outdated even in experimental, you will need to install GNUnet manually.
1800@xref{Installing GNUnet}
1801
1802Please check @xref{Migrating an existing DNS zone into GNS}, for usage manual
1803of the tool.
1793 1804
1794@node Configuring the GNUnet VPN 1805@node Configuring the GNUnet VPN
1795@subsection Configuring the GNUnet VPN 1806@subsection Configuring the GNUnet VPN