aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi28
1 files changed, 23 insertions, 5 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index c3b9c6cbc..a508feb6a 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -1727,12 +1727,19 @@ $ gnunet-namestore -a -e "1 d" -n "homepage" \
1727At this point we can start the proxy. Simply execute 1727At this point we can start the proxy. Simply execute
1728 1728
1729@example 1729@example
1730$ gnunet-gns-proxy 1730$ gnunet-arm -i gns-proxy
1731@end example
1732
1733To run the proxy at all times in the future, you should
1734change your configuration as follows:
1735
1736@example
1737$ gnunet-config -s gns-proxy -o AUTOSTART -V YES
1731@end example 1738@end example
1732 1739
1733@noindent 1740@noindent
1734Configure your browser to use this SOCKSv5 proxy on port 7777 and visit 1741Configure your browser to use this SOCKSv5 proxy using
1735this link. 1742@code{localhost} on port 7777.
1736If you use @command{Firefox} (or one of its derivatives/forks such as 1743If you use @command{Firefox} (or one of its derivatives/forks such as
1737Icecat) you also have to go to @code{about:config} and set the key 1744Icecat) you also have to go to @code{about:config} and set the key
1738@code{network.proxy.socks_remote_dns} to @code{true}. 1745@code{network.proxy.socks_remote_dns} to @code{true}.
@@ -1779,10 +1786,21 @@ Keeping a virtual environment helps with keeping things tidy and prevents
1779breaking of Ascension through a future Python update. 1786breaking of Ascension through a future Python update.
1780 1787
1781The 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
1782be installed separately in different versions without touching your system 1789be installed separately in different versions without touching your systems
1783Python installation and its dependencies. 1790Python installation and its dependencies.
1784 1791
1785@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.
1786 1804
1787@node Configuring the GNUnet VPN 1805@node Configuring the GNUnet VPN
1788@subsection Configuring the GNUnet VPN 1806@subsection Configuring the GNUnet VPN