Bladeren bron

Beginning of release documentation

Bob Mottram 7 jaren geleden
bovenliggende
commit
14b76b6708
2 gewijzigde bestanden met toevoegingen van 59 en 0 verwijderingen
  1. 59
    0
      doc/EN/release31.org
  2. BIN
      img/logo31.png

+ 59
- 0
doc/EN/release31.org Bestand weergeven

@@ -0,0 +1,59 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone
5
+#+DESCRIPTION: Version 3.1
6
+#+OPTIONS: ^:nil toc:nil
7
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8
+
9
+#+attr_html: :width 100% :align center
10
+[[file:images/logo31.png]]
11
+
12
+Newer and shinier than before, Freedombone release 3.1 rests upon the solid foundation of Debian stable and delivers major new self-hosted apps, improved mesh networking and a new logo. It supports version 3 onion addresses and the ability to use email with onion and I2P addresses. New apps are:
13
+
14
+ * [[./app_akaunting.html][Akaunting]]: Personal or small business accounts
15
+ * [[./app_bludit.html][Bludit]]: Painless markdown blogging
16
+ * [[./app_edith.html][Edith]]: The simplest possible note taking system
17
+ * [[./app_icecast.html][Icecast]]: Run your own internet radio station
18
+ * [[./app_peertube.html][PeerTube]]: Peer-to-peer video hosting system
19
+ * [[./app_pleroma.html][Pleroma]]: Ultra lightweight fediverse instance with Mastodon compatibility
20
+
21
+The mesh version now supports BMX6, OLSR2 and Babel routing protocols on layer 3 and so is protocol compatible with LibreMesh. It also now runs on pure IPv6 and has built in video editor and CryptPad integration for networked collaboration even during times when the internet is not available.
22
+
23
+* Installation
24
+
25
+The simplest way to install is from a pre-made disk image. Images can be [[https://freedombone.net/downloads/v31][downloaded here]]. You will need to have previously obtained a domain name and have a dynamic DNS account somewhere.
26
+
27
+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).
28
+
29
+#+BEGIN_SRC bash
30
+unxz downloadedimagefile.img.xz
31
+dd bs=1M if=downloadedimagefile.img of=/dev/sdX conv=fdatasync
32
+#+END_SRC
33
+
34
+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.
35
+
36
+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.
37
+
38
+As the system boots for the first time the login is:
39
+
40
+#+BEGIN_SRC bash
41
+username: fbone
42
+password: freedombone
43
+#+END_SRC
44
+
45
+If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with:
46
+
47
+#+BEGIN_SRC bash
48
+ssh fbone@freedombone.local -p 2222
49
+#+END_SRC
50
+
51
+Using the initial password "freedombone". If you have trouble accessing the server then make sure you have Avahi installed and [[https://en.wikipedia.org/wiki/Multicast_DNS][mDNS]] enabled.
52
+
53
+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.
54
+
55
+More detailed installation instructions are linked from [[./index.html][the main site]].
56
+
57
+* Upgrading from a previous install
58
+
59
+To upgrade from version 3 just go to the *administrator control panel* and select *check for updates*.

BIN
img/logo31.png Bestand weergeven