Git development
 help / color / mirror / Atom feed
* git-instaweb should 'just work' on Mac OS X
@ 2008-05-10 19:27 nathan spindel
  2008-05-10 22:49 ` Kevin Ballard
  0 siblings, 1 reply; 4+ messages in thread
From: nathan spindel @ 2008-05-10 19:27 UTC (permalink / raw)
  To: git

I've investigated what it would take for git-instaweb to 'just work' on
Mac OS X 10.5 when running the command with no arguments. This would be
of benefit to many Mac git users since they shouldn't be expected to
troubleshoot this problem. Here are the current issues at play:

  - lighttpd does not come with Mac OS X by default, so git-instaweb
    currently exits with "lighttpd not found...".

  - git-instaweb doesn't fallback to using other web servers on the  
system
    if the default command doesn't exist.

  - Mac OS X does come with webrick and 'git-instaweb -d webrick'  
_does_ just
    work. It's probably slower than Apache though (?).

  - Mac OS X also comes with mongrel, which is a great alternative, but
    git-instaweb doesn't support it.

  - Mac OS X's Apache installation is different than what git-instaweb
    expects in a couple areas:
    - the Apache binary is called 'httpd', not 'apache2', and git- 
instaweb
      only looks for the latter.
    - the modules on Mac OS X live in /usr/libexec/apache2 but by  
default
      git-instaweb looks for /usr/lib/apache2/modules.
    - Apache attempts to create its 'accept serialization lock file' at
      /private/var/run/ but that path is only writeable by root (a  
workaround
      is to add a LockFile directive to the conf file that places it
      in $fqgitdir/gitweb/tmp).

I'm interested in fixing this to make the experience smoother for Mac  
users.
What is the community's preferred avenue of fixing this?

-nathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-10 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 19:27 git-instaweb should 'just work' on Mac OS X nathan spindel
2008-05-10 22:49 ` Kevin Ballard
2008-05-10 23:19   ` nathan spindel
2008-05-10 23:28     ` Kevin Ballard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox