diff --git a/doc/EN/index.org b/doc/EN/index.org index ae54ada9..a7fbf95b 100644 --- a/doc/EN/index.org +++ b/doc/EN/index.org @@ -8,7 +8,6 @@ #+BEGIN_CENTER [[file:images/logo.png]] -[[file:images/bbb3.png]] #+END_CENTER #+begin_quote diff --git a/website/EN/index.html b/website/EN/index.html index 2a9ca125..d7ed68ec 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -3,33 +3,26 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - - + + + + + - + @@ -189,7 +97,7 @@ @licstart The following is the entire license notice for the JavaScript code in this tag. -Copyright (C) 2012-2017 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU @@ -236,12 +144,14 @@ for the JavaScript code in this tag.
-
-

-logo.png -bbb3.png +

+
+ +
+

logo.png

+

@@ -262,12 +172,18 @@ A list of other supported ARM boards can be found here

@@ -275,13 +191,20 @@ After installation it's possible that you might want some advice on how to run y

@@ -293,7 +216,7 @@ If you find bugs, or want to add a new app to this system see the available here.

-
+

This site can also be accessed via a Tor browser at http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion. This documentation is under the GNU Free Documentation License version 1.3

diff --git a/website/EN/socialinstance.html b/website/EN/socialinstance.html index a87a1011..daf25f15 100644 --- a/website/EN/socialinstance.html +++ b/website/EN/socialinstance.html @@ -3,33 +3,26 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - - + + + + + - + @@ -189,7 +97,7 @@ @licstart The following is the entire license notice for the JavaScript code in this tag. -Copyright (C) 2012-2017 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU @@ -236,7 +144,8 @@ for the JavaScript code in this tag.
-
+

+

logo.png @@ -244,41 +153,52 @@ for the JavaScript code in this tag.

+
+

Social Instance

+

+ +

A social instance image allows you to easily set up a fediverse server, which federates using the OStatus or ActivityPub protocol. You will need:

    -
  • An old laptop, capable of booting from USB
  • -
  • A USB drive, preferably Sandisk and 16GB or larger
  • -
  • An ethernet patch cable
  • -
  • A domain name of your own
  • -
  • A dynamic DNS account
  • +
  • An old laptop, capable of booting from USB +
  • +
  • A USB drive, preferably Sandisk and 16GB or larger +
  • +
  • An ethernet patch cable +
  • +
  • A domain name of your own +
  • +
  • A dynamic DNS account +

The installation process is the same as usual, with the only difference being that on initial setup it will go straight to the domain setup details for your instance. In summary:

-
-

Copy the image to the USB drive

-
+
+

Copy the image to the USB drive

+

Substitute sdX with the device name for your USB drive.

+
sudo apt-get install xz-utils wget
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz
 wget https://freedombone.net/downloads/current/freedombone-pleroma-amd64.img.xz.sig
 gpg --verify freedombone-pleroma-amd64.img.xz.sig
 unxz freedombone-pleroma-amd64.img.xz
-sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
-sudo dd bs=1M if=freedombone-pleroma-amd64.img of=/dev/sdX conv=fdatasync
+sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
+sudo dd bs=1M if=freedombone-pleroma-amd64.img of=/dev/sdX conv=fdatasync
 
@@ -288,14 +208,14 @@ Also note that if the laptop has a removable SSD drive it's possible to copy the
-
-

Connect the laptop to your internet router

-
+
+

Connect the laptop to your internet router

+

Plug the USB drive into the laptop and connect it to your internet router with the ethernet cable.

-
+

laptop_router.jpg @@ -305,14 +225,14 @@ Plug the USB drive into the laptop and connect it to your internet router with t

-
-

Boot the laptop from the USB drive

-
+
+

Boot the laptop from the USB drive

+

You may need to alter the BIOS settings to get this to work reliably.

-
+

bios_boot_usb.jpg @@ -322,14 +242,14 @@ You may need to alter the BIOS settings to get this to work reliably.

-
-

Forward ports 80 (HTTP) and 443 (HTTPS) from your internet router to the laptop

-
+
+

Forward ports 80 (HTTP) and 443 (HTTPS) from your internet router to the laptop

+

Log into your internet router using a non-Tor browser (usually it's on an address like 192.168.1.1 or 192.168.1.254). Often port forwarding settings are together with firewall settings.

-
+

port_forwarding.png @@ -339,10 +259,11 @@ Log into your internet router using a non-Tor browser (usually it's on an addres

-
-

From another machine ssh into the laptop

-
+
+

From another machine ssh into the laptop

+
+
ssh fbone@freedombone.local -p 2222
 
@@ -353,23 +274,23 @@ Or alternatively you can log in directly on the laptop. The initial username is
-
-

Follow the setup procedure

-
+
+

Follow the setup procedure

+

Enter your user details, domain name and dynamic DNS settings.

-
-

When installation is complete

-
+
+

When installation is complete

+

Navigate to your domain and register a new user.

-
+

pleroma_register.jpg @@ -381,7 +302,7 @@ Navigate to your domain and register a new user. More details about setting up and using Pleroma can be found here.

-
+

tusky.jpg