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
If you want to run the web interface on a server all the time for your team or for an open source project you're hosting, you'll need to set up the CGI script to be served by your normal web server.
33
-
Some Linux distributions have a `gitweb` package that you may be able to install via `apt` or `yum`, so you may want to try that first.
33
+
Some Linux distributions have a `gitweb` package that you may be able to install via `apt` or `dnf`, so you may want to try that first.
34
34
We'll walk through installing GitWeb manually very quickly.
35
35
First, you need to get the Git source code, which GitWeb comes with, and generate the custom CGI script:
0 commit comments