On Tue, Apr 02, 2013 at 05:12:20PM +0100, Mark Rogers wrote:
On 2 April 2013 16:31, MJ Ray mjr@phonecoop.coop wrote:
Owncloud, either with your own storage (it can use lots) but I don't remember if anyone does loss-leader offers like the free 2GB for it yet.
Following a link from OwnCloud's website, I find that OwnDrive.com do a free 1GB account.
However, I have looked at OwnCloud (briefly) a long time ago so I thought I'd have another look at it, using my own server to host it. I decided to go with the install from the OpenSuse Build Farm repositories (onto Ubuntu 12.04), since that takes care of updates. However: $ sudo apt-get install owncloud [...] The following extra packages will be installed: autoconf automake autotools-dev binutils cpp cpp-4.6 gcc gcc-4.6 libc-dev-bin libc6-dev libltdl-dev libmpc2 libmpfr4 libquadmath0 libssl-dev libssl-doc libtool linux-libc-dev m4 manpages-dev php-pear php-xml-parser php5-dev php5-sqlite shtool zlib1g-dev
That's a lot of dependencies that I wouldn't expect?
Well it needs a database so that accounts for the php5-sqlite, it's written in PHP and uses XML so that's most of the PHP ones.
For the rest it looks as if it has some sort of 'make' requirement.
I have owncloud installed here by the way and quite like it so far. I'm mostly using the CardDAV server in it.