Bläddra i källkod

Example video

Bob Mottram 10 år sedan
förälder
incheckning
9c96146680
3 ändrade filer med 7 tillägg och 21 borttagningar
  1. 1
    1
      doc/installation.org
  2. 3
    3
      src/freedombone
  3. 3
    17
      website/installation.html

+ 1
- 1
doc/installation.org Visa fil

@@ -81,7 +81,7 @@ Now the easiest way to install the system is via the interactive setup.
81 81
 freedombone menuconfig
82 82
 #+END_SRC
83 83
 
84
-You can select which variant you wish to install and then enter the details as requested.
84
+You can select which variant you wish to install and then enter the details as requested. A video of the install sequence can be [[./installer.ogv][seen here]].
85 85
 
86 86
 * Non-Interactive Setup
87 87
 If you don't want to install interactively then it's possible to manually create a configuration file as follows:

+ 3
- 3
src/freedombone Visa fil

@@ -282,6 +282,9 @@ GET_IP_ADDRESS_URL="checkip.two-dns.de"
282 282
 
283 283
 # other possible services to obtain the external IP address
284 284
 EXTERNAL_IP_SERVICES=( \
285
+  'https://check.torproject.org/' \
286
+  'https://www.whatsmydns.net/whats-my-ip-address.html' \
287
+  'https://www.privateinternetaccess.com/pages/whats-my-ip/' \
285 288
   'http://checkip.two-dns.de' \
286 289
   'http://ip.dnsexit.com' \
287 290
   'http://ifconfig.me/ip' \
@@ -315,12 +318,9 @@ EXTERNAL_IP_SERVICES=( \
315 318
   'http://www.myipnumber.com/my-ip-address.asp' \
316 319
   'http://www.whatsmyipaddress.net/' \
317 320
   'http://formyip.com/' \
318
-  'https://check.torproject.org/' \
319 321
   'http://www.displaymyip.com/' \
320 322
   'http://www.bobborst.com/tools/whatsmyip/' \
321 323
   'http://www.geoiptool.com/' \
322
-  'https://www.whatsmydns.net/whats-my-ip-address.html' \
323
-  'https://www.privateinternetaccess.com/pages/whats-my-ip/' \
324 324
   'http://checkip.dyndns.com/' \
325 325
   'http://myexternalip.com/' \
326 326
   'http://www.ip-adress.eu/' \

+ 3
- 17
website/installation.html Visa fil

@@ -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
-<!-- 2015-01-18 Sun 21:04 -->
7
+<!-- 2015-01-21 Wed 20:17 -->
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" />
@@ -324,7 +324,7 @@ Now the easiest way to install the system is via the interactive setup.
324 324
 </div>
325 325
 
326 326
 <p>
327
-You can select which variant you wish to install and then enter the details as requested.
327
+You can select which variant you wish to install and then enter the details as requested. A video of the install sequence can be <a href="./installer.ogv">seen here</a>.
328 328
 </p>
329 329
 </div>
330 330
 </div>
@@ -379,20 +379,6 @@ Both of the IP addresses are local IP addresses, typically of the form 192.168.x
379 379
 </p>
380 380
 
381 381
 <p>
382
-If you are using FreeDNS as a dynamic DNS provider then you can add the following to your configuration file, setting the subdomain codes as appropriate. You can find the codes on the FreeDNS site under "Dynamic DNS" followed by "quick cron example" then look for the code on the last line between the ? and = characters.
383
-</p>
384
-
385
-<div class="org-src-container">
386
-
387
-<pre class="src src-bash"><span class="org-variable-name">FULLBLOG_FREEDNS_SUBDOMAIN_CODE</span>=
388
-<span class="org-variable-name">REDMATRIX_FREEDNS_SUBDOMAIN_CODE</span>=
389
-<span class="org-variable-name">MICROBLOG_FREEDNS_SUBDOMAIN_CODE</span>=
390
-<span class="org-variable-name">OWNCLOUD_FREEDNS_SUBDOMAIN_CODE</span>=
391
-<span class="org-variable-name">WIKI_FREEDNS_SUBDOMAIN_CODE</span>=
392
-</pre>
393
-</div>
394
-
395
-<p>
396 382
 Save the configuration file and exit from your editor.
397 383
 </p>
398 384
 
@@ -417,7 +403,7 @@ Or on any other system don't include the <b>&#x2013;bbb</b> option.
417 403
 </div>
418 404
 
419 405
 <p>
420
-The above command should be run in the same directory in which your configuration file exists. You can use any of your domains as the default one, but typically the default domain is the same as the one for your wiki. If you are using FreeDNS as the dynamic DNS provider then also add the -c option to specify the code corresponding to the subdomain.
406
+The above command should be run in the same directory in which your configuration file exists. You can use any of your domains as the default one, but typically the default domain is the same as the one for your wiki.
421 407
 </p>
422 408
 
423 409
 <p>