SMEServer Owncloud

From Realm Business Systems Ltd
Jump to: navigation, search
sudo -u www php56 occ files:scan --all
sudo -u www php56 occ maintenance:mode --off
sudo -u www php56 occ status
net use O: \\domain.org@SSL\owncloud\remote.php\webdav /user:username password
map network drive: https://domain.org/owncloud/remote.php/webdav

Update 8.1 to 8.2 problem just edit the file apps/updater/lib/location/core.php : Change "8.1" in line 26 to "8.2" and proceed as usual.

vim /home/e-smith/files/ibays/owncloud/html/apps/updater/lib/location/core.php


Manual upgrade from 7.0.4 -> 8.0.2 -> 8.0.10 -> 8.1.5 -> 8.2.2

download .bz2 and unpack
mv html htmlold
mv owncloud html
copy config.php from old to new
chown -R www.realm html
open owncloud


This server has no working Internet connection warning

vim /home/e-smith/files/ibays/owncloud/html/settings/controller/checksetupcontroller.php
remove www. from owncloud.org


crontab -u apache -e

*/15  *  *  *  * scl enable php56 'php -f /home/e-smith/files/ibays/rtw/html/cron.php > /dev/null 2>&1'