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
 editor README
42
 editor README
43
 #+end_src
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
 #+begin_src bash :tangle no
47
 #+begin_src bash :tangle no
48
 sudo username@domainname -p 2222
48
 sudo username@domainname -p 2222

+ 8
- 8
website/EN/app_gogs.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 13:10 -->
6
+<!-- 2016-11-14 Mon 13:15 -->
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>
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.
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
 </p>
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
 <p>
261
 <p>
262
 Log into your system with:
262
 Log into your system with:
263
 </p>
263
 </p>
281
 </div>
281
 </div>
282
 </div>
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
 <p>
287
 <p>
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.
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>
289
 </p>
298
 </div>
298
 </div>
299
 
299
 
300
 <p>
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
 </p>
302
 </p>
303
 
303
 
304
 <div class="org-src-container">
304
 <div class="org-src-container">