Adapt README after recent PHP changes.
from sthen@ and I
This commit is contained in:
parent
8006736aa4
commit
5c5cf93d20
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.130 2018/06/05 09:39:47 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.131 2018/06/16 08:26:52 ajacoutot Exp $
|
||||
|
||||
COMMENT= easy and universal access to shared and/or personal files
|
||||
|
||||
@ -6,7 +6,7 @@ V= 10.0.8
|
||||
DISTNAME= owncloud-${V}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.51 2018/06/05 09:39:48 sthen Exp $
|
||||
$OpenBSD: README,v 1.52 2018/06/16 08:26:52 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -15,15 +15,6 @@ Post-installation instructions
|
||||
|
||||
*** It is highly recommended to use SSL on the webserver (HTTPS).
|
||||
|
||||
chroot(2)
|
||||
---------
|
||||
When running ownCloud with a chrooted web server, the UTF-8 locale files must be
|
||||
copied under the /var/www chroot to prevent warning messages in the admin
|
||||
configuration page and logs:
|
||||
# mkdir -p /var/www/usr/share/locale/UTF-8/
|
||||
# cp /usr/share/locale/UTF-8/LC_CTYPE \
|
||||
/var/www/usr/share/locale/UTF-8/
|
||||
|
||||
OpenBSD HTTP daemon
|
||||
-------------------
|
||||
httpd(8) example configuration for ownCloud:
|
||||
@ -60,12 +51,14 @@ server "domain.tld" {
|
||||
location "/console*" { block }
|
||||
|
||||
location "/*.php*" {
|
||||
root { "/owncloud", strip 1 }
|
||||
root "/owncloud"
|
||||
request strip 1
|
||||
fastcgi socket "/run/php-fpm.sock"
|
||||
}
|
||||
|
||||
location "/*" {
|
||||
root { "/owncloud", strip 1 }
|
||||
root "/owncloud"
|
||||
request strip 1
|
||||
}
|
||||
}
|
||||
---8<---------------------------------------------------------------------------
|
||||
@ -113,6 +106,12 @@ ownCloud can work with a PostgreSQL, MariaDB or SQLite3 database. The
|
||||
corresponding package needs to be installed *before* setting up ownCloud:
|
||||
php-pdo_sqlite, php-pgsql or php-pdo_mysql
|
||||
|
||||
ownCloud can work with various database types. Ensure that the package(s) for
|
||||
PHP support is installed and enabled *before* setting up ownCloud:
|
||||
For SQLite: php-pdo_sqlite and php-sqlite3
|
||||
For PostgreSQL: php-pdo_pgsql
|
||||
For MariaDB: php-pdo_mysql
|
||||
|
||||
Configuration file
|
||||
------------------
|
||||
Configuration is done under:
|
||||
@ -171,10 +170,6 @@ Updating
|
||||
Before updating to a new release, read:
|
||||
https://doc.owncloud.org/server/${VR}/admin_manual/maintenance/upgrade.html
|
||||
|
||||
When using a PostgreSQL or MariaDB, the corresponding MDB2 php package must be
|
||||
installed to properly upgrade the database:
|
||||
php-pgsql or php-mysql
|
||||
|
||||
WebDAV access
|
||||
=============
|
||||
The personal WebDAV share can be accessed using the following URL (e.g. with
|
||||
|
Loading…
x
Reference in New Issue
Block a user