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