NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mrmilo
Mar 24, 2012Tutor
ownCloud
Just came across www.owncloud.org looks prettymuch to do the same as Tonido but its opensource (and looks better i think) Any chance this can run on the ReadyNas Pro?
mfe_
Apr 19, 2012Tutor
Hello,
I got owncloud successful installed on readynas duo. You should have installed mod_deflat Addon for this.
1.) Install PHP 5.3 Addon from whocares. (PHP5_5.3.10-rnsparc-4.1.2.bin). I tried owncloud first with php 5.2 but it only worked for me with 5.3
2.) Create a share named www.
3.) nano /etc/frontview/apache/httpd.conf and add
4.)
5.) /etc/init.d/frontview stop
6.) /etc/init.d/frontview start
7.) cd /www/
8.) Download the latest stbale version from http://owncloud.org/install/ or get it from wget http://owncloud.org/go/download/owncloud-download-3-0-2
9.) unpack it to /www/ so that you get /www/owncloud/
10.) chmod 750 owncloud -Rf
12.) chown admin:admin owncloud -Rf
13.) Start mysql server if the service isn't running -> /usr/sbin/mysqld (if you got mysql on addon you dont need to execute this)
14.) enter in your browser https://yourlocalnasip/www/owncloud
15.) execute setup :)
There is also a guid for using the home folder of the system. I have to figure this out. http://feedelli.org/owncloud-symlink-ho ... loud-files

This owncloud seems to be very cool! Also interessting: http://apps.owncloud.com/content/show.p ... ent=148406
I got owncloud successful installed on readynas duo. You should have installed mod_deflat Addon for this.
1.) Install PHP 5.3 Addon from whocares. (PHP5_5.3.10-rnsparc-4.1.2.bin). I tried owncloud first with php 5.2 but it only worked for me with 5.3
2.) Create a share named www.
3.) nano /etc/frontview/apache/httpd.conf and add
4.)
Options +SymLinksIfOwnerMatch
Alias /www /c/www/
<Location /www>
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
Order allow,deny
Allow from all
Require valid-user
AuthType Basic
AuthName "My Shares"
</Location>
5.) /etc/init.d/frontview stop
6.) /etc/init.d/frontview start
7.) cd /www/
8.) Download the latest stbale version from http://owncloud.org/install/ or get it from wget http://owncloud.org/go/download/owncloud-download-3-0-2
9.) unpack it to /www/ so that you get /www/owncloud/
10.) chmod 750 owncloud -Rf
12.) chown admin:admin owncloud -Rf
13.) Start mysql server if the service isn't running -> /usr/sbin/mysqld (if you got mysql on addon you dont need to execute this)
14.) enter in your browser https://yourlocalnasip/www/owncloud
15.) execute setup :)
There is also a guid for using the home folder of the system. I have to figure this out. http://feedelli.org/owncloud-symlink-ho ... loud-files

This owncloud seems to be very cool! Also interessting: http://apps.owncloud.com/content/show.p ... ent=148406
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!