network/owncloud-server: Updated for version 8.1.2.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-09-02 22:21:02 +01:00 committed by Willy Sudiarto Raharjo
parent 23cb357e87
commit 6c348ddb15
3 changed files with 21 additions and 5 deletions

View file

@ -34,7 +34,23 @@ Configuration
"LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
then restart httpd.
(3) After installation, **and after every upgrade**, you need to complete
(3) After installation, you must set up the names that clients will use to
access the server as "trusted domains".
You must also do this if you are upgrading an older owncloud installation.
To do this, you will need to edit /srv/httpd/htdocs/owncloud/config/config.php
as follows (please use your own server name instead of myserver.local or
owncloud.example.com):
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'myserver.local',
2 => 'owncloud.example.com',
),
(4) After installation, **and after every upgrade**, you need to complete
setup by visiting this page:
http://localhost/owncloud/

View file

@ -24,7 +24,7 @@
PRGNAM=owncloud-server
SRCNAM=owncloud
VERSION=${VERSION:-8.0.4}
VERSION=${VERSION:-8.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="owncloud-server"
VERSION="8.0.4"
VERSION="8.1.2"
HOMEPAGE="http://owncloud.org/"
DOWNLOAD="http://download.owncloud.org/community/owncloud-8.0.4.tar.bz2"
MD5SUM="b49c20123cc955b7d85a55b86d099282"
DOWNLOAD="http://download.owncloud.org/community/owncloud-8.1.2.tar.bz2"
MD5SUM="d430ac90dde743f828a3531d7226ec74"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""