Changes

How to forge a local file system server with IGEPv2 Board

589 bytes added, 11:55, 3 November 2011
no edit summary
Owncloud software need some packages:<br>
For improved scanning of music files:
<pre>sudo apt-get install mp3info
</pre>
<pre>sudo apt-get install zip
</pre>
For the OpenID plugin
<pre>sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
</pre>
This how-to uses the lastest release of Ownlcoud but if you use stable version it would be similar. Download Owncloud in your root Apache folder.
<pre>sudo apt-get install wget
cd /home/adminserver/web/
wget http://gitorious.org/owncloud/owncloud/archive-tarball/master
</pre>
Uncompres it:
<pre>tar -zxvf master
</pre>
Make Root file folder in External HD:
<pre>cd /media/usbhd-sda1
sudo mkdir DATA
sudo chown -R www-data:www-data DATA
</pre>
Make ownCloud directory accessible to Apache:
<pre>cd /home/adminserver/web/
sudo chown -R www-data:www-data owncloud-owncloud/
</pre>
4,199
edits