pkgsrc-wip/gforge/MESSAGE
Juan Romero Pardines 18531e6421 Initial import of gforge, provided by David Ferlier in PR pkg/24180.
GForge is an Open Source collaborative software development tool, 
which allows you to organize and manage any number of software 
development projects. It's perfect for managing large teams of 
software engineers and/or engineers scattered among multiple 
locations.
2004-03-27 22:53:22 +00:00

27 lines
881 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/03/27 22:53:30 xtraeme Exp $
You will need to make GForge accessible through your HTTP server.
For this:
- Add these lines to ${PKG_SYSCONFDIR}/etc/httpd/httpd.conf
<IfModule mod_alias.c>
Alias /gforge/ "${PREFIX}/share/gforge/www/"
</IfModule>
DirectoryIndex index.html index.php
- Add ${PREFIX}/share/gforge to include_path in
${PKG_SYSCONFDIR}/php.ini, like:
include_path = ".:/usr/pkg/lib/php:/usr/pkg/share/gforge"
- Add extension=pgsql.so to ${PKG_SYSCONFDIR}/php.ini.
A sample config file is in ${PKG_SYSCONFDIR}/gforge/local.inc-dist.
You will need to copy it to ${PKG_SYSCONFDIR}/gforge/local.inc, then
tune it.
Then point your browser to http://localhost/gforge/
===========================================================================