openbsd-ports/www/gitlist/pkg/README
jasper 1eed7e15fe import gitlist-0.3
GitList allows you to browse repositories using your favorite browser,
viewing files under different revisions, commit history and diffs.
GitList is free and open source software, written in PHP, on top of
Silex and the Twig template engine.

feedback/ok ajacoutot@
2012-11-07 07:53:02 +00:00

33 lines
1.1 KiB
Plaintext

$OpenBSD: README,v 1.1.1.1 2012/11/07 07:53:02 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
The GitList repository viewer has been installed into
${INSTDIR}
PHP settings
============
Some specific PHP settings are required for GitList. With Apache, you can
automatically configure them as follows. As root:
ln -s ../modules.sample/gitlist.conf ${PREFIX}/conf/modules
/etc/rc.d/httpd restart
With other web servers, review
${PREFIX}/conf/modules.sample/zurmo.conf
to use them as a a template to adjust various PHP settings in
${SYSCONFDIR}/php-${MODPHP_VERSION}.ini.
Webserver settings
==================
You should point this to the DocumentRoot of your web-server:
# ln -s ../gitlist /var/www/htdocs/gitlist
(make sure you use a relative symlink since Apache is chrooted)
and proceed to complete the installation by reading:
https://github.com/klaussilveira/gitlist/blob/master/INSTALL.md
You can ensure you have a working installation by accessing:
http://<localhost>/gitlist/