You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="/step1">Go back and change this setting</a></p>
21
-
<pclass="field-description">Aegis supports 3 different operation mode.:
21
+
<pclass="field-description">Gitus supports 3 different operation mode.:
22
22
<ul>
23
23
<li>Plain Mode: A simple Git web frontend similar to git-instaweb. Repositories would be readonly (with HTTP).</li>
24
24
<li>Simple Mode: User and repository managements are done by updating special repositories similar to Gitolite. Clone/push through SSH is enabled.</li>
<p><ahref="/step6">Go back and change this setting</a></p>
264
-
<pclass="field-description">The name of the user Aegis will use to carry out its actions. This user should also be the user that runs the Aegis web server.</p>
264
+
<pclass="field-description">The name of the user Gitus will use to carry out its actions. This user should also be the user that runs the Gitus web server.</p>
<p><ahref="/step8">Go back and change this setting</a></p>
353
-
<pclass="field-description">The address and port this instance is supposed to bind to. Two common choices for bind address: <code>0.0.0.0</code> which allows all external connections, and <code>127.0.0.1</code> which only allows local connections. For security reasons it would be better to set this to 127.0.0.1 and put Aegis behind a reverse proxy.</p>
353
+
<pclass="field-description">The address and port this instance is supposed to bind to. Two common choices for bind address: <code>0.0.0.0</code> which allows all external connections, and <code>127.0.0.1</code> which only allows local connections. For security reasons it would be better to set this to 127.0.0.1 and put Gitus behind a reverse proxy.</p>
Copy file name to clipboardExpand all lines: templates/webinstaller/finish.template.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
<html>
3
3
<head>
4
4
<metacharset="utf-8" />
5
-
<title>Aegis Web Installer</title>
5
+
<title>Gitus Web Installer</title>
6
6
{{template "webinstaller/_style"}}
7
7
</head>
8
8
<body>
9
9
<header>
10
-
<h1><ahref="/">Aegis Web Installer</a></h1>
10
+
<h1><ahref="/">Gitus Web Installer</a></h1>
11
11
12
12
</header>
13
13
14
14
<hr/>
15
15
16
16
<h2>That's all!</h2>
17
17
18
-
<p>The configuration file has been saved to <code>{{.Config.FilePath}}</code>. You can start the Aegis web server by running the following command <b>with the Git user</b>:</p>
18
+
<p>The configuration file has been saved to <code>{{.Config.FilePath}}</code>. You can start the Gitus web server by running the following command <b>with the Git user</b>:</p>
Copy file name to clipboardExpand all lines: templates/webinstaller/start.template.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,20 @@
2
2
<html>
3
3
<head>
4
4
<metacharset="utf-8" />
5
-
<title>Aegis Web Installer</title>
5
+
<title>Gitus Web Installer</title>
6
6
{{template "webinstaller/_style"}}
7
7
</head>
8
8
<body>
9
9
<header>
10
-
<h1><ahref="/">Aegis Web Installer</a></h1>
10
+
<h1><ahref="/">Gitus Web Installer</a></h1>
11
11
12
12
</header>
13
13
14
14
<hr/>
15
15
16
-
<p>Welcome to the Aegis Web Installer. We'll guide you through the installation process.</p>
17
-
<p>In the end this installer would set up the database and produce a configuration file. At that point, please run Aegis using that configuration file like this:</p>
18
-
<pre>aegis -config {config-file-path}</pre>
16
+
<p>Welcome to the Gitus Web Installer. We'll guide you through the installation process.</p>
17
+
<p>In the end this installer would set up the database and produce a configuration file. At that point, please run Gitus using that configuration file like this:</p>
18
+
<pre>gitus -config {config-file-path}</pre>
19
19
<p><b>NOTE THAT</b> the web installer will skip some steps if they're not compatible or don't make sense with certain decisions you have made during the earlier part in the installation process (e.g. asking for database info when you've decided to have a setup that shouldn't need a database). This is normal and by design.</p>
20
20
<p><ahref="/step1">Take me to the next step</a></p>
<pclass="field-description">Aegis supports 3 different operation mode.:
19
+
<pclass="field-description">Gitus supports 3 different operation mode.:
20
20
<ul>
21
21
<li>Plain Mode: A simple Git web frontend similar to git-instaweb. Repositories would be readonly (with HTTP).</li>
22
22
<li>Simple Mode: User and repository managements are done by updating special repositories similar to Gitolite. Clone/push through SSH is enabled.</li>
0 commit comments