ports/devel/gitphp/files/pkg-message.in
Thomas Abthorpe fb248dd0df GitPHP is a web based git repository browser written in PHP. It uses the
Smarty template system for customization and flexibility.

WWW:	http://www.gitphp.org
2012-09-22 20:04:50 +00:00

16 lines
489 B
Text

*****************************************************************
You will also need to configure Apache. Consider adding the following to
your httpd.conf:
Alias /gitphp/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
AllowOverride all
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Then visit 'http://localhost/gitphp/' in a web-browser and follow the
configuration instructions.
*****************************************************************