Gentoo Archives: gentoo-user

From: Nilesh Govindrajan <me@××××××××.com>
To: Gentoo User Mailing List <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?
Date: Sat, 01 Mar 2014 15:26:34
Message-Id: CAHgBc-tJYPCAd=_rpksZE1pK4JazEZj_qZ7nZ3yd=xc2s_ZbZg@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? by Peter Humphrey
1 On Sat, Mar 1, 2014 at 4:43 PM, Peter Humphrey <peter@××××××××××××.uk>wrote:
2
3 > On Friday 28 Feb 2014 16:31:39 Nilesh Govindrajan wrote:
4 >
5 > > You don't need moddav for owncloud. Owncloud implements it via php.
6 >
7 > Now I am confused. Do I need to add or remove a USE flag from php or
8 > owncloud?
9 >
10 > # emerge -pv owncloud php
11 > ...
12 > [ebuild R ~] www-apps/owncloud-6.0.1:6.0.1 USE="curl mysql -postgres -
13 > sqlite -vhosts" 0 kB
14 > [ebuild R ] dev-lang/php-5.5.9:5.5 USE="apache2 berkdb bzip2 calendar
15 > cgi cli crypt ctype curl exif fileinfo filter fpm ftp gd gdbm gmp hash
16 > iconv
17 > intl json mysql mysqli nls opcache pdo phar posix readline session
18 > simplexml
19 > sqlite ssl tokenizer truetype unicode xml xmlwriter zip zlib -bcmath -cdb
20 > -cjk
21 > -debug -embed -enchant -firebird -flatfile -frontbase -imap -inifile
22 > -iodbc -ipv6
23 > -kerberos -ldap -ldap-sasl -libedit -libmysqlclient -mhash -mssql -oci8-
24 > instant-client -odbc -pcntl -postgres -qdbm -recode (-selinux) -sharedmem -
25 > snmp -soap -sockets -spell -sybase-ct -systemd -sysvipc -threads -tidy
26 > -wddx -
27 > xmlreader -xmlrpc -xpm -xslt" 0 kB
28 >
29 > I decided to try mysql (mariadb, actually) rather than sqlite; maybe I
30 > should
31 > revert to the simpler setup, or maybe I've missed something here:
32 >
33 > wstn / # emerge -pv mysql mariadb
34 > ...
35 > [ebuild R ~] dev-db/mariadb-5.5.32 USE="community pam perl ssl
36 > -cluster -
37 > debug -embedded -extraengine -jemalloc -latin1 -max-idx-128 -minimal
38 > -oqgraph
39 > (-pbxt) -profiling (-selinux) -sphinx -static -systemtap -tcmalloc
40 > {-test}" 0
41 > kB
42 > [ebuild R ~] virtual/mysql-5.5 USE="-embedded -minimal -static" 0 kB
43 >
44 > --
45 > Regards
46 > Peter
47 >
48 >
49 >
50
51 Nothing to get confused. Just install ownCloud like you'd install Wordpress
52 on Apache server, i.e. configure apache to run php scripts some way and run
53 the owncloud installer. That's it.
54 Since ownCloud has automatic update facility, I don't install it using
55 portage.

Replies

Subject Author
Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? covici@××××××××××.com
Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? Peter Humphrey <peter@××××××××××××.uk>