浏览代码

Update images for home server install

Bob Mottram 8 年前
父节点
当前提交
c068deca4e
共有 4 个文件被更改,包括 21 次插入3 次删除
  1. 7
    1
      doc/EN/homeserver.org
  2. 二进制
      img/controlpanel/control_panel_about.jpg
  3. 二进制
      img/ssh_key_verify.jpg
  4. 14
    2
      website/EN/homeserver.html

+ 7
- 1
doc/EN/homeserver.org 查看文件

@@ -102,7 +102,13 @@ When it's installed on your local system open a terminal and verify the ssh serv
102 102
 freedombone-client --verify
103 103
 #+end_src
104 104
 
105
-This will show the hash code for the public ssh key of the Freedombone system. Open another terminal window then run:
105
+This will show the hash code for the public ssh key of the Freedombone system.
106
+
107
+#+BEGIN_CENTER
108
+[[file:images/ssh_key_verify.jpg]]
109
+#+END_CENTER
110
+
111
+Open another terminal window then run:
106 112
 
107 113
 #+begin_src bash
108 114
 freedombone-client

二进制
img/controlpanel/control_panel_about.jpg 查看文件


二进制
img/ssh_key_verify.jpg 查看文件


+ 14
- 2
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-23 Wed 18:01 -->
6
+<!-- 2016-11-23 Wed 18:11 -->
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>
@@ -384,7 +384,19 @@ When it's installed on your local system open a terminal and verify the ssh serv
384 384
 </div>
385 385
 
386 386
 <p>
387
-This will show the hash code for the public ssh key of the Freedombone system. Open another terminal window then run:
387
+This will show the hash code for the public ssh key of the Freedombone system.
388
+</p>
389
+
390
+<div class="org-center">
391
+
392
+<div class="figure">
393
+<p><img src="images/ssh_key_verify.jpg" alt="ssh_key_verify.jpg" />
394
+</p>
395
+</div>
396
+</div>
397
+
398
+<p>
399
+Open another terminal window then run:
388 400
 </p>
389 401
 
390 402
 <div class="org-src-container">