Hi Lonas,
Please reread again our first rule...
1. Your developers are volunteers. They don't get paid for their services. In many cases they have donated both money, hardware, and much of their time to help this community. They do this as a hobby and generally gain enjoyment from this community. Do not harass them in any way.
You are a new member (2 days), thank you for being a little patient and for considering at the fair value our response after only 2 days (I do not know many professional sites that answer with this delay).
So, I just did a test package (send on your pm). Currently, another module is missing (infofile but owncloud can run without it)
There are two tar files.
- install the missing zip module :
save the file php_module-zip_04jun2014.tar anywhere you want (I assume in the share fvdw).
So in a putty window, give this command
- Code: Select all
tar -xf /share/1000/fvdw/php_module-zip_04jun2014.tar -C /
-install the owncloud files :
check your addons environment(see:
viewtopic.php?f=15&t=645#p3889)
save the file fvdw-sl_owncloud_04jun14.tar to the folder addons
In a putty window, give this command
- Code: Select all
cd /share/1000/fvdw/addons
tar -xf fvdw-sl_owncloud_04jun14.tar
-set some owncloud settings to run with the fvdw-sl firmware :Still in a putty window, run the shell script
- Code: Select all
/share/1000/fvdw/addons/owncloud-restore.sh
With these settings, an administrator is already created : login is admin (and pwd is cl1234). Of course you can change this later via the owncloud gui. The data folder (where the users files are saved) is created in the folder /share/1000/owncloud (to see them via the samba server you need to create a share with the
same name)
and don't change this path
Note: after a firmware upgrading, you need to run again owncloud-restore.sh to restore apache settings and some symlinks.
Note: remote accesses are working with https protocol
Please post here your feedback.
If it is ok, I will post the package on the addons forum (with the missing fileinfo module ;) )
And to load owncloud gui, you must use the url
http://yournasname/owncloud. (of course you can change yournasname by your ddns)