Browse Source

Note about initial startup

Bob Mottram 8 years ago
parent
commit
5292fac6ea
2 changed files with 13 additions and 7 deletions
  1. 2
    0
      doc/EN/app_etherpad.org
  2. 11
    7
      website/EN/app_etherpad.html

+ 2
- 0
doc/EN/app_etherpad.org View File

34
 * Initial setup
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 Etherpad domain listed there along with an onion address. You can then navigate to your site in a browser.
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 Etherpad domain listed there along with an onion address. You can then navigate to your site in a browser.
36
 
36
 
37
+Please be aware that after installation the etherpad daemon takes a while to start up for the first time. On a low powered system such as a Beaglebone Black this can take ten minutes or more. So if you navigate to the site and see a "/Bad Gateway/" error then don't panic. Wait for ten minutes and try again.
38
+
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:
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:
38
 
40
 
39
 #+begin_src bash
41
 #+begin_src bash

+ 11
- 7
website/EN/app_etherpad.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-11-14 Mon 14:48 -->
6
+<!-- 2016-11-18 Fri 23:55 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
251
 For collaborative document editing Etherpad is hard to beat. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
251
 For collaborative document editing Etherpad is hard to beat. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
252
 </p>
252
 </p>
253
 
253
 
254
-<div id="outline-container-orge60fe38" class="outline-2">
255
-<h2 id="orge60fe38">Installation</h2>
256
-<div class="outline-text-2" id="text-orge60fe38">
254
+<div id="outline-container-org62df1b2" class="outline-2">
255
+<h2 id="org62df1b2">Installation</h2>
256
+<div class="outline-text-2" id="text-org62df1b2">
257
 <p>
257
 <p>
258
 Log into your system with:
258
 Log into your system with:
259
 </p>
259
 </p>
277
 </div>
277
 </div>
278
 </div>
278
 </div>
279
 
279
 
280
-<div id="outline-container-org82ab833" class="outline-2">
281
-<h2 id="org82ab833">Initial setup</h2>
282
-<div class="outline-text-2" id="text-org82ab833">
280
+<div id="outline-container-orgf51f407" class="outline-2">
281
+<h2 id="orgf51f407">Initial setup</h2>
282
+<div class="outline-text-2" id="text-orgf51f407">
283
 <p>
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 Etherpad domain listed there along with an onion address. You can then navigate to your site in a browser.
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 Etherpad domain listed there along with an onion address. You can then navigate to your site in a browser.
285
 </p>
285
 </p>
286
 
286
 
287
 <p>
287
 <p>
288
+Please be aware that after installation the etherpad daemon takes a while to start up for the first time. On a low powered system such as a Beaglebone Black this can take ten minutes or more. So if you navigate to the site and see a "<i>Bad Gateway</i>" error then don't panic. Wait for ten minutes and try again.
289
+</p>
290
+
291
+<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:
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:
289
 </p>
293
 </p>
290
 
294