Bob Mottram 8 years ago
parent
commit
3ba911c211
2 changed files with 9 additions and 9 deletions
  1. 1
    1
      doc/EN/app_gogs.org
  2. 8
    8
      website/EN/app_gogs.html

+ 1
- 1
doc/EN/app_gogs.org View File

@@ -42,7 +42,7 @@ If you installed the system using a disk image then you can log in using the use
42 42
 editor README
43 43
 #+end_src
44 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:
45
+In a browser navigate to your Gogs 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:
46 46
 
47 47
 #+begin_src bash :tangle no
48 48
 sudo username@domainname -p 2222

+ 8
- 8
website/EN/app_gogs.html View 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-11-14 Mon 13:10 -->
6
+<!-- 2016-11-14 Mon 13:15 -->
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-org8b4885f" class="outline-2">
259
-<h2 id="org8b4885f">Installation</h2>
260
-<div class="outline-text-2" id="text-org8b4885f">
258
+<div id="outline-container-org45aa5cf" class="outline-2">
259
+<h2 id="org45aa5cf">Installation</h2>
260
+<div class="outline-text-2" id="text-org45aa5cf">
261 261
 <p>
262 262
 Log into your system with:
263 263
 </p>
@@ -281,9 +281,9 @@ 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-orga01dd14" class="outline-2">
285
-<h2 id="orga01dd14">Initial setup</h2>
286
-<div class="outline-text-2" id="text-orga01dd14">
284
+<div id="outline-container-orgebd229b" class="outline-2">
285
+<h2 id="orgebd229b">Initial setup</h2>
286
+<div class="outline-text-2" id="text-orgebd229b">
287 287
 <p>
288 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 289
 </p>
@@ -298,7 +298,7 @@ If you installed the system using a disk image then you can log in using the use
298 298
 </div>
299 299
 
300 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:
301
+In a browser navigate to your Gogs 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:
302 302
 </p>
303 303
 
304 304
 <div class="org-src-container">