At least on Jessie, the owncloud configuration file now appears to be stored here (/usr/share/owncloud/config/config.php) instead of here (/var/www/owncloud/config/config.php).
Accordingly...
To check if memcache is already setup. (0 = not setup | 1 = enabled):
At least on Jessie, the owncloud configuration file now appears to be stored here (/usr/share/owncloud/config/config.php) instead of here (/var/www/owncloud/config/config.php).
Accordingly...
To check if memcache is already setup. (0 = not setup | 1 = enabled):
I did find that you need to go through the initial http://ip/owncloud setup before config.php is generated.
DietPi also installs owncloud from the suse repo to ensure latest version. I believe the Debian Jessie repo install for owncloud does use the /usr/share:
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
root@DietPi:~# dpkg -l | grep owncloud
ii owncloud 7.0.4+dfsg-4~deb8u3 all cloud storage for files, music, contacts, calendars and many more
ii owncloud-doc 0~20141208-2 all documentation for ownCloud
root@DietPi:~# dpkg -l | grep owncloud
ii owncloud 7.0.4+dfsg-4~deb8u3 all cloud storage for files, music, contacts, calendars and many more
ii owncloud-doc 0~20141208-2 all documentation for ownCloud
For some reason, it looks like the SUSE repo was not used when owncloud was installed:
root@GiBi:~# dpkg -l | grep owncloud
ii owncloud 8.1.5-12.1 all The ownCloud Server - Private file sync and share server
This could be caused by a failed apt-get during install, suse repo being down and various other things. The version you are running (from the Raspbian repo) is using the directories you mentioned, albeit a older version of Owncloud (7).
Could you run the following and paste all line results:
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 977C43A8BA684223
For some unknown reason, it looks like the release key wasn't installed.
If this is successful, you can use dietpi-uninstall and then dietpi-software to reinstall Owncloud if you require the latest version of Owncloud.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.