1. Enter Owncloud official website: http://owncloud.org/install/After selecting the Linux installation package, download the correct installation package according to the current operating system. I am ubuntu12.04 os, so i download ubuntu12.04 corresponding to owncloud_5.0.0-0_all.ded.
2. Installing Apache2
sudo apt-get install apache2
3. Restart Weight apache2
/etc/init.d/apache2 restart
4. Install MySQL
sudo apt-get install Mysql-server
MO User: Root installation will pop up the input user password, my password is: tony2013
Mysql:
Database User: Root
Database Password: tony2013
Database user name: Tony
5. Database user name: Tony's Administrator Password: admintony
6. Install the owncloud5.0,ded package directly on the line.
7. Enter in the Address bar: http://localhost/owncloud/can enter the owncloud Cloud Server home Page interface, and then make simple preliminary setup to use the Intranet cloud service.
8. Desktop Sync Customer
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/70/2B/wKiom1WzK46x6QGPAAG_s-zZwBI493.jpg "title=" Win client . JPG "alt=" Wkiom1wzk46x6qgpaag_s-zzwbi493.jpg "/>
9. Issues to be addressed:
1. How the data storage location changes, MO in/var/www/owncloud/data, how to change the data directory to:/home/owncloud/data.
2.MySQL Graphical management tool phpMyAdmin installation and configuration
sudo apt-get install phpMyAdmin
With http://localhost/phpmyadmin access, there is no access to the following actions to access
Mo installed in/usr/share/phpmyadmin//var/www/processing link to/var/www/directory
Command for: sudo ln-s/usr/share/phpmyadmin//var/www/
MySQL user name: root password: tony2013, the connection password in phpMyAdmin is: mysql2013
3. Missing mcrypt extension when configuring phpMyAdmin
sudo apt-get intsall libmcrypt4 php5-mcrypt
Then restart the Apache2 service
sudo service apache2 Restart is set successfully.
Rest assured, the password is wrong, not used, do not believe you lose to see, haha!!!
This article is from "How long, how long to learn." "Blog, be sure to keep this provenance http://tonytu.blog.51cto.com/3696621/1678295
Install and configure Cloud Server owncloud notes on ubuntu12.4 systems