Sfoglia il codice sorgente

Simplified microblog install

Bob Mottram 9 anni fa
parent
commit
ec61b1646a
2 ha cambiato i file con 15 aggiunte e 119 eliminazioni
  1. 7
    22
      doc/EN/usage.org
  2. 8
    97
      website/EN/usage.html

+ 7
- 22
doc/EN/usage.org Vedi File

@@ -22,7 +22,7 @@
22 22
 | [[./usage_email.html][Using Email]]                                          |
23 23
 | [[Syncing to the Cloud]]                                 |
24 24
 | [[Play Music]]                                           |
25
-| [[Microblogging]]                                        |
25
+| [[Microblogging (GNU Social)]]                           |
26 26
 | [[Social Network]]                                       |
27 27
 | [[Chat Services]]                                        |
28 28
 
@@ -142,32 +142,17 @@ The main advantage of playing music via Owncloud is that you can do that from an
142 142
 
143 143
 By default a music player is installed into Owncloud, so all you need to do is to visit your Owncloud web site, select the *music* directory and then upload some music files. Afterwards you can select the *music icon* from the top left drop down menu and albums will then appear which can be played. If you want to share music with other users then you can select the *share* option from within the files view to make the tracks available.
144 144
 
145
-* Microblogging
145
+* Microblogging (GNU Social)
146 146
 ** Initial configuration
147
-To set up your microblog go to:
147
+To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
148 148
 
149 149
 #+BEGIN_SRC bash
150
-https://yourmicroblogdomainname/install.php
150
+ssh username@domainname -p 2222
151
+cat README
152
+exit
151 153
 #+END_SRC
152 154
 
153
-and enter the following settings:
154
-
155
-| Server SSL                 | enable                                      |
156
-| Hostname                   | localhost                                   |
157
-| Type                       | MySql/MariaDB                               |
158
-| Name                       | gnusocial                                   |
159
-| DB username                | root                                        |
160
-| DB Password                | See the MariaDB password in the [[Readme]] file |
161
-| Administrator nickname     | Your username                               |
162
-| Administrator password     | See the [[Readme]] file                         |
163
-| Subscribe to announcements | ticked                                      |
164
-| Site profile               | Community                                   |
165
-
166
-When the install is complete you will see a lot of warnings but just ignore those and navigate to your microblog domain and you can then complete the configuration via the *Admin* section on the header bar.  Some recommended admin settings are:
167
-
168
-| Site settings   | Text limit 140, Dupe Limit 60000 |
169
-| User settings   | Bio limit 1000                   |
170
-| Access settings | /Invite only/ ticked             |
155
+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.
171 156
 * Social Network
172 157
 ** Domains
173 158
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.

+ 8
- 97
website/EN/usage.html Vedi File

@@ -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-01-08 Fri 14:22 -->
6
+<!-- 2016-02-03 Wed 16:32 -->
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>
@@ -195,7 +195,7 @@ for the JavaScript code in this tag.
195 195
 </tr>
196 196
 
197 197
 <tr>
198
-<td class="org-left"><a href="#orgheadline6">Microblogging</a></td>
198
+<td class="org-left"><a href="#orgheadline6">Microblogging (GNU Social)</a></td>
199 199
 </tr>
200 200
 
201 201
 <tr>
@@ -467,115 +467,26 @@ By default a music player is installed into Owncloud, so all you need to do is t
467 467
 </div>
468 468
 
469 469
 <div id="outline-container-orgheadline6" class="outline-2">
470
-<h2 id="orgheadline6">Microblogging</h2>
470
+<h2 id="orgheadline6">Microblogging (GNU Social)</h2>
471 471
 <div class="outline-text-2" id="text-orgheadline6">
472 472
 </div><div id="outline-container-orgheadline14" class="outline-3">
473 473
 <h3 id="orgheadline14">Initial configuration</h3>
474 474
 <div class="outline-text-3" id="text-orgheadline14">
475 475
 <p>
476
-To set up your microblog go to:
476
+To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
477 477
 </p>
478 478
 
479 479
 <div class="org-src-container">
480 480
 
481
-<pre class="src src-bash">https://yourmicroblogdomainname/install.php
481
+<pre class="src src-bash">ssh username@domainname -p 2222
482
+cat README
483
+<span class="org-keyword">exit</span>
482 484
 </pre>
483 485
 </div>
484 486
 
485 487
 <p>
486
-and enter the following settings:
488
+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.
487 489
 </p>
488
-
489
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
490
-
491
-
492
-<colgroup>
493
-<col  class="org-left" />
494
-
495
-<col  class="org-left" />
496
-</colgroup>
497
-<tbody>
498
-<tr>
499
-<td class="org-left">Server SSL</td>
500
-<td class="org-left">enable</td>
501
-</tr>
502
-
503
-<tr>
504
-<td class="org-left">Hostname</td>
505
-<td class="org-left">localhost</td>
506
-</tr>
507
-
508
-<tr>
509
-<td class="org-left">Type</td>
510
-<td class="org-left">MySql/MariaDB</td>
511
-</tr>
512
-
513
-<tr>
514
-<td class="org-left">Name</td>
515
-<td class="org-left">gnusocial</td>
516
-</tr>
517
-
518
-<tr>
519
-<td class="org-left">DB username</td>
520
-<td class="org-left">root</td>
521
-</tr>
522
-
523
-<tr>
524
-<td class="org-left">DB Password</td>
525
-<td class="org-left">See the MariaDB password in the <a href="#orgheadline1">Readme</a> file</td>
526
-</tr>
527
-
528
-<tr>
529
-<td class="org-left">Administrator nickname</td>
530
-<td class="org-left">Your username</td>
531
-</tr>
532
-
533
-<tr>
534
-<td class="org-left">Administrator password</td>
535
-<td class="org-left">See the <a href="#orgheadline1">Readme</a> file</td>
536
-</tr>
537
-
538
-<tr>
539
-<td class="org-left">Subscribe to announcements</td>
540
-<td class="org-left">ticked</td>
541
-</tr>
542
-
543
-<tr>
544
-<td class="org-left">Site profile</td>
545
-<td class="org-left">Community</td>
546
-</tr>
547
-</tbody>
548
-</table>
549
-
550
-<p>
551
-When the install is complete you will see a lot of warnings but just ignore those and navigate to your microblog domain and you can then complete the configuration via the <b>Admin</b> section on the header bar.  Some recommended admin settings are:
552
-</p>
553
-
554
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
555
-
556
-
557
-<colgroup>
558
-<col  class="org-left" />
559
-
560
-<col  class="org-left" />
561
-</colgroup>
562
-<tbody>
563
-<tr>
564
-<td class="org-left">Site settings</td>
565
-<td class="org-left">Text limit 140, Dupe Limit 60000</td>
566
-</tr>
567
-
568
-<tr>
569
-<td class="org-left">User settings</td>
570
-<td class="org-left">Bio limit 1000</td>
571
-</tr>
572
-
573
-<tr>
574
-<td class="org-left">Access settings</td>
575
-<td class="org-left"><i>Invite only</i> ticked</td>
576
-</tr>
577
-</tbody>
578
-</table>
579 490
 </div>
580 491
 </div>
581 492
 </div>