services/Tahoe-LAFS.md
... ...
@@ -9,10 +9,10 @@ Default you need only 3 of 10 parts of a file to reconstruct it. So a downtime o
9 9
10 10
Because of the encryption an owner of a node don't know anything about the stored content.
11 11
12
-## Usage
12
+# Usage
13 13
To provide storage to the cloud you have to run a node.
14 14
15
-## Notwendige Software und Einstellungen
15
+# Install and configuration
16 16
To run a node you have to install tahoe-lafs at least in version 1.10. You can get source code from https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip, if the version of the package in the distribution not at least 1.10. Then you have to extract it and install with `python2 setup.py build && sudo python2 setup.py install`.
17 17
18 18
Before the first start you have to create a node with `bin/tahoe create-node` or a client (doesn't provide storage) with `bin/tahoe create-client`. This will create the folder .tahoe in your home dir. In the file .tahoe/tahoe.cfg you have to enter on `introducer.furl` the link to our introducer node:
... ...
@@ -23,8 +23,8 @@ introducer.furl = pb://[email protected]:44411/intr
23 23
24 24
With `bin/tahoe start` you start your local node.
25 25
26
-## Client
26
+# Client
27 27
You can reach the local node via web browser at [http://localhost:3456](http://localhost:3456).
28 28
29
-## Further informations
29
+# Further informations
30 30
Look at https://tahoe-lafs.org for further informations.
... ...
\ No newline at end of file