0: The recent major network disk has been stopped, so they are wondering whether to build a private cloud, so hemp will not have to worry about the network disk is disabled.
OwnCloud is a free open source software for sharing files, calendars, contacts, bookmarks and personal audio/video. Very easy to install and manage.
1: Build the Environment configuration: Your service should work on lamp. Refer to the link below to install a one-click Lamp Service.
Click to open the lamp one click to install the connection:
After the installation is successful, install the necessary PHP extensions:
Yum install php-mysql Php-json php-xml php-mbstring php-zip php-gd Curl Php-curl php-pdo
Create the appropriate database OWNCLOUDDB.
2:
Get owncloud
Switch to your lamp directory and download the latest version of Owncloud
Go to the Lamp file directory and download the latest version of Owncloud.
(You can also download it in advance and upload it to the/home/wwwroot directory, then unzip it.) Move the extracted folder owncloud to the/home/wwwroot/default below)
Click to download the latest installation package:
# wget HTTPS://DOWNLOAD.OWNCLOUD.ORG/COMMUNITY/OWNCLOUD-9.0.2.TAR.BZ2
Unzip the tar package with a command:
# tar XVF owncloud-9.0.2.tar.bz2
Move the extracted directory to your lamp directory (e.g./home/wwwroot/default)
# MV Owncloud//home/wwwroot/default
3: Start the installation of owncloud:
Navigate through your Web browser to http://ip-address/owncloud or http://domain-name/owncloud . Enter the installation interface:
The home page of your own cloud will appear. You will be asked to create a new administrator account. Enter the administrator account information.
Then click the Advanced drop-down button, select MySQL and enter the MySQL database name, database user and password. Finally click Finish Setup to complete the installation.
Next landing is about to see your private cloud:That 's it. Our cloud service is ready. Now you can upload/download your pictures, files, audio, videos and access them from any of your network's clients.
Write a little water, I hope the great God more advice ah.
Build a private cloud under Linux