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
01d7d4e8
Commit
01d7d4e8
authored
Aug 12, 2014
by
jkaberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restart using php5-fpm
parent
21d59862
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
owncloud.sh
setup/owncloud.sh
+17
-17
zpush.sh
setup/zpush.sh
+1
-1
No files found.
setup/owncloud.sh
View file @
01d7d4e8
...
...
@@ -28,22 +28,22 @@ if [ ! -f "/usr/local/lib/owncloud/config/config.php" ]; then
cat
-
>
/usr/local/lib/owncloud/config/config.php
<<
EOF
;
<?php
\
$
CONFIG = array (
\
'datadirectory' => '
$STORAGE_ROOT
/owncloud',
\
array (
\
0 =>
\
array (
\
'class' => 'OC_User_IMAP',
\
'arguments' =>
\
array (
\
0 => '{localhost:993/imap/ssl/novalidate-cert}',
\
),
\
),
\
),
\
"memcached_servers" => array (
\
array('localhost', 11211),
\
),
\
)
;
$CONFIG
= array (
'datadirectory' => '
$STORAGE_ROOT
/owncloud',
array (
0 =>
array (
'class' => 'OC_User_IMAP',
'arguments' =>
array (
0 => '{localhost:993/imap/ssl/novalidate-cert}',
),
),
),
"memcached_servers" => array (
array('localhost', 11211),
),
);
?>
EOF
fi
...
...
@@ -80,4 +80,4 @@ php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/l
# TODO: enable mail app in ownCloud config?
php5enmod imap
restart_service php-fastcgi
\ No newline at end of file
restart_service php5-fpm
\ No newline at end of file
setup/zpush.sh
View file @
01d7d4e8
...
...
@@ -61,4 +61,4 @@ chown www-data:www-data /var/lib/z-push
# Restart service.
restart_service php
-fastcgi
restart_service php
5-fpm
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