瀏覽代碼

Document running the client command

Bob Mottram 8 年之前
父節點
當前提交
90b82e5ed4
共有 2 個檔案被更改,包括 24 行新增7 行删除
  1. 10
    3
      doc/EN/homeserver.org
  2. 14
    4
      website/EN/homeserver.html

+ 10
- 3
doc/EN/homeserver.org 查看文件

@@ -17,14 +17,14 @@
17 17
 
18 18
 The quickest way to get started is as follows. You will need to be running a Debian based system (version 8 or later), have an old but still working laptop or netbook which you can use as a server, and 8GB or larger USB thumb drive and an ethernet cable to connect the laptop to your internet router.
19 19
 
20
-First you will need to create an image. On a debian based distro:
20
+First install freedombone onto your local system (not the target hardware that you want to run Freedombone on). On a debian based distro:
21 21
 
22 22
 #+begin_src bash
23 23
 sudo apt-get install git
24 24
 git clone https://github.com/bashrc/freedombone
25 25
 cd freedombone
26 26
 git checkout stockholm
27
-make install
27
+sudo make install
28 28
 freedombone-image --setup debian
29 29
 freedombone-image -t i386 --onion yes
30 30
 #+end_src
@@ -36,14 +36,21 @@ sudo pacman -S git
36 36
 git clone https://github.com/bashrc/freedombone
37 37
 cd freedombone
38 38
 git checkout stockholm
39
-make install
39
+sudo make install
40 40
 freedombone-image --setup parabola
41 41
 freedombone-image -t i386 --onion yes
42 42
 #+end_src
43 43
 
44
+Now prepare your local system to talk to the freedombone by running. This will set up avahi and create ssh keys if necessary.
45
+
46
+#+begin_src bash
47
+freedombone-client
48
+#+end_src
49
+
44 50
 #+BEGIN_CENTER
45 51
 [[file:images/tor_onion.jpg]]
46 52
 #+END_CENTER
53
+
47 54
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above.
48 55
 
49 56
 If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*.

+ 14
- 4
website/EN/homeserver.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-11 Fri 21:30 -->
6
+<!-- 2016-11-23 Wed 17:35 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -251,7 +251,7 @@ The quickest way to get started is as follows. You will need to be running a Deb
251 251
 </p>
252 252
 
253 253
 <p>
254
-First you will need to create an image. On a debian based distro:
254
+First install freedombone onto your local system (not the target hardware that you want to run Freedombone on). On a debian based distro:
255 255
 </p>
256 256
 
257 257
 <div class="org-src-container">
@@ -259,7 +259,7 @@ First you will need to create an image. On a debian based distro:
259 259
 git clone https://github.com/bashrc/freedombone
260 260
 <span class="org-builtin">cd</span> freedombone
261 261
 git checkout stockholm
262
-make install
262
+sudo make install
263 263
 freedombone-image --setup debian
264 264
 freedombone-image -t i386 --onion yes
265 265
 </pre>
@@ -274,12 +274,21 @@ Or on Arch/Parabola:
274 274
 git clone https://github.com/bashrc/freedombone
275 275
 <span class="org-builtin">cd</span> freedombone
276 276
 git checkout stockholm
277
-make install
277
+sudo make install
278 278
 freedombone-image --setup parabola
279 279
 freedombone-image -t i386 --onion yes
280 280
 </pre>
281 281
 </div>
282 282
 
283
+<p>
284
+Now prepare your local system to talk to the freedombone by running. This will set up avahi and create ssh keys if necessary.
285
+</p>
286
+
287
+<div class="org-src-container">
288
+<pre class="src src-bash">freedombone-client
289
+</pre>
290
+</div>
291
+
283 292
 <div class="org-center">
284 293
 
285 294
 <div class="figure">
@@ -287,6 +296,7 @@ freedombone-image -t i386 --onion yes
287 296
 </p>
288 297
 </div>
289 298
 </div>
299
+
290 300
 <p>
291 301
 The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>&#x2013;onion yes</b> option from the last command shown above.
292 302
 </p>