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...
beniroquai
Jul 04, 2013Aspirant
If 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:
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Then install owncloud:
----------------------------------------------------------------------------
Then go to you browser and finish the installation routine. It's working perfectly! Htaccess might be tricky. Any suggestion how to handle it?
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?
Related Content
NETGEAR Academy

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