owncloud setup on server

Introduction

ownCloud is a private cloud solution that can replace Baidu Cloud. It provides both enterprise and personal editions, and individuals can use a server to build the personal edition of ownCloud. The official website provides multiple server-side solutions. Compiling it yourself can get the latest version of ownCloud; ownCloud also provides binary installation packages for major distribution repositories, which are more convenient and faster, and more suitable for personal use.

Server Environment

A Tencent Cloud virtual machine. The operating system version is Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-105-generic x86_64).

Setup Process

Install ownCloud

Install ownCloud through the apt repository. Many dependency packages will also be installed, such as apache2, the PHP environment, and so on.

Start the Apache Service

1
service httpd start

Manage and Configure ownCloud

Enter ip/owncloud or domain/owncloud in the browser address bar, then set the administrator account and password.

Configure MySQL

Reference

1
mysql --user=root --password

Client install

windows

Android

Linux