add some extra instructions.

This commit is contained in:
jasper 2013-03-25 10:26:49 +00:00
parent c2236ff698
commit f6fb6b7fa1
2 changed files with 13 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:44:49 espie Exp $
# $OpenBSD: Makefile,v 1.3 2013/03/25 10:26:49 jasper Exp $
COMMENT= innovative open source CMS and framework
V= 3.0.5
DISTNAME= SilverStripe-cms-v${V}
PKGNAME= silverstripe-${V}
REVISION= 0
CATEGORIES= www

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.1.1.1 2013/03/08 10:43:52 jasper Exp $
$OpenBSD: README,v 1.2 2013/03/25 10:26:49 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -17,6 +17,16 @@ to which database is used, the corresponding package needs to be
installed:
php-pgsql or php-mysqli
Webserver
=========
SilverStripe needs to have rewrite support enabled in the webserver.
For Apache uncomment the following line in /var/www/conf/httpd.conf:
LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so
And set "AllowOverride All" for the directory in which SilverStripe has been
installed.
Finishing the installation
==========================
Please refer to the online documentation available at: