aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-01-20 15:03:24 +0100
committerrexxnor <rexxnor+gnunet@brief.li>2019-01-25 17:27:29 +0100
commitd91f5dcc352b6116e346c2a45edfd72ed4de3f9a (patch)
tree2dde9969f4ea3ef41e3055ce97ad8377791c802b /doc/handbook/chapters/installation.texi
parent2798cec3ad8c31397ccedef2dfca7f957efa0fa7 (diff)
downloadgnunet-d91f5dcc352b6116e346c2a45edfd72ed4de3f9a.tar.gz
gnunet-d91f5dcc352b6116e346c2a45edfd72ed4de3f9a.zip
fixed typos, improved ascension documentation
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 9a64feef7..bdff20802 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -1698,7 +1698,11 @@ configured proxy) should give you a valid SSL certificate for
1698@subsubsection Migrating existing DNS zones into GNS 1698@subsubsection Migrating existing DNS zones into GNS
1699 1699
1700To migrate an existing zone into GNS use the ascension tool. 1700To migrate an existing zone into GNS use the ascension tool.
1701You can find the source code here: @code{} 1701
1702Ascension transfers entire zones into GNS by doing incremental zone transfers
1703and then adding the records to GNS.
1704
1705You can find the source code here: @code{https://gnunet.org/git/ascension.git/}
1702 1706
1703The software can be installed into a python virtual environment like this: 1707The software can be installed into a python virtual environment like this:
1704@example 1708@example
@@ -1712,7 +1716,9 @@ Or installed globally like this (not recommended):
1712$ sudo python3 setup.py install 1716$ sudo python3 setup.py install
1713@end example 1717@end example
1714 1718
1715The advantage of using a virtual environment is, that all the dependencies can be installed separately in different versions without touching your existing python installation and their dependencies. 1719The advantage of using a virtual environment is, that all the dependencies can
1720be installed separately in different versions without touching your existing
1721python installation and its dependencies.
1716 1722
1717Using the tool is discussed in the user section of the documentation. 1723Using the tool is discussed in the user section of the documentation.
1718 1724