Use ownCloud to build your own network drive
Install linux packages
apt-get update and some libraries:
1 2 3 4 5 |
sudo apt-get update sudo apt-get upgrade sudo apt-get install php5-gd php-xml-parser php5-intl smbclient curl libcurl3 php5-curl sudo a2enmod rewrite sudo a2enmod headers |
Ubuntu 13.04:
1 2 3 4 5 6 7 |
sudo su echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/ /' >> /etc/apt/sources.list.d/owncloud.list apt-get update apt-get install owncloud wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/Release.key apt-key add - < Release.key |
Download web installer
1 2 |
cd /var/www/{your web root} wget https://download.owncloud.com/download/community/setup-owncloud.php |
Server Web-DAV Installation
Open your browser, run the web installer script, ex: http://{domain.name}/setup-owncloud.php
follow the steps in installer, finish it.