On 2 Dez., 04:41, Stefan Scott <[EMAIL PROTECTED]> wrote: > Hi - > > I've already installed nginx + php-fpm + xcache on a VPS (virual > private server) with 500MB RAM and now I want to install a distributed > revision control system (eg, git) and a bug/issue tracking system (eg, > trac). Can I run nginx + git + trac without installing Apache? > > Most of the work I'd be doing would involve building Drupal and Rails > sites, plus I'd sometimes work on other projects involving less-well- > known "formal" languages where I'd be collaborating with students in > other countries - so it sounds like I need a distributed / > decentralized revision control system such as git, rather than a > centralized system like svn. And if I can also later deploy Rails > using thin (rather than Apache) - then maybe I don't need Apache at > all? > > I found some posts which seem to indicate that people can use git with > just nginx and without Apache - but maybe lacking some features > involving WebDAV: > > http://notes.xiaoka.com/2008/04/13/git-repository-over-http-webdav-wi...http://forum.slicehost.com/comments.php?DiscussionID=1144 > > And here's some posts which seem to indicate that people can use trac > with just nginx - but in the post from edgewall.org below it also > mentions "access to subversion via Apache mod_dav_svn" and I can't > figure out they're saying I need Apache installed, or I could > *optionally* have it installed: > > http://trac.edgewall.org/wiki/TracNginxRecipehttp://www.mail-archive.com/[email protected]/msg06842.html > > My instinct tells me that nginx + git + trac without Apache would be a > lightweight and fast combo but I'm hesitant to try doing this until > someone actually confirms that it makes sense.
it should work fine without apache. webdav might be the only exception, and its not trac related at all. see e.g. http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt. rupert. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
