From 9d415302328eb72a2cf96ac1416756009c514ee3 Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 10:10:53 +0200 Subject: [PATCH] clarifications --- setup/owncloud.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index aca99632..d482b2b2 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -55,6 +55,7 @@ $CONFIG = array ( ?> EOF fi + # Set permissions mkdir -p $STORAGE_ROOT/owncloud chown -R www-data.www-data $STORAGE_ROOT/owncloud /usr/local/lib/owncloud @@ -74,10 +75,10 @@ php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/l chmod -R 777 /usr/local/lib/owncloud/apps/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer # Use Crontab instead of AJAX/webcron in ownCloud -# TODO: somehow change the cron option in admin settings, not exposed afaik? +# TODO: somehow change the cron option in ownClouds config, not exposed afaik? (crontab -u www-user -l; echo "*/15 * * * * php -f /usr/local/lib/owncloud/cron.php" ) | crontab -u www-user - -# TODO: enable mail app in ownCloud config? +# TODO: enable mail app in ownCloud config, not exposed afaik? php5enmod imap restart_service php5-fpm \ No newline at end of file