From Fedora Project Wiki
Javiertury (talk | contribs) (Created page with "ownCloud is a AGPLv3 private file server == Features == Many == Installation with Apache and MariaDB == <pre>$ su root $ yum install owncloud owncloud-mysql ownclo...") |
Javiertury (talk | contribs) |
||
Line 3: | Line 3: | ||
== Features == | == Features == | ||
Many | Online file storage | ||
Android compatibility | |||
Contacts(CarDAV) and calendar (CalDAV) synchronization | |||
Many more | |||
== Installation with [[Apache]] and [[MariaDB]] == | == Installation with [[Apache]] and [[MariaDB]] == |
Revision as of 16:12, 1 May 2014
ownCloud is a AGPLv3 private file server
Features
Online file storage Android compatibility Contacts(CarDAV) and calendar (CalDAV) synchronization 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