Build a private cloud under Linux

Source: Internet
Author: User
Tags bz2 curl owncloud

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.