Ver código fonte

Documentation

Bob Mottram 10 anos atrás
pai
commit
3e2c7d05ff
4 arquivos alterados com 6 adições e 2 exclusões
  1. 1
    0
      README.md
  2. 0
    1
      install-freedombone.sh
  3. 2
    0
      installation.org
  4. 3
    1
      website/installation.html

+ 1
- 0
README.md Ver arquivo

@@ -59,6 +59,7 @@ When the initial setup is done follow the instructions on screen to run the main
59 59
     MY_GPG_PUBLIC_KEY=
60 60
     MY_GPG_PRIVATE_KEY=
61 61
     ROUTE_THROUGH_TOR=no
62
+    ENABLE_CJDNS=no
62 63
     LOCAL_NETWORK_STATIC_IP_ADDRESS=192.168.1.60
63 64
 
64 65
 The GPG public/private key variables are for the filenames of exported GPG keys, and if a private key filename is given then it will be automatically shredded after import.

+ 0
- 1
install-freedombone.sh Ver arquivo

@@ -774,7 +774,6 @@ function install_cjdns {
774 774
       echo "cjdns public key: $CJDNS_PUBLIC_KEY" >> /home/$MY_USERNAME/README
775 775
       echo "cjdns private key: $CJDNS_PRIVATE_KEY" >> /home/$MY_USERNAME/README
776 776
       echo "cjdns port: $CJDNS_PORT" >> /home/$MY_USERNAME/README
777
-      echo '' >> /home/$MY_USERNAME/README
778 777
       chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
779 778
   fi
780 779
 

+ 2
- 0
installation.org Ver arquivo

@@ -65,6 +65,7 @@ MY_GPG_PRIVATE_KE=<exported private key filename>
65 65
 PUBLIC_MAILING_LIST=<name of your mailing list>
66 66
 LOCAL_NETWORK_STATIC_IP_ADDRESS=192.168.1.60
67 67
 ROUTER_IP_ADDRESS=192.168.1.254
68
+ENABLE_CJDNS=no
68 69
 #+END_SRC
69 70
 
70 71
 The GPG public/private key variables are for the filenames of exported GPG keys, and if a private key filename is given then it will be automatically shredded after import.
@@ -135,6 +136,7 @@ MY_GPG_PRIVATE_KE=<exported private key filename>
135 136
 PUBLIC_MAILING_LIST=<name of your mailing list>
136 137
 LOCAL_NETWORK_STATIC_IP_ADDRESS=192.168.1.60
137 138
 ROUTER_IP_ADDRESS=192.168.1.254
139
+ENABLE_CJDNS=no
138 140
 #+END_SRC
139 141
 
140 142
  * Save and exit, then run:

+ 3
- 1
website/installation.html Ver arquivo

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2014-12-26 Fri 15:11 -->
7
+<!-- 2015-01-11 Sun 11:19 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -272,6 +272,7 @@ When the initial setup is done follow the instructions on screen to run the main
272 272
 <span class="org-variable-name">PUBLIC_MAILING_LIST</span>=&lt;name of your mailing list&gt;
273 273
 <span class="org-variable-name">LOCAL_NETWORK_STATIC_IP_ADDRESS</span>=192.168.1.60
274 274
 <span class="org-variable-name">ROUTER_IP_ADDRESS</span>=192.168.1.254
275
+<span class="org-variable-name">ENABLE_CJDNS</span>=no
275 276
 </pre>
276 277
 </div>
277 278
 
@@ -387,6 +388,7 @@ nano freedombone.cfg
387 388
 <span class="org-variable-name">PUBLIC_MAILING_LIST</span>=&lt;name of your mailing list&gt;
388 389
 <span class="org-variable-name">LOCAL_NETWORK_STATIC_IP_ADDRESS</span>=192.168.1.60
389 390
 <span class="org-variable-name">ROUTER_IP_ADDRESS</span>=192.168.1.254
391
+<span class="org-variable-name">ENABLE_CJDNS</span>=no
390 392
 </pre>
391 393
 </div>
392 394