Skip to content

Commit 8508a1a

Browse files
authored
Merge pull request #749 from odises/imprecise
I think 'web server' is more precise here
2 parents 52816de + 2ef13be commit 8508a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/gitweb.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Git comes with a CGI script called GitWeb that is sometimes used for this.
88
.The GitWeb web-based user interface.
99
image::images/git-instaweb.png[The GitWeb web-based user interface.]
1010

11-
If you want to check out what GitWeb would look like for your project, Git comes with a command to fire up a temporary instance if you have a lightweight server on your system like `lighttpd` or `webrick`.
11+
If you want to check out what GitWeb would look like for your project, Git comes with a command to fire up a temporary instance if you have a lightweight web server on your system like `lighttpd` or `webrick`.
1212
On Linux machines, `lighttpd` is often installed, so you may be able to get it to run by typing `git instaweb` in your project directory.
1313
If you're running a Mac, Leopard comes preinstalled with Ruby, so `webrick` may be your best bet.
1414
To start `instaweb` with a non-lighttpd handler, you can run it with the `--httpd` option.(((git commands, instaweb)))

0 commit comments

Comments
 (0)