Bob Mottram пре 7 година
родитељ
комит
4025fa80cf
2 измењених фајлова са 27 додато и 13 уклоњено
  1. 8
    3
      doc/EN/release3.org
  2. 19
    10
      website/EN/release3.html

+ 8
- 3
doc/EN/release3.org Прегледај датотеку

@@ -16,7 +16,7 @@
16 16
 </center>
17 17
 #+END_EXPORT
18 18
 
19
-The internet may still be mostly in the clutches of a few giant megacorporations and dubious governments with sketchy agendas, but it doesn't have to remain that way. With the third version of the Freedombone system there is now more scope than before to take back your privacy, have ownership of personal data and run your own online communities without unnecessary or unwelcome intermediaries.
19
+The internet may still be mostly in the clutches of a few giant megacorporations and dubious governments with sketchy agendas, but it doesn't have to remain that way. With the third version of the Freedombone system there is now more scope than before to take back your privacy, have ownership of personal data and run your own online communities without undesirable intermediaries.
20 20
 
21 21
 Freedombone version 3 is based on Debian 9 (Stretch). It was released in July 2017 and includes:
22 22
 
@@ -35,10 +35,13 @@ The simplest way to install is from a pre-made disk image. Images can be [[https
35 35
 Copy the image to a microSD card or USB thumb drive, replacing sdX with the identifier of the USB thumb drive. Don't include any numbers (so for example use sdc instead of sdc1).
36 36
 
37 37
 #+BEGIN_SRC bash
38
-dd bs=1M if=myimagefile.img of=/dev/sdX conv=fdatasync
38
+unxz downloadedimagefile.img.xz
39
+dd bs=1M if=downloadedimagefile.img of=/dev/sdX conv=fdatasync
39 40
 #+END_SRC
40 41
 
41
-And wait. It will take a while to copy over. When that's done plug the microSD or USB drive into the target hardware which you want to use as a server and power on. If you're using an old laptop or netbook as the server then you will need to set the BIOS to boot from USB.
42
+And wait. It will take a while to copy over. When that's done you might want to increase the partition size on the drive, using a tool such as [[http://gparted.org][Gparted]]. Whether you need to do that will depend upon how many apps you intend to install and how much data they will store.
43
+
44
+Plug the microSD or USB drive into the target hardware which you want to use as a server and power on. If you're using an old laptop or netbook as the server then you will need to set the BIOS to boot from USB.
42 45
 
43 46
 As the system boots for the first time the login is:
44 47
 
@@ -57,6 +60,8 @@ Using the initial password "freedombone". If you have trouble accessing the serv
57 60
 
58 61
 You will then be shown a new randomly generated password. It's very important that you write this down somewhere or transfer it to a password manager before going further, because you'll need this to log in later.
59 62
 
63
+More detailed installation instructions are linked from [[./index.html][the main site]].
64
+
60 65
 * Upgrading from a previous install
61 66
 
62 67
 To upgrade from the Debian Jessie version first create a master keydrive. Go to the *Administrator control panel* and select *Backup and restore* then *Backup GPG key to USB (master keydrive)*. Insert a LUKS encrypted USB drive. When that is done Create a full backup by selecting *Backup data to USB drive* and using another LUKS encrypted USB drive.

+ 19
- 10
website/EN/release3.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
-<!-- 2017-06-30 Fri 13:57 -->
6
+<!-- 2017-06-30 Fri 21:01 -->
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>
@@ -249,7 +249,7 @@ for the JavaScript code in this tag.
249 249
 </center>
250 250
 
251 251
 <p>
252
-The internet may still be mostly in the clutches of a few giant megacorporations and dubious governments with sketchy agendas, but it doesn't have to remain that way. With the third version of the Freedombone system there is now more scope than before to take back your privacy, have ownership of personal data and run your own online communities without unnecessary or unwelcome intermediaries.
252
+The internet may still be mostly in the clutches of a few giant megacorporations and dubious governments with sketchy agendas, but it doesn't have to remain that way. With the third version of the Freedombone system there is now more scope than before to take back your privacy, have ownership of personal data and run your own online communities without undesirable intermediaries.
253 253
 </p>
254 254
 
255 255
 <p>
@@ -266,9 +266,9 @@ Freedombone version 3 is based on Debian 9 (Stretch). It was released in July 20
266 266
 <li>Pre-downloaded repos distributed within images for faster and more autonomous app installs</li>
267 267
 </ul>
268 268
 
269
-<div id="outline-container-orgcc70622" class="outline-2">
270
-<h2 id="orgcc70622">Installation</h2>
271
-<div class="outline-text-2" id="text-orgcc70622">
269
+<div id="outline-container-orgc1d0a5e" class="outline-2">
270
+<h2 id="orgc1d0a5e">Installation</h2>
271
+<div class="outline-text-2" id="text-orgc1d0a5e">
272 272
 <p>
273 273
 The simplest way to install is from a pre-made disk image. Images can be <a href="https://freedombone.net/downloads/v3">downloaded here</a>. You will need to have previously obtained a domain name and have a dynamic DNS account somewhere.
274 274
 </p>
@@ -278,12 +278,17 @@ Copy the image to a microSD card or USB thumb drive, replacing sdX with the iden
278 278
 </p>
279 279
 
280 280
 <div class="org-src-container">
281
-<pre><code class="src src-bash">dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=myimagefile.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
281
+<pre><code class="src src-bash">unxz downloadedimagefile.img.xz
282
+dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=downloadedimagefile.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
282 283
 </code></pre>
283 284
 </div>
284 285
 
285 286
 <p>
286
-And wait. It will take a while to copy over. When that's done plug the microSD or USB drive into the target hardware which you want to use as a server and power on. If you're using an old laptop or netbook as the server then you will need to set the BIOS to boot from USB.
287
+And wait. It will take a while to copy over. When that's done you might want to increase the partition size on the drive, using a tool such as <a href="http://gparted.org">Gparted</a>. Whether you need to do that will depend upon how many apps you intend to install and how much data they will store.
288
+</p>
289
+
290
+<p>
291
+Plug the microSD or USB drive into the target hardware which you want to use as a server and power on. If you're using an old laptop or netbook as the server then you will need to set the BIOS to boot from USB.
287 292
 </p>
288 293
 
289 294
 <p>
@@ -312,12 +317,16 @@ Using the initial password "freedombone". If you have trouble accessing the serv
312 317
 <p>
313 318
 You will then be shown a new randomly generated password. It's very important that you write this down somewhere or transfer it to a password manager before going further, because you'll need this to log in later.
314 319
 </p>
320
+
321
+<p>
322
+More detailed installation instructions are linked from <a href="./index.html">the main site</a>.
323
+</p>
315 324
 </div>
316 325
 </div>
317 326
 
318
-<div id="outline-container-org48b12d2" class="outline-2">
319
-<h2 id="org48b12d2">Upgrading from a previous install</h2>
320
-<div class="outline-text-2" id="text-org48b12d2">
327
+<div id="outline-container-org7fbccde" class="outline-2">
328
+<h2 id="org7fbccde">Upgrading from a previous install</h2>
329
+<div class="outline-text-2" id="text-org7fbccde">
321 330
 <p>
322 331
 To upgrade from the Debian Jessie version first create a master keydrive. Go to the <b>Administrator control panel</b> and select <b>Backup and restore</b> then <b>Backup GPG key to USB (master keydrive)</b>. Insert a LUKS encrypted USB drive. When that is done Create a full backup by selecting <b>Backup data to USB drive</b> and using another LUKS encrypted USB drive.
323 332
 </p>