ownCloud

A place to request add-ons from the ReadyNAS Community.

Re: ownCloud

Postby mdgm » Tue Mar 27, 2012 2:49 pm

Certainly nothing older than PHP 5.2.x would work. Not sure if PHP 5.2.x would be good enough or not. Best to have PHP 5.3.x installed.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28612
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: ownCloud

Postby AMRivlin » Tue Mar 27, 2012 3:55 pm

Looking forward to the release or preview beta from WhoCares?
AMRivlin
Advanced ReadyNAS User
 
Posts: 157
Joined: Wed Jan 18, 2012 4:24 pm
Location: Vancouver, BC
ReadyNAS: Pro

Re: ownCloud

Postby JarnoG » Wed Mar 28, 2012 2:23 am

mdgm, do you know if I can just install the 5.3.x add-on over the 5.2.x add-on? I remember having quite some trouble getting the 5.2.x to work when I just got my NAS. Back then it wasn't a problem to do an OS re-install or factory reset, but I would prefer not to have to do that now...
JarnoG
ReadyNAS Expert
 
Posts: 232
Joined: Sun Apr 10, 2011 9:46 am
ReadyNAS: Ultra

Re: ownCloud

Postby mdgm » Wed Mar 28, 2012 2:25 am

It should be possible to install it over the top I think. If you have problems it should be easy to fix with SSH.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28612
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: ownCloud

Postby mrmilo » Wed Mar 28, 2012 5:46 am

I actually thought I could install ownCloud without needing to wait for an add-on. Thinking I have a Readynas + php add-on I could do the following: Create a new share named ownCloud, redirect http to this read-only share, copy the ownCloud files into that folder, using ssh change the owner of the share to admin:admin and set the rights to 750. To bad a Forbidden message when trying to acces the internet page :(
I did not change anything to the apache setup so probably there is more to do. My knowledge of the ReadNAS setup is still to little.
mrmilo
ReadyNAS Newbie
 
Posts: 18
Joined: Mon Aug 29, 2011 5:21 am
ReadyNAS: Ultra

Re: ownCloud

Postby mfe_ » Wed Mar 28, 2012 9:25 am

mrmilo wrote:I actually thought I could install ownCloud without needing to wait for an add-on. Thinking I have a Readynas + php add-on I could do the following: Create a new share named ownCloud, redirect http to this read-only share, copy the ownCloud files into that folder, using ssh change the owner of the share to admin:admin and set the rights to 750. To bad a Forbidden message when trying to acces the internet page :(
I did not change anything to the apache setup so probably there is more to do. My knowledge of the ReadNAS setup is still to little.


I think it have to do with the Rewrite Rules.

nano /etc/frontview/apache/httpd.conf

Check if AllowOverride All is enabled <- http://owncloud.org/support/setup-and-i ... /webspace/

You can also try create an Alias for ownCloud somethin like that:
Alias /TemplateSystemCore/ /c/www/projects/TemplateSystemCore/web/
<Location /TemplateSystemCore>
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Location>
mfe_
Advanced ReadyNAS User
 
Posts: 149
Joined: Mon May 18, 2009 11:48 am

Re: ownCloud

Postby JarnoG » Thu Mar 29, 2012 2:52 am

mdgm wrote:It should be possible to install it over the top I think. If you have problems it should be easy to fix with SSH.

My knowledge of SSH and Linux is virtually 0, so I still wouldn't know :(

Anyway, I probably try an update this weekend and see where I'll end up.
JarnoG
ReadyNAS Expert
 
Posts: 232
Joined: Sun Apr 10, 2011 9:46 am
ReadyNAS: Ultra

Re: ownCloud

Postby mdgm » Thu Mar 29, 2012 3:04 am

Just make sure you have the SSH add-on installed. If you have issues with the PHP update then help can be provided with what commands to enter etc.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28612
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: ownCloud

Postby AMRivlin » Tue Apr 03, 2012 10:24 am

Did anyone get this working or try the beta? Any eta on release schedule or beta opportunities?
AMRivlin
Advanced ReadyNAS User
 
Posts: 157
Joined: Wed Jan 18, 2012 4:24 pm
Location: Vancouver, BC
ReadyNAS: Pro

Re: ownCloud

Postby mrmilo » Wed Apr 04, 2012 3:39 am

I gave up on trying to install it myself. So far Whocares hasn't contact me with the beta add-on :( Still waiting...
mrmilo
ReadyNAS Newbie
 
Posts: 18
Joined: Mon Aug 29, 2011 5:21 am
ReadyNAS: Ultra

Re: ownCloud

Postby twinty7 » Sat Apr 14, 2012 9:47 pm

Have A ReadyNAS Pro Pioneer - would love to get into the beta...
twinty7
ReadyNAS Newbie
 
Posts: 30
Joined: Wed Apr 09, 2008 7:46 pm
ReadyNAS: Pro

Re: ownCloud

Postby mfe_ » Thu Apr 19, 2012 9:26 am

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.)
Code: Select all
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

Image

This owncloud seems to be very cool! Also interessting: http://apps.owncloud.com/content/show.p ... ent=148406
Last edited by mfe_ on Wed Apr 25, 2012 11:01 am, edited 2 times in total.
mfe_
Advanced ReadyNAS User
 
Posts: 149
Joined: Mon May 18, 2009 11:48 am

Re: ownCloud

Postby JarnoG » Sat Apr 21, 2012 9:51 am

It took a bit longer than expected, but finally got around to installing php5.3.10 and it actually worked without any problems so far :D

Any news on the beta/release of the OwnCloud add-on? The guide by mfe_ doesn't look very hard, but knowing my Linux skills, I'll mess it up... :(
JarnoG
ReadyNAS Expert
 
Posts: 232
Joined: Sun Apr 10, 2011 9:46 am
ReadyNAS: Ultra

Re: ownCloud

Postby AMRivlin » Tue Apr 24, 2012 10:26 am

It has gone silent. Any ETAs on a release?
AMRivlin
Advanced ReadyNAS User
 
Posts: 157
Joined: Wed Jan 18, 2012 4:24 pm
Location: Vancouver, BC
ReadyNAS: Pro

Re: ownCloud

Postby mrmilo » Wed Apr 25, 2012 3:32 am

I tried to follow the guide by mfe_ but it's a no go for the Readynas Pro...
mrmilo
ReadyNAS Newbie
 
Posts: 18
Joined: Mon Aug 29, 2011 5:21 am
ReadyNAS: Ultra

PreviousNext

Return to Community Add-on Requests



Who is online

Users browsing this forum: No registered users and 1 guest