From f9055209666e494922c5451e90316ad7d29a9a27 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 22 Feb 2019 20:39:55 +0100 Subject: reorder --- template/tutorial-macos.html.j2 | 144 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 71 deletions(-) (limited to 'template/tutorial-macos.html.j2') diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2 index 6f05a963..e92cdc9b 100644 --- a/template/tutorial-macos.html.j2 +++ b/template/tutorial-macos.html.j2 @@ -22,7 +22,7 @@

-

{{ _("Installation through homebrew") }}

+

{{ _("Installation") }}

GNUnet is not yet in the official homebrew repos (we are working on it). So, you need to grab the formula from here @@ -45,8 +45,79 @@ $ brew install --HEAD gnunet

+
+ +

And you're done!.
+ GNUnet has a number of services and features. + Please check our documentation + to learn how to use them. If you find anything odd or bugs, please + let us know. +

+ +

{{_(First steps)}} +

+ Congratulations! GNUnet is now installed! Before we start it we + need to create a configuration file. By default GNUnet looks in + our home directory for the file `~/.gnunet/gnunet.conf`. We can + start with an empty file for now: +

+ + + $ touch ~/.config/gnunet.conf + + +

+ Now we can start it with the command line tool + `gnunet-arm` (Automatic Restart Manager). +

+ + + $ gnunet-arm -s + + +

+ It starts the default GNUnet services. We can list them with the + `-I` option: +

+ + + $ gnunet-arm -I
+ Running services:
+ ats (gnunet-service-ats)
+ revocation (gnunet-service-revocation)
+ set (gnunet-service-set)
+ nat (gnunet-service-nat)
+ transport (gnunet-service-transport)
+ peerstore (gnunet-service-peerstore)
+ hostlist (gnunet-daemon-hostlist)
+ identity (gnunet-service-identity)
+ namecache (gnunet-service-namecache)
+ peerinfo (gnunet-service-peerinfo)
+ datastore (gnunet-service-datastore)
+ zonemaster (gnunet-service-zonemaster)
+ zonemaster-monitor (gnunet-service-zonemaster-monitor)
+ nse (gnunet-service-nse)
+ cadet (gnunet-service-cadet)
+ dht (gnunet-service-dht)
+ core (gnunet-service-core)
+ gns (gnunet-service-gns)
+ statistics (gnunet-service-statistics)
+ topology (gnunet-daemon-topology)
+ fs (gnunet-service-fs)
+namestore (gnunet-service-namestore)
+vpn (gnunet-service-vpn) +
+ +

+ For stopping GNUnet again we can use the `-e` option. +

+ + + $ gnunet-arm -e + +
-

{{ _("Installation from source") }}

+

{{ _("Alternative: Installation from source") }}

The following instructions are only really interesting for developers @@ -122,75 +193,6 @@ Perform the same steps as for Option 1, but add the configure flat '--enable-experimental'

-

- Congratulations! GNUnet is now installed! Before we start it we - need to create a configuration file. By default GNUnet looks in - our home directory for the file `~/.gnunet/gnunet.conf`. We can - start with an empty file for now: -

- - - $ touch ~/.config/gnunet.conf - - -

- Now we can start it with the command line tool - `gnunet-arm` (Automatic Restart Manager). -

- - - $ gnunet-arm -s - - -

- It starts the default GNUnet services. We can list them with the - `-I` option: -

- - - $ gnunet-arm -I
- Running services:
- ats (gnunet-service-ats)
- revocation (gnunet-service-revocation)
- set (gnunet-service-set)
- nat (gnunet-service-nat)
- transport (gnunet-service-transport)
- peerstore (gnunet-service-peerstore)
- hostlist (gnunet-daemon-hostlist)
- identity (gnunet-service-identity)
- namecache (gnunet-service-namecache)
- peerinfo (gnunet-service-peerinfo)
- datastore (gnunet-service-datastore)
- zonemaster (gnunet-service-zonemaster)
- zonemaster-monitor (gnunet-service-zonemaster-monitor)
- nse (gnunet-service-nse)
- cadet (gnunet-service-cadet)
- dht (gnunet-service-dht)
- core (gnunet-service-core)
- gns (gnunet-service-gns)
- statistics (gnunet-service-statistics)
- topology (gnunet-daemon-topology)
- fs (gnunet-service-fs)
-namestore (gnunet-service-namestore)
-vpn (gnunet-service-vpn) -
- -

- For stopping GNUnet again we can use the `-e` option. -

- - - $ gnunet-arm -e - -
- -

{{ _("Further information") }}

- -

GNUnet has a number of services and features. - Please check our documentation - to learn how to use them. If you find anything odd or bugs, please - let us know. -

{% endblock body_content %} -- cgit v1.2.3