

Mysql> GRANT ALL PRIVILEGES ON owncloud.* TO IDENTIFIED BY "mypassword"

Mysql > GRANT ALL PRIVILEGES ON owncloud. Your MySQL connection id is 5340 to server version: 3.23.54 In this example we are installing sqlite as database, but if you’ve already a mysql up and running you can use it, you just need to create a new username and database, to do it connect on your server open a terminal and give the command mysql (you need to know your admin and password details) and once you are in the mysql prompt use the following commands: Then restart apache: service apache2 restart (for Ubuntu systems). htaccess files you need to ensure that ‘AllowOverride’ is set to ‘All’ in the ‘Directory /var/You should also run ‘ a2enmod rewrite’ and ‘ a2enmod headers’. htaccess files as ownCloud uses them to enhance security and allows you to use webfinger. Wget & tar xjf owncloud-4.0.2.tar.bz2 & cp -r owncloud /var/www/ & chown -R www-data:www-data /var/www/owncloud
#Owncloud linux install
Wget http: // /releases /owncloud-4.0.2.tar.bz2 & tar xjf owncloud-4.0.2.tar.bz2 & cp -r owncloud /var /www / & chown -R www-data:www-data /var /www /owncloudĪpt-get update & apt-get -y install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip php5-gd These commands will works on Ubuntu and Debian.Ĭd apt-get update & apt-get -y install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip php5-gd You can use the following sequence of commands in a terminal, as root, to install all the prerequisites, download the last version of owncloud and set it in the document root of apache.
#Owncloud linux software
The software is releasead with AGPLv3 license.

The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so ownCloud can run on all platforms that meet these requirements. The project was launched in January 2010 from KDE developer Frank Karlitschek to create a free alternative to commercial cloud providers. So today we’ll take a look at owncloud, this is a software suite that provides a location-independent storage area for data (cloud storage).
#Owncloud linux full
This could be really useful for small and large company to setup their own storage with their security policy and permission systems, or also for people that want to have the full control on their files. A lot of people use cloud storage systems like Dropbox, Spideroak or Ubuntu One, these software allow you to store your files on a remote server (on the clouds) and be able to access them on all your devices: computers with Linux,mac or Windows and also from tablets and smarthphones.īut it wouldn’t better to manage yourself your own storage system ?
