Diagram of deploying and installing ownCloud 5.0 in CentOS

Source: Internet
Author: User

Diagram of deploying and installing ownCloud 5.0 in CentOS
Environment: System: CentOS 6.4 software: ownCloud 5.0 (Demo address) ownCloud is a free software developed by the KDE community for private Web storage. Main functions include file management (shareable), music, photos, calendars, contacts, etc. Android and IOS all have their own client platforms. 1. Set up the PHP platform (CentOS platform is simple, and solve it with one command) [root @ localhost ~]# Yum install httpd mod_ssl php-gd php-xml php-mysql php-mbstring2, configure ownCloud [root @ localhost ~]# Wgethttp: // download.owncloud.org/community/owncloud-5.0.0.tar.bz2?root@localhost ~]# Tar xjfvOwncloud-5.0.11.tar.bz2-C/var/www/(decompress to the web directory) [root @ localhost ~]# Cd/Var/www/Owncloud & mkdir data (enter the owncloud web directory and create a database directory) [root @ localhost ~]#Chown apache: apache {config, data, apps}(Permission setting) [root @ localhost ~]# Cd/var/www/html & ln-s ../owncloud/core (create soft link) [root @ localhost ~]# Vi/etc/httpd/conf. d/owncloud. conf <Directory/var/www/owncloud> AllowOverride All </Directory> Alias/owncloud/var/www/owncloud3 open a browser and enterHttp: // IP/owncloud, enter the relevant data in the following figure: 4. log on to the console, enter the user you just created, and go to the web page. Attachment: You may also log on through the mobile app, android: http: // 113.105.152.23: 8080/upfile/201303/25/owncloud_v1.3.22.apk

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.