NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mdgm-ntgr
Sep 25, 2012NETGEAR Employee Retired
OwnCloud add-on thread
This is a general discussion thread for the OwnCloud add-on
Owncloud for Sparc (Duo/NV+ v1 etc.): http://www.readynas.com/forum/viewtopic.php?f=47&t=66762
Owncloud for ARM (Duo/NV+ v2): http://www.readynas.com/forum/viewtopic.php?f=147&t=64597
Owncloud for x86 (NVX/Ultra/Ultra Plus/Pro): http://www.readynas.com/forum/viewtopic.php?f=48&t=64596
Continues from http://www.readynas.com/forum/viewtopic.php?f=61&t=62063
Owncloud for Sparc (Duo/NV+ v1 etc.): http://www.readynas.com/forum/viewtopic.php?f=47&t=66762
Owncloud for ARM (Duo/NV+ v2): http://www.readynas.com/forum/viewtopic.php?f=147&t=64597
Owncloud for x86 (NVX/Ultra/Ultra Plus/Pro): http://www.readynas.com/forum/viewtopic.php?f=48&t=64596
Continues from http://www.readynas.com/forum/viewtopic.php?f=61&t=62063
71 Replies
Replies have been turned off for this discussion
- beniroquaiAspirantIf anybody is interested: It's possible to install owncloud on the new OS6 version. Just install the wordpress, PHP and MySQL package. Finally you can use the script provided in the earlier posts here. I did it as the following:
Create a MySQL-Database for Example:
----------------------------------------------------------------------------Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE owncloud;
Query OK, 1 row affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON owncloud.* TO "owncloud"@"localhost"
-> IDENTIFIED BY "password";
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
mysql> EXIT
Bye
#
----------------------------------------------------------------------------
Then install owncloud:cd /tmp
wget http://download.owncloud.org/community/owncloud-5.0.6.tar.bz2
tar -xjf owncloud-5.0.6.tar.bz2
mv owncloud /apps/wordpress/web
chown -R admin:admin /apps/wordpressweb
----------------------------------------------------------------------------
Then go to you browser and finish the installation routine. It's working perfectly! Htaccess might be tricky. Any suggestion how to handle it? - fastfwdVirtuoso
nieldm wrote: Can anyone tell me how to configure owncloud on a ReadyNAS Duo to use the USB attached hard drive? I want to attach a 1TB USB disk and use that for the cloud, leaving my main storage (used for Time Machine) untouched.
In your owncloud directory, there's probably a "data" directory already symlinked to something like /c/.owncloud/data/ . Change that symlink to point at a directory on your USB drive instead (and set the ownership and permissions on that new directory to match the ownership/permissions of the /c/.owncloud/data/ directory), then restart your webserver. - WSJTutorI'm currently running OwnCloud 5.0.5 on my Duo - and it works fine.
I've tried to update to 5.0.8 but that's causing the following "Fatal PHP" error:xcache_clear_cache(): xcache.admin.user and/or xcache.admin.pass settings is not configured. Make sure you've modified the correct php ini file for your php used in webserver. at /usr/share/owncloud/lib/util.php#853
Did anyone experience the same and managed to fix it?
ReadyNAS Duo (v1) with RAIDiator 4.1.12
PHP Version 5.3.17-0rnx1
XCache Version 2.0.1
xcache.admin.enable_auth = On
http://forum.owncloud.org/viewtopic.php?f=23&t=13382 makes me believe that 5.0.8 is buggy - should better wait for 5.0.9 - MontyJAspirantI just installed the only available OwnCloud version I saw that was available through the add-ons on the Netgear site. However, the 4.0.4 version is about a year old, and a newer one for ARM is available, 4.0.16, according to OwnCloud support.
Is there install manager for that version, ie is there a .bin file I can download and install over the current year old version? OwnCloud said I could do a manual install, but not sure how to go about that on the ReadyNAS Duo V2.
Anyone have a link for the newer file, or a procedure I can use to manually install the newer version into the Duo?
Thanks!
Montyj - fastfwdVirtuoso
MontyJ wrote: Anyone have a link for the newer file, or a procedure I can use to manually install the newer version into the Duo?
See the answer I just posted to your question on the Owncloud forum:
https://forum.owncloud.org/viewtopic.php?f=3&t=13566&p=35171#p35171 - slobberboneAspirantHye all, on this page, you've got in comment multiple steps to pass to 5 owncloud's version : http://www.slobberbone.net/dotclear/ind ... as-Ultra-4
Good luck ! - beniroquaiAspirantOne quick question: Is there a guide on how to install the owncloud without the addon? ;) THank you for the upgrade guide anyway!! :)
- slobberboneAspirantHye all !
I've update my owncloud instance from 5.0.7 to 5.0.10 and I've a problem, Error 500, it's because xcache is not configured.
You have to edit /etc/php5/apache2/conf.d/xcache.ini
And configure it like :[xcache.admin]
xcache.admin.enable_auth = On
; Configure this to use admin pages
xcache.admin.user = "admin"
; xcache.admin.pass = md5(thepasswordwithoutMD5encryption)
xcache.admin.pass = "thepasswordwithMD5encryption"
You can use this page to encrypt directly in md5 : http://www.md5.fr/ or try comment the last line and uncomment this one ; xcache.admin.pass = md5(thepasswordwithoutMD5encryption)
After that, I've got a problem of redirection ... again ... - slobberboneAspirant
After that, I've got a problem of redirection ... again ...
I closed my web browser and reopen it, and Owncloud works like a charm ! - herko1AspirantI have an Ultra 4 with RAIDiator (latest). Is there some way to install OwnCloud 5 on my machine, or someone willing to explain how to do this? Any help is greatly appreciated (also because the readnasxtra's site has crashed and the owncloud addon has vanished from the interwebs).
Related Content
NETGEAR Academy

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