Pārlūkot izejas kodu

More comprehensive install instructions

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
538dfb0f32

+ 14
- 0
doc/EN/app_gnusocial.org Parādīt failu

@@ -22,6 +22,19 @@ You can host your own GNU Social instance and then "/remote follow/" other users
22 22
 
23 23
 You should regard anything posted to GNU Social as being /public communication/ visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
24 24
 
25
+* Installation
26
+Log into your system with:
27
+
28
+#+begin_src bash
29
+ssh myusername@mydomain -p 2222
30
+#+end_src
31
+
32
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
33
+
34
+Select *Add/Remove Apps* then *gnusocial*. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under *Dynamic DNS* on the FreeDNS site (the random string from "/quick cron example/" which appears after /update.php?/ and before />>/). For more details on obtaining a domain and making it accessible via dynamic DNS see the [[./faq.html][FAQ]]. You can also add a welcome message and background picture URL if you wish, although those things are optional. Typically the domain name you use will be a subdomain, such as /gnusocial.mydomainname.net/. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
35
+
36
+After the install has completed go to *Security settings* and select *Create a new Let's Encrypt certificate* and enter the domain name that you are using for GNU Social. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
37
+
25 38
 * Initial setup
26 39
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
27 40
 
@@ -39,6 +52,7 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
39 52
 [[file:images/gnusocial_mobile.jpg]]
40 53
 #+END_CENTER
41 54
 
55
+
42 56
 * Using with Emacs
43 57
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
44 58
 

+ 14
- 0
doc/EN/app_gogs.org Parādīt failu

@@ -20,6 +20,20 @@ Github is ok, but it's proprietary and funded by venture capital. If you been ar
20 20
 
21 21
 A Git hosting system called [[https://gogs.io][Gogs]] can optionally be installed. This is very similar to Github in appearance and use. It's lightweight and so well suited for use on low power ARM servers.
22 22
 
23
+* Installation
24
+Log into your system with:
25
+
26
+#+begin_src bash
27
+ssh myusername@mydomain -p 2222
28
+#+end_src
29
+
30
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
31
+
32
+Select *Add/Remove Apps* then *gogs*. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under *Dynamic DNS* on the FreeDNS site (the random string from "/quick cron example/" which appears after /update.php?/ and before />>/). For more details on obtaining a domain and making it accessible via dynamic DNS see the [[./faq.html][FAQ]]. Typically the domain name you use will be a subdomain, such as /code.mydomainname.net/. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
33
+
34
+After the install has completed go to *Security settings* and select *Create a new Let's Encrypt certificate* and enter the domain name that you are using for Gogs. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
35
+
36
+* Initial setup
23 37
 Navigate to your git site and click the *Register* button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
24 38
 
25 39
 #+begin_src bash :tangle no

+ 14
- 1
doc/EN/app_hubzilla.org Parādīt failu

@@ -18,7 +18,20 @@
18 18
 
19 19
 Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "/privacy groups/"), with the encryption being handled automatically.
20 20
 
21
-* Initial install
21
+* Installation
22
+Log into your system with:
23
+
24
+#+begin_src bash
25
+ssh myusername@mydomain -p 2222
26
+#+end_src
27
+
28
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
29
+
30
+Select *Add/Remove Apps* then *hubzilla*. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under *Dynamic DNS* on the FreeDNS site (the random string from "/quick cron example/" which appears after /update.php?/ and before />>/). For more details on obtaining a domain and making it accessible via dynamic DNS see the [[./faq.html][FAQ]]. Typically the domain name you use will be a subdomain, such as /hub.mydomainname.net/. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
31
+
32
+After the install has completed go to *Security settings* and select *Create a new Let's Encrypt certificate* and enter the domain name that you are using for Hubzilla. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
33
+
34
+* Initial setup
22 35
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is *register* a new user. The first user on the system then becomes its administrator.
23 36
 
24 37
 #+BEGIN_CENTER

+ 14
- 1
doc/EN/app_mailpile.org Parādīt failu

@@ -22,7 +22,20 @@ An advantage of this type of webmail is that /it keeps your GPG keys off of any
22 22
 
23 23
 One down side is that this appears to be a single user system, so if you have multiple users on your Freedombone server only the administrator will actually be able to use mailpile.
24 24
 
25
-* Setup
25
+* Installation
26
+Log into your system with:
27
+
28
+#+begin_src bash
29
+ssh myusername@mydomain -p 2222
30
+#+end_src
31
+
32
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
33
+
34
+Select *Add/Remove Apps* then *mailpile*. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under *Dynamic DNS* on the FreeDNS site (the random string from "/quick cron example/" which appears after /update.php?/ and before />>/). For more details on obtaining a domain and making it accessible via dynamic DNS see the [[./faq.html][FAQ]]. Typically the domain name you use will be a subdomain, such as /mail.mydomainname.net/. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
35
+
36
+After the install has completed go to *Security settings* and select *Create a new Let's Encrypt certificate* and enter the domain name that you are using for Mailpile. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
37
+
38
+* Initial setup
26 39
 
27 40
 If you're viewing your mail domain site on a mobile device via OrFox then make sure you allow the domain in the NoScript settings.
28 41
 

+ 37
- 10
website/EN/app_gnusocial.html Parādīt failu

@@ -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
-<!-- 2016-11-12 Sat 18:35 -->
6
+<!-- 2016-11-14 Mon 12:39 -->
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>
@@ -259,9 +259,35 @@ You can host your own GNU Social instance and then "<i>remote follow</i>" other
259 259
 You should regard anything posted to GNU Social as being <i>public communication</i> visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
260 260
 </p>
261 261
 
262
-<div id="outline-container-org4d93721" class="outline-2">
263
-<h2 id="org4d93721">Initial setup</h2>
264
-<div class="outline-text-2" id="text-org4d93721">
262
+<div id="outline-container-org23c39bb" class="outline-2">
263
+<h2 id="org23c39bb">Installation</h2>
264
+<div class="outline-text-2" id="text-org23c39bb">
265
+<p>
266
+Log into your system with:
267
+</p>
268
+
269
+<div class="org-src-container">
270
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
271
+</pre>
272
+</div>
273
+
274
+<p>
275
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
276
+</p>
277
+
278
+<p>
279
+Select <b>Add/Remove Apps</b> then <b>gnusocial</b>. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under <b>Dynamic DNS</b> on the FreeDNS site (the random string from "<i>quick cron example</i>" which appears after <i>update.php?</i> and before <i>&gt;&gt;</i>). For more details on obtaining a domain and making it accessible via dynamic DNS see the <a href="./faq.html">FAQ</a>. You can also add a welcome message and background picture URL if you wish, although those things are optional. Typically the domain name you use will be a subdomain, such as <i>gnusocial.mydomainname.net</i>. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
280
+</p>
281
+
282
+<p>
283
+After the install has completed go to <b>Security settings</b> and select <b>Create a new Let's Encrypt certificate</b> and enter the domain name that you are using for GNU Social. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
284
+</p>
285
+</div>
286
+</div>
287
+
288
+<div id="outline-container-orge2c9ceb" class="outline-2">
289
+<h2 id="orge2c9ceb">Initial setup</h2>
290
+<div class="outline-text-2" id="text-orge2c9ceb">
265 291
 <p>
266 292
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
267 293
 </p>
@@ -291,9 +317,10 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
291 317
 </div>
292 318
 </div>
293 319
 
294
-<div id="outline-container-org8255163" class="outline-2">
295
-<h2 id="org8255163">Using with Emacs</h2>
296
-<div class="outline-text-2" id="text-org8255163">
320
+
321
+<div id="outline-container-org779847a" class="outline-2">
322
+<h2 id="org779847a">Using with Emacs</h2>
323
+<div class="outline-text-2" id="text-org779847a">
297 324
 <p>
298 325
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
299 326
 </p>
@@ -377,9 +404,9 @@ And as a quick reference the main keys are:
377 404
 </div>
378 405
 
379 406
 
380
-<div id="outline-container-orge07089f" class="outline-2">
381
-<h2 id="orge07089f">Sharing things</h2>
382
-<div class="outline-text-2" id="text-orge07089f">
407
+<div id="outline-container-org9824bbd" class="outline-2">
408
+<h2 id="org9824bbd">Sharing things</h2>
409
+<div class="outline-text-2" id="text-org9824bbd">
383 410
 <p>
384 411
 If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures.
385 412
 </p>

+ 32
- 1
website/EN/app_gogs.html Parādīt failu

@@ -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
-<!-- 2016-11-12 Sat 23:35 -->
6
+<!-- 2016-11-14 Mon 12:44 -->
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>
@@ -255,6 +255,35 @@ Github is ok, but it's proprietary and funded by venture capital. If you been ar
255 255
 A Git hosting system called <a href="https://gogs.io">Gogs</a> can optionally be installed. This is very similar to Github in appearance and use. It's lightweight and so well suited for use on low power ARM servers.
256 256
 </p>
257 257
 
258
+<div id="outline-container-orge92ce52" class="outline-2">
259
+<h2 id="orge92ce52">Installation</h2>
260
+<div class="outline-text-2" id="text-orge92ce52">
261
+<p>
262
+Log into your system with:
263
+</p>
264
+
265
+<div class="org-src-container">
266
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
267
+</pre>
268
+</div>
269
+
270
+<p>
271
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
272
+</p>
273
+
274
+<p>
275
+Select <b>Add/Remove Apps</b> then <b>gogs</b>. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under <b>Dynamic DNS</b> on the FreeDNS site (the random string from "<i>quick cron example</i>" which appears after <i>update.php?</i> and before <i>&gt;&gt;</i>). For more details on obtaining a domain and making it accessible via dynamic DNS see the <a href="./faq.html">FAQ</a>. Typically the domain name you use will be a subdomain, such as <i>code.mydomainname.net</i>. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
276
+</p>
277
+
278
+<p>
279
+After the install has completed go to <b>Security settings</b> and select <b>Create a new Let's Encrypt certificate</b> and enter the domain name that you are using for Gogs. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
280
+</p>
281
+</div>
282
+</div>
283
+
284
+<div id="outline-container-org8926ec0" class="outline-2">
285
+<h2 id="org8926ec0">Initial setup</h2>
286
+<div class="outline-text-2" id="text-org8926ec0">
258 287
 <p>
259 288
 Navigate to your git site and click the <b>Register</b> button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
260 289
 </p>
@@ -272,6 +301,8 @@ Select <b>Administrator controls</b> then <b>App Settings</b> then <b>gogs</b>.
272 301
 Disabling further registrations will stop any spam accounts being created by random strangers or bots.
273 302
 </p>
274 303
 </div>
304
+</div>
305
+</div>
275 306
 <div id="postamble" class="status">
276 307
 
277 308
 <style type="text/css">

+ 30
- 4
website/EN/app_hubzilla.html Parādīt failu

@@ -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
-<!-- 2016-11-12 Sat 19:05 -->
6
+<!-- 2016-11-14 Mon 12:45 -->
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>
@@ -251,9 +251,35 @@ for the JavaScript code in this tag.
251 251
 Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "<i>privacy groups</i>"), with the encryption being handled automatically.
252 252
 </p>
253 253
 
254
-<div id="outline-container-org1eabf16" class="outline-2">
255
-<h2 id="org1eabf16">Initial install</h2>
256
-<div class="outline-text-2" id="text-org1eabf16">
254
+<div id="outline-container-org7d086f1" class="outline-2">
255
+<h2 id="org7d086f1">Installation</h2>
256
+<div class="outline-text-2" id="text-org7d086f1">
257
+<p>
258
+Log into your system with:
259
+</p>
260
+
261
+<div class="org-src-container">
262
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
263
+</pre>
264
+</div>
265
+
266
+<p>
267
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
268
+</p>
269
+
270
+<p>
271
+Select <b>Add/Remove Apps</b> then <b>hubzilla</b>. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under <b>Dynamic DNS</b> on the FreeDNS site (the random string from "<i>quick cron example</i>" which appears after <i>update.php?</i> and before <i>&gt;&gt;</i>). For more details on obtaining a domain and making it accessible via dynamic DNS see the <a href="./faq.html">FAQ</a>. Typically the domain name you use will be a subdomain, such as <i>hub.mydomainname.net</i>. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
272
+</p>
273
+
274
+<p>
275
+After the install has completed go to <b>Security settings</b> and select <b>Create a new Let's Encrypt certificate</b> and enter the domain name that you are using for Hubzilla. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
276
+</p>
277
+</div>
278
+</div>
279
+
280
+<div id="outline-container-org8b38964" class="outline-2">
281
+<h2 id="org8b38964">Initial setup</h2>
282
+<div class="outline-text-2" id="text-org8b38964">
257 283
 <p>
258 284
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
259 285
 </p>

+ 30
- 4
website/EN/app_mailpile.html Parādīt failu

@@ -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
-<!-- 2016-11-14 Mon 10:21 -->
6
+<!-- 2016-11-14 Mon 12:45 -->
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>
@@ -259,9 +259,35 @@ An advantage of this type of webmail is that <i>it keeps your GPG keys off of an
259 259
 One down side is that this appears to be a single user system, so if you have multiple users on your Freedombone server only the administrator will actually be able to use mailpile.
260 260
 </p>
261 261
 
262
-<div id="outline-container-org2dc938f" class="outline-2">
263
-<h2 id="org2dc938f">Setup</h2>
264
-<div class="outline-text-2" id="text-org2dc938f">
262
+<div id="outline-container-orgd2990f3" class="outline-2">
263
+<h2 id="orgd2990f3">Installation</h2>
264
+<div class="outline-text-2" id="text-orgd2990f3">
265
+<p>
266
+Log into your system with:
267
+</p>
268
+
269
+<div class="org-src-container">
270
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
271
+</pre>
272
+</div>
273
+
274
+<p>
275
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
276
+</p>
277
+
278
+<p>
279
+Select <b>Add/Remove Apps</b> then <b>mailpile</b>. You will then be asked for a domain name and if you are using FreeDNS also the code for the domain which can be found under <b>Dynamic DNS</b> on the FreeDNS site (the random string from "<i>quick cron example</i>" which appears after <i>update.php?</i> and before <i>&gt;&gt;</i>). For more details on obtaining a domain and making it accessible via dynamic DNS see the <a href="./faq.html">FAQ</a>. Typically the domain name you use will be a subdomain, such as <i>mail.mydomainname.net</i>. It will need to be a domain which you have bought somewhere and own and not one of the FreeDNS subdomains, otherwise you won't be able to get a SSL/TLS certificate for it.
280
+</p>
281
+
282
+<p>
283
+After the install has completed go to <b>Security settings</b> and select <b>Create a new Let's Encrypt certificate</b> and enter the domain name that you are using for Mailpile. If you're using the "onion only" version of the system then you don't need to do this. If the certificate is obtained successfully then you will see a congratulations message.
284
+</p>
285
+</div>
286
+</div>
287
+
288
+<div id="outline-container-orga48e7d0" class="outline-2">
289
+<h2 id="orga48e7d0">Initial setup</h2>
290
+<div class="outline-text-2" id="text-orga48e7d0">
265 291
 <p>
266 292
 If you're viewing your mail domain site on a mobile device via OrFox then make sure you allow the domain in the NoScript settings.
267 293
 </p>