You are on page 1of 7

Cloud Storage ownCloud 7

( Ubuntu 14.04 Server)



17 .. 58

Cloud Storage Google Drive,


Dropbox, OneDrive Cloud
Cloud Storage Server


Cloud Storage Open Source
Software ownCloud 7 Community Edition
Cloud Storage Server

ownCloud 7 Community Edition


ownCloud Web application commonly termed file
hosting Dropbox ownCloud free open source
private server (
) Clients server
access
ownCloud
Access Your Data
, , contacts, photo galleries, calendars Server
mobile device, desktop web browser

Sync Your Data


, , contacts, photo galleries, calendars device
mobile device, desktop desktop
web client mobile app
Share Your Data
photos galleries , calendar, music
(private)

ownCloud 7 Ubuntu 14.04 Server


1. We will first download the release key associated with the ownCloud software:
release key ownCloud software
$ cd /tmp
$ wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/Release.key
$ sudo apt-key add - < Release.key

2. ownCloud 7 repository
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >>
/etc/apt/sources.list.d/owncloud.list"

3. package database ownCloud :


$ sudo apt-get update
$ sudo apt-get install owncloud
MySQL root
4. Mariadb(Mysql)
$ sudo apt-get install mariadb-server
root user mariadb-server
Really migrate to MariaDB? yes

5. ownCloud Server advantage robust MySQL database SQLite


default
$ sudo mysql -u root p
mariadb password
6. Mariadb prompt database ownCloud
MariaDB [(none)]> CREATE DATABASE owncloud;
7. new MySQL user ownCloud
MariaDB [(none)]> GRANT ALL ON owncloud.* to 'owncloud'@'localhost' IDENTIFIED BY 'database_password';

8.
MariaDB [(none)]> exit
9. Browser url IP Address Server /ownload

10.
username admin account
Data folder default
Configure the database MySQL/MariaDB
Database user : owncloud 7
Database password : 'database_password' 7
Database name : owncloud 6
localhost :

11. Finish setup apps to sync Desktop,


Android iOS sync

12. ownCloud Users

13. group, ,

1. untrusted
trusted_domain var/www/owncloud/config/config.php
config/config.sample.php

2. ownCloud app Desktop sync Free Cloud Storage


icon Desktop

3. Mobile device Android ownCloud Play Store

4. Apache SSL
Virtual Host

You might also like