From e59b53fceb90bdc1d031184fb3f612554c60512f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Dec 2015 12:10:17 +0000 Subject: [PATCH] Redoing the installation instructions --- doc/EN/installation.org | 189 +++++++++----------- man/freedombone.1.gz | Bin 4524 -> 5523 bytes website/EN/installation.html | 334 +++++++++++++++++------------------ 3 files changed, 252 insertions(+), 271 deletions(-) diff --git a/doc/EN/installation.org b/doc/EN/installation.org index 5b0ba48f..bfa20234 100644 --- a/doc/EN/installation.org +++ b/doc/EN/installation.org @@ -7,138 +7,129 @@ #+BEGIN_CENTER [[./images/logo.png]] #+END_CENTER -| [[file:index.html][Home]] | [[Preparation for the Beaglebone Black]] | [[Checklist]] | [[./mesh.html][Mesh network]] | [[Interactive Setup]] | [[Non-Interactive Setup]] | [[Post-Setup]] | [[Keydrives]] | [[On Client Machines]] | +| [[file:index.html][Home]] | [[Building an image for an SBC or Virtual Machine]] | [[Checklist]] | [[./mesh.html][Mesh network]] | [[Installation]] | [[Social Key Management (aka 'The Unforgettable Key')]] | [[Final Setup]] | [[Keydrives]] | [[On Client Machines]] | +* Building an image for an SBC or Virtual Machine +You don't have to trust images downloaded from random internet locations signed with untrusted keys. You can build one from scratch yourself, and this is the recommended procedure for maximum security. For guidance on how to build images see the manpage for the *freedombone-image* command. -* Preparation for the Beaglebone Black -This section is specific to the Beaglebone Black hardware. If you're not using that hardware then just skip to the next section. - -To get started you will need: - - - A Beaglebone Black - - A MicroSD card - - Ethernet cable - - Optionally a 5V 2A power supply for the Beaglebone Black - - Access to the internet via a router with ethernet sockets - - USB thumb drive (for backups or storing media) - - One or more domains available via a dynamic DNS provider, such as https://freedns.afraid.org - - A purchased domain name and SSL certificate (only needed for Hubzilla) - - A laptop or desktop machine with the ability to write to a microSD card (might need an adaptor) - -You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings). - -You can either install from a debian package or manually as follows: +Install the freedombone commands onto your laptop/desktop: #+BEGIN_SRC bash -sudo apt-get update -sudo apt-get install git dialog build-essential +sudo apt-get install git build-essential dialog git clone https://github.com/bashrc/freedombone cd freedombone sudo make install #+END_SRC -Plug the microSD card into your laptop/desktop and then run the *freedombone-prep* command. For example: +Then install packages needed for building images: #+BEGIN_SRC bash -freedombone-prep -d /dev/sdX --ip freedombone_IP_address --iprouter router_IP_address +sudo apt-get -y install python-docutils mktorrent vmdebootstrap +sudo apt-get -y install dosfstools btrfs-tools extlinux python-distro-info mbr +sudo apt-get -y install qemu-user-static binfmt-support u-boot-tools qemu #+END_SRC -where /dev/sdX is the device name for the microSD card. Often it's /dev/sdb or /dev/sdc, depending upon how many drives there are on your system. The script will download the Debian installer and update the microSD card. It can take a while, so be patient. - -When the initial setup is done follow the instructions on screen to run the main freedombone command. - -* Checklist -Before running the freedombone command you will need a few things. - - * Have some domains, or subdomains, registered with a dynamic DNS service - * System with a new installation of Debian Jessie - * Ethernet connection to an internet router - * It is possible to forward ports from the internet router to the system - * If you want to set up a social network or microblog then you will need SSL certificates corresponding to those domains - * Have ssh access to the system -* Mesh network -If you are installing one of the mesh network variants then see [[./mesh.html][these instructions]] for details. -* Interactive Setup -The interactive server configuration setup is recommended for most users. On the system where freedombone is to be installed create a configuration file. +A typical use case to build an 8GB image for a Beaglebone Black is as follows. You can change the size depending upon the capacity of your microSD card. + +#+BEGIN_SRC bash +freedombone-image -t beaglebone -s 8G +#+END_SRC + +If you prefer an advanced installation with all of the options available then use: + +#+BEGIN_SRC bash +freedombone-image -t beaglebone -s 8G --minimal no +#+END_SRC + +Other supported boards are cubieboard2, cubietruck and olinuxino-lime2. + +* Checklist +Before installing Freedombone you will need a few things. + + * Have some domains, or subdomains, registered with a dynamic DNS service + * System with a new installation of Debian Jessie or a downloaded/prepared disk image + * Ethernet connection between the system and your internet router + * That it is possible to forward ports from the internet router to the system, typically via firewall settings + * Have ssh access to the system, typically via fbone@freedombone.local on port 2222 +* Mesh network +If you are installing one of the mesh network variants then see [[./mesh.html][these instructions]] for details. +* Installation +There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine. + +** On a Laptop, Netbook or Desktop machine +If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Jessie onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands: #+BEGIN_SRC bash -ssh myusername@freedombone_IP_address su -sudo apt-get update -apt-get install git dialog build-essential +apt-get update +apt-get -y install git dialog build-essential git clone https://github.com/bashrc/freedombone cd freedombone make install -#+END_SRC - -Now the easiest way to install the system is via the interactive setup. - -#+BEGIN_SRC bash freedombone menuconfig #+END_SRC -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]]. +** On a single board computer (SBC) +Currently the following boards are supported: -* Non-Interactive Setup -If you don't want to install interactively then it's possible to manually create a configuration file as follows: + [[http://beagleboard.org/BLACK][Beaglebone Black]] + [[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]] + [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]] + [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]] -On the system where freedombone is to be installed create a configuration file. +If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with: #+BEGIN_SRC bash -ssh myusername@freedombone_IP_address -su -sudo apt-get update -apt-get install git build-essential -git clone https://github.com/bashrc/freedombone -cd freedombone -make install -nano /home/myusername/freedombone/freedombone.cfg +gpg --verify filename.img.asc #+END_SRC -Add the following, and set the values as needed. DEFAULT_DOMAIN_NAME is where your email/xmpp/irc/voip will be accessed from. It could be the same as one of your other domains, or separate. +And the hash with: #+BEGIN_SRC bash -MY_USERNAME=myusername -DEFAULT_DOMAIN_NAME=mywikidomain -SYSTEM_TYPE=full -INSTALLING_ON_BBB=no -DDNS_PROVIDER=default@freedns.afraid.org -DDNS_USERNAME=ddnsusername -DDNS_PASSWORD=ddnspassword3471326 -MY_NAME=MyFullNameOrNick -MY_EMAIL_ADDRESS=myusername@mywikidomain -LOCAL_NETWORK_STATIC_IP_ADDRESS=192.168.1.60 -ROUTER_IP_ADDRESS=192.168.1.254 -ENABLE_CJDNS=no -DEBIAN_REPO=ftp.us.debian.org -NAMESERVER1=85.214.73.63 -NAMESERVER2=213.73.91.35 -WIKI_TITLE=my wiki title -WIKI_DOMAIN_NAME=mywikidomain -MY_BLOG_TITLE=my blog -FULLBLOG_DOMAIN_NAME=myblogdomain -MICROBLOG_DOMAIN_NAME=mymicroblogdomain -HUBZILLA_DOMAIN_NAME=myhubzilladomain -OWNCLOUD_DOMAIN_NAME=myownclouddomain -HWRNG_TYPE=haveged -ENABLE_SOCIAL_KEY_MANAGEMENT="no" +sha256sum filename.img #+END_SRC -Both of the IP addresses are local IP addresses, typically of the form 192.168.x.x, with one being for the system and the other being for the internet router. - -Save the configuration file and exit from your editor. - -Now you can begin the installation. If you are doing this on a Beaglebone Black: +If the image is compressed then decompress it with: #+BEGIN_SRC bash -freedombone -c freedombone.cfg +tar -xjvf filename.tar.bz2 #+END_SRC -The above command should be run in the same directory in which your configuration file exists. +Then copy it to a microSD card. Depending on your system you may need an adaptor to be able to do that. -Also see the manpage for additional options which can be used instead of a configuration file. +#+BEGIN_SRC bash +sudo dd bs=1M if=filename.img of=/dev/sdX conv=fdatasync +#+END_SRC -* Social Key Management +Where *sdX* is the microSD drive. You can check which drive is the microSD drive using: + +#+BEGIN_SRC bash +ls /dev/sd* +#+END_SRC + +With the drive removed and inserted. Copying to the microSD will take a while, so go and do something less boring instead. When it's complete remove it from your system and insert it into the SBC. Connect an ethernet cable between the SBC and your internet router, then connect the power cable. On the Beaglebone Black you will see some flashing LEDs, but on other SBCs there may not be any visual indication that anything is booting. + +With the board connected and running you can ssh into the system with: + +#+BEGIN_SRC bash +ssh fbone@freedombone.local -p 2222 +#+END_SRC + +Using the password 'freedombone'. Take a note of the new login password and then you can proceed through the rest of the installation. + +** As a Virtual Machine + +Virtualbox and Qemu are supported. You can run a 64 bit Qemu image with: + +#+BEGIN_SRC bash +qemu-system-x86_64 filename.img +#+END_SRC + +If you are using Virtualbox then add a new VM and select the Freedombone *vdi* image. + +The default login will be username 'fbone' and password 'freedombone'. Take a note of the new login password and then you can proceed through the rest of the installation. + +* Social Key Management (aka 'The Unforgettable Key') If you are using the interactive installer then you will be aked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities ** You have the gnupg keyring on an encrypted USB drive @@ -147,15 +138,7 @@ If you previously made a master keydrive containing the full keyring (the .gnupg If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more [[Keydrives]]. ** You can specify some ssh login details for friends servers containing key fragments Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled. -* Post-Setup -Setup of the server and installation of all the relevant packages is not quick, and depends upon which variant you choose and your internet bandwidth. Allow about three hours for a full installation on the Beaglebone Black. On the Beaglebone installation is in two parts, since a reboot is needed to enable the hardware random number generator and zram. - -When done you can ssh into the Freedombone with: - -#+BEGIN_SRC bash -ssh myusername@domain -p 2222 -#+END_SRC - +* Final Setup Any manual post-installation setup instructions or passwords can be found in /home/username/README. You should remove any passwords from that file and store them within a password manager such as KeepassX. On your internet router, typically under firewall settings, open the following ports and forward them to your server. diff --git a/man/freedombone.1.gz b/man/freedombone.1.gz index 15f559eece42b96ceeef8838bce27f8aa3d63f23..403a0eb402039b804ccb273d4ed9ab96aa63d8b1 100644 GIT binary patch literal 5523 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 KE*4bN54`;V diff --git a/website/EN/installation.html b/website/EN/installation.html index 2b664698..74be66de 100644 --- a/website/EN/installation.html +++ b/website/EN/installation.html @@ -3,15 +3,15 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - + + + -