From Fedora Project Wiki

Line 3: Line 3:
== Features ==
== Features ==


Online file storage
* Online file storage
Android compatibility
* Android compatibility
Contacts(CarDAV) and calendar (CalDAV) synchronization
* Contacts(CarDAV) and calendar (CalDAV) synchronization
Many more
* Music streaming
* Many more


== Installation with [[Apache]] and [[MariaDB]] ==
== Installation with [[Apache]] and [[MariaDB]] ==

Revision as of 16:14, 1 May 2014

ownCloud is a AGPLv3 private file server

Features

  • Online file storage
  • Android compatibility
  • Contacts(CarDAV) and calendar (CalDAV) synchronization
  • Music streaming
  • Many more

Installation with Apache and MariaDB

$ su root
$ yum install owncloud owncloud-mysql owncloud-httpd

Start MariaDB and Apache if they weren't already

$ systemctl start httpd
$ systemctl start mariadb

THIS IS UNDER CONSTRUCTION. THIS IS NOT FINISHED YET!

Create a database

On your browser open localhost/owncloud