Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
9d415302
Commit
9d415302
authored
Aug 12, 2014
by
jkaberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarifications
parent
a6ba2da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
owncloud.sh
setup/owncloud.sh
+3
-2
No files found.
setup/owncloud.sh
View file @
9d415302
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment