ce6cc2f73c
eyeballed by aja@
24 lines
799 B
Plaintext
24 lines
799 B
Plaintext
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
Piwik has been installed into ${INSTDIR}
|
|
|
|
You should point this to the DocumentRoot of your web-server:
|
|
# ln -s ../piwik /var/www/htdocs/piwik
|
|
(make sure you use a relative symlink since Apache is chrooted)
|
|
|
|
You will also need to add these lines to you php.ini file:
|
|
extension=pdo.so
|
|
extension=pdo_mysql.so
|
|
extension=gd.so
|
|
|
|
and proceed to complete the installation by reading the online
|
|
documentation. Which can be found at:
|
|
http://piwik.org/docs/installation/
|
|
|
|
You can ensure you have a working install by accessing:
|
|
http://<localhost>/piwik/
|