Hi wd9895,
Thanks for scanning the howtodo about owncloud apply. I found also a french site and it confirms my opinion.
On the french site, I read this (google translation):
- Code: Select all
If you want to build your own cloud server, a bit like Dropbox, but on your own server, just to retain ownership of your data, there are more and more interesting solutions. The last I discovered yesterday morning called OwnCloud. This is an app PHP, which coupled with Apache + MySQL allows you to upload and synchronize files between multiple computers, or through the web interface, or via client or WebDAV.
This means that a server OwnCloud is accessible from any OS (Linux, Win, Mac, etc.), but also via mobile apps as Android client in development or on the WebDav Client iPhone. What is nice with OwnCloud is that the music can be listened in streaming, like with Subsonic, but the application can manage a calendar and contacts can be synchronized on all clients supporting CardDAV / CalDAV such as Kontact, Evolution or Thunderbird.
In the next release, a WebDav server will be available. So, the "ownCloud" server could be useful only for :
using a streaming,
handling a calendar or your contacts.
About streaming, I think there is already much streaming servers with the current firmware.
In
http://owncloud.org/support/install/ I read that php 5.3 is required and Fvdw should recompile php (he will be happy... :whistle ). So much work for few benefits with the next release (WebDav server).
But I think we can try to install this feature if we must upgrade php for other applications (seem easy to do it)