From Fedora Project Wiki

Revision as of 16:05, 1 May 2014 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ownCloud is a AGPLv3 private file server

Features

Many

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