
Cloud
Get flash to fully experience Pearltrees
hubiC
Dropbox
Dropbox for Linux
ownCloud
ownCloud web services under your control by Oct 20
ownCloud in a box – SUSE Gallery
ownCloud in a box packages ownCloud as an appliance, so you can easily run it in a virtual environment, as a live system or install it on a disk.Installation
apt-get install apache2 php5 php5-json php-xml php-mbstring php5-zip php5-gd apt-get install php5-sqlite curl libcurl3 libcurl3-dev php5-curl php-pdo The owner of your webserver must own the data/ and config/ directories in your ownCloud install. You can do this by running the following command for both the data directory and the config directory: chown -R www-data:www-data /path/to/your/owncloud/install/data Replace ‘www-data:www-data’ with the user and group of the owner of your webserver. www-data:www-data should be correct for Ubuntu and Debian systems. 2.3.ownCloud only needs Apache, PHP 5 and either MySQL or SQLite as database. Some Linux distrubutions (such as Ubuntu) have owncloud as installable package that will install and set up everything for you. (They offer the deprecated version 1.2 at the moment, this will be updated as soon as ownCloud 2 is released later this year.) by Oct 20

