Owncloud 2: private cloud server

Source: Internet
Author: User
Tags php software owncloud thunderbird email

Owncloud: Free Software, private cloud server developed by the KDE community. Current functions include file management, music storage, calendar, and contacts. Owncloud can run locally or on a server.

Owncloud 2 is the latest version:

* Supports music streams.
* The calendar and contacts can be effectively combined with the Thunderbird email client, Kontact, or Evolution;
* One-click File Sharing
* Supports WebDAV and plug-ins through file browsers such as Nautilus or doldolphin. Third-party applications are required for iOS and Android)

Currently, this tool is not fully functional and lacks encryption and desktop synchronization clients. The online text editor, task manager, encryption, and desktop synchronization client are under development. At the same time, version control and restoration functions are also under planning.

TIPS: You can also customize your applications.

Online experience: http://demo.owncloud.org/

Install

The latest version of ownCloud 2 is not yet in the official Ubuntu source. You need to manually add the Ubuntu Software Center Software to a lower-level version: sudo apt-get install owncloud. apache2 will be installed together during installation, mysql, php Software Package ):

#1. Install the ownCloud 2 dependency:

sudo apt-get install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip

#2. Download ownCloud 2 and copy it to the/var/www/directory:

cdwget http://owncloud.org/releases/owncloud-2.tar.bz2tar -xvf owncloud-2.tar.bz2sudo mv owncloud /var/www/owncloud

#3. Set permissions:

sudo chown -R www-data:www-data /var/www/owncloud

#4. Restart Apache:

sudo /etc/init.d/apache2 restart

#5. Open your browser and enter http: // localhost/owncloud. If the "No database drivers (sqlite or mysql) installed" error message is displayed, restart your computer.

Enter the administrator user name and password, OK, DONE!

For more guidance, see the owncloud official website documentation.

Connect Nautilus to owncloud

In the Nautilus File Manager, open "file-Connected Server ":

For more information, see the official website.

Modify the maximum size of uploaded files

By default, ownCloud cannot upload> 2 mb files. You can edit/etc/php5/apache2/php. ini:

gksu gedit /etc/php5/apache2/php.ini

Search
"
Upload_max_filesize
Post_max_size
"

Change it to your preferred setting value. Then restart the Apache server:

sudo /etc/init.d/apache2 restart

-This article Reprinted from: http://www.bentutu.com/2011/10/owncloud-2%ef%bc%9a-%e7%a7%81%e6%9c%89%e4%ba%91%e6%9c%8d%e5%8a%a1%e5%99%a8/

Related Article

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.