aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gitphp/files
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2012-09-23 04:04:50 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2012-09-23 04:04:50 +0800
commit194f20ffdc221eaabfad4a49f3bdb18ea15fbed9 (patch)
tree1c57d3b9e279eb5320b246dea7d560e00517d43e /devel/gitphp/files
parent1c5c61201ffc57cba1674c1fec9147101d9d1cf2 (diff)
downloadfreebsd-ports-gnome-194f20ffdc221eaabfad4a49f3bdb18ea15fbed9.tar.gz
freebsd-ports-gnome-194f20ffdc221eaabfad4a49f3bdb18ea15fbed9.tar.zst
freebsd-ports-gnome-194f20ffdc221eaabfad4a49f3bdb18ea15fbed9.zip
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
Diffstat (limited to 'devel/gitphp/files')
-rw-r--r--devel/gitphp/files/pkg-message.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/gitphp/files/pkg-message.in b/devel/gitphp/files/pkg-message.in
new file mode 100644
index 000000000000..17146e4bd901
--- /dev/null
+++ b/devel/gitphp/files/pkg-message.in
@@ -0,0 +1,16 @@
+*****************************************************************
+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.
+*****************************************************************