Procházet zdrojové kódy

More detailed install instructions

Bob Mottram před 8 roky
rodič
revize
b5f90f2a5c

+ 7
- 7
doc/EN/app_gnusocial.org Zobrazit soubor

@@ -36,15 +36,15 @@ Select *Add/Remove Apps* then *gnusocial*. You will then be asked for a domain n
36 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 37
 
38 38
 * Initial setup
39
-To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
39
+If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your GNU Social domain listed there along with an onion address. You can then navigate to your site in a browser.
40 40
 
41
-#+BEGIN_SRC bash
42
-ssh username@domainname -p 2222
43
-cat README
44
-exit
45
-#+END_SRC
41
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select *Exit to the command line* and then run:
46 42
 
47
-Navigate to your site and log in. You may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
43
+#+begin_src bash
44
+editor README
45
+#+end_src
46
+
47
+Once you have logged in to GNU Social you may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
48 48
 
49 49
 GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts.
50 50
 

+ 9
- 1
doc/EN/app_gogs.org Zobrazit soubor

@@ -34,7 +34,15 @@ Select *Add/Remove Apps* then *gogs*. You will then be asked for a domain name a
34 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 35
 
36 36
 * Initial setup
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:
37
+If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your Gogs domain listed there along with an onion address. You can then navigate to your site in a browser.
38
+
39
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select *Exit to the command line* and then run:
40
+
41
+#+begin_src bash
42
+editor README
43
+#+end_src
44
+
45
+In a browser 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:
38 46
 
39 47
 #+begin_src bash :tangle no
40 48
 sudo username@domainname -p 2222

+ 8
- 0
doc/EN/app_hubzilla.org Zobrazit soubor

@@ -32,6 +32,14 @@ Select *Add/Remove Apps* then *hubzilla*. You will then be asked for a domain na
32 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 33
 
34 34
 * Initial setup
35
+If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your Hubzilla domain listed there along with an onion address. You can then navigate to your site in a browser.
36
+
37
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select *Exit to the command line* and then run:
38
+
39
+#+begin_src bash
40
+editor README
41
+#+end_src
42
+
35 43
 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.
36 44
 
37 45
 #+BEGIN_CENTER

+ 7
- 0
doc/EN/app_mailpile.org Zobrazit soubor

@@ -36,6 +36,13 @@ Select *Add/Remove Apps* then *mailpile*. You will then be asked for a domain na
36 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 37
 
38 38
 * Initial setup
39
+If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your Mailpile domain listed there along with an onion address. You can then navigate to your site in a browser.
40
+
41
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select *Exit to the command line* and then run:
42
+
43
+#+begin_src bash
44
+editor README
45
+#+end_src
39 46
 
40 47
 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.
41 48
 

+ 20
- 18
website/EN/app_gnusocial.html Zobrazit soubor

@@ -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 12:39 -->
6
+<!-- 2016-11-14 Mon 13:07 -->
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,9 @@ 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-org23c39bb" class="outline-2">
263
-<h2 id="org23c39bb">Installation</h2>
264
-<div class="outline-text-2" id="text-org23c39bb">
262
+<div id="outline-container-orgedf27a4" class="outline-2">
263
+<h2 id="orgedf27a4">Installation</h2>
264
+<div class="outline-text-2" id="text-orgedf27a4">
265 265
 <p>
266 266
 Log into your system with:
267 267
 </p>
@@ -285,22 +285,24 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
285 285
 </div>
286 286
 </div>
287 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">
288
+<div id="outline-container-org7940d47" class="outline-2">
289
+<h2 id="org7940d47">Initial setup</h2>
290
+<div class="outline-text-2" id="text-org7940d47">
291 291
 <p>
292
-To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
292
+If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your GNU Social domain listed there along with an onion address. You can then navigate to your site in a browser.
293
+</p>
294
+
295
+<p>
296
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select <b>Exit to the command line</b> and then run:
293 297
 </p>
294 298
 
295 299
 <div class="org-src-container">
296
-<pre class="src src-bash">ssh username@domainname -p 2222
297
-cat README
298
-<span class="org-keyword">exit</span>
300
+<pre class="src src-bash">editor README
299 301
 </pre>
300 302
 </div>
301 303
 
302 304
 <p>
303
-Navigate to your site and log in. You may then want to select <b>Admin</b> and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
305
+Once you have logged in to GNU Social you may then want to select <b>Admin</b> and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
304 306
 </p>
305 307
 
306 308
 <p>
@@ -318,9 +320,9 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
318 320
 </div>
319 321
 
320 322
 
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">
323
+<div id="outline-container-org7ddbe54" class="outline-2">
324
+<h2 id="org7ddbe54">Using with Emacs</h2>
325
+<div class="outline-text-2" id="text-org7ddbe54">
324 326
 <p>
325 327
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
326 328
 </p>
@@ -404,9 +406,9 @@ And as a quick reference the main keys are:
404 406
 </div>
405 407
 
406 408
 
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">
409
+<div id="outline-container-orgab5971f" class="outline-2">
410
+<h2 id="orgab5971f">Sharing things</h2>
411
+<div class="outline-text-2" id="text-orgab5971f">
410 412
 <p>
411 413
 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.
412 414
 </p>

+ 21
- 8
website/EN/app_gogs.html Zobrazit soubor

@@ -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 12:44 -->
6
+<!-- 2016-11-14 Mon 13:10 -->
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,9 +255,9 @@ 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">
258
+<div id="outline-container-org8b4885f" class="outline-2">
259
+<h2 id="org8b4885f">Installation</h2>
260
+<div class="outline-text-2" id="text-org8b4885f">
261 261
 <p>
262 262
 Log into your system with:
263 263
 </p>
@@ -281,11 +281,24 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
281 281
 </div>
282 282
 </div>
283 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">
284
+<div id="outline-container-orga01dd14" class="outline-2">
285
+<h2 id="orga01dd14">Initial setup</h2>
286
+<div class="outline-text-2" id="text-orga01dd14">
287 287
 <p>
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:
288
+If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Gogs domain listed there along with an onion address. You can then navigate to your site in a browser.
289
+</p>
290
+
291
+<p>
292
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select <b>Exit to the command line</b> and then run:
293
+</p>
294
+
295
+<div class="org-src-container">
296
+<pre class="src src-bash">editor README
297
+</pre>
298
+</div>
299
+
300
+<p>
301
+In a browser 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:
289 302
 </p>
290 303
 
291 304
 <div class="org-src-container">

+ 20
- 7
website/EN/app_hubzilla.html Zobrazit soubor

@@ -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 12:45 -->
6
+<!-- 2016-11-14 Mon 13:10 -->
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,9 @@ 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-org7d086f1" class="outline-2">
255
-<h2 id="org7d086f1">Installation</h2>
256
-<div class="outline-text-2" id="text-org7d086f1">
254
+<div id="outline-container-orga7e6aea" class="outline-2">
255
+<h2 id="orga7e6aea">Installation</h2>
256
+<div class="outline-text-2" id="text-orga7e6aea">
257 257
 <p>
258 258
 Log into your system with:
259 259
 </p>
@@ -277,9 +277,22 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
277 277
 </div>
278 278
 </div>
279 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">
280
+<div id="outline-container-orgfd765de" class="outline-2">
281
+<h2 id="orgfd765de">Initial setup</h2>
282
+<div class="outline-text-2" id="text-orgfd765de">
283
+<p>
284
+If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Hubzilla domain listed there along with an onion address. You can then navigate to your site in a browser.
285
+</p>
286
+
287
+<p>
288
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select <b>Exit to the command line</b> and then run:
289
+</p>
290
+
291
+<div class="org-src-container">
292
+<pre class="src src-bash">editor README
293
+</pre>
294
+</div>
295
+
283 296
 <p>
284 297
 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.
285 298
 </p>

+ 20
- 7
website/EN/app_mailpile.html Zobrazit soubor

@@ -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 12:45 -->
6
+<!-- 2016-11-14 Mon 13:10 -->
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,9 @@ 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-orgd2990f3" class="outline-2">
263
-<h2 id="orgd2990f3">Installation</h2>
264
-<div class="outline-text-2" id="text-orgd2990f3">
262
+<div id="outline-container-orgda9d6ac" class="outline-2">
263
+<h2 id="orgda9d6ac">Installation</h2>
264
+<div class="outline-text-2" id="text-orgda9d6ac">
265 265
 <p>
266 266
 Log into your system with:
267 267
 </p>
@@ -285,9 +285,22 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
285 285
 </div>
286 286
 </div>
287 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">
288
+<div id="outline-container-orgc08365b" class="outline-2">
289
+<h2 id="orgc08365b">Initial setup</h2>
290
+<div class="outline-text-2" id="text-orgc08365b">
291
+<p>
292
+If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Mailpile domain listed there along with an onion address. You can then navigate to your site in a browser.
293
+</p>
294
+
295
+<p>
296
+If you installed the system using a disk image then you can log in using the username and password which was originally shown when you installed the system. If you didn't install from a disk image then a new random password will be generated for each site and stored within a readme file. If you need to view that file then exit to the user control panel, select <b>Exit to the command line</b> and then run:
297
+</p>
298
+
299
+<div class="org-src-container">
300
+<pre class="src src-bash">editor README
301
+</pre>
302
+</div>
303
+
291 304
 <p>
292 305
 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.
293 306
 </p>