ownCloud: Building a Private Cloud

ownCloud: Building a Private Cloud

Cloud services are popular nowadays, and the words derived from them include private cloud, public cloud, which can be further divided into a series of new terms such as cloud storage, cloud computing, cloud software, cloud security, etc. But these are not relevant to this article. This article mainly introduces the private cloud storage solution ownCloud. OwnCloud originated from the KDE project. The earliest developer was Frank Karlitschek. For more information, please visit the wiki: http://en.wikipedia.org/wiki/OwnCloud
Environment Introduction <br /> To build your own cloud storage, the method is not complicated and the required environment is very common, which is a classic lamp application. To build a private cloud ownCloud, you must first build a lamp or lnmp production environment on the server.
Download and install
ownCloud is divided into community stable version and development version. We usually use the ownCloud community stable version. As of today (June 29, 2013) the latest stable version is 5.0.7. Assuming the website root directory is located in /data/www, start the installation
$ cd /data/www/default/
$ wget http://download.owncloud.org/community/owncloud-5.0.7.tar.bz2
$ tar -jxvf owncloud-5.0.7.tar.bz2
$ chown -R apache.apache owncloud
Then open the browser http://your.domain/owncloud and configure the database administrator account on the opened page. If you use MySQL, you need to create the database in advance.

File Sync
ownCloud has a variety of client programs available. Open: http://owncloud.org/install/ to download the corresponding client. Our need for data synchronization can be solved through simple configuration.

<<:  Flickr revamped to 1TB

>>:  Kimsufi: €2.99/month/2GB memory/500GB space/unlimited traffic

Recommend

Godaddy Hosting Summer 50% Discount

There is no doubt about the stability of Godaddy&...

CentOS 7 upgrade, install Python 3.5.2

1. Install possible dependencies yum install open...

GinerNet: €25/year/2GB RAM/15GB SSD space/300GB bandwidth/OpenVZ/Spain

GinerNet, a Spanish hosting provider, was introdu...

JixServer: $24/year/400GB hard drive/40TB traffic/US

JixServer, a new hosting provider, now offers spe...

PulseHeberg: €5/month/2GB RAM/250GB storage/unlimited traffic/OpenVZ/France

PulseHeberg, founded in 2012, is a French hosting...

Netcup: €4.29/month/4GB memory/300GB space/40TB traffic/1Gbps/KVM/Germany

Netcup, a German hosting company, was founded in ...

SSL.DO : SSL Certificate $7.95 / 3 Years

SSL.DO is operated by Cat Networks Hong Kong Limi...

Ransom IT: $21/quarter/1GB RAM/15GB SSD space/500GB bandwidth/KVM/Japan

Ransom IT, an Australian hosting provider, was es...

VPSMart: $7.99/month/2GB RAM/40GB SSD/Unlimited data/Dallas/Windows

VPSMart is a subsidiary of Database Mart LLC, pro...