Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
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
w4t
wtlinux_server_setup
Commits
147cb27f
Commit
147cb27f
authored
Mar 13, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.49
parent
1c5c826e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install_owncloud.sh
distros/debian12/install_owncloud.sh
+2
-2
No files found.
distros/debian12/install_owncloud.sh
View file @
147cb27f
...
...
@@ -63,7 +63,7 @@ InstallNextcloud() {
apt_install php8.2 php8.2-fpm php8.2-cli php8.2-sqlite php8.2-gd php8.2-imap php8.2-curl php-pear curl
\
php8.2-dev memcached php-memcached php8.2-xml php8.2-mbstring php8.2-zip php8.2-apcu
\
php8.2-fpm php8.2-mysql php8.2-xsl php8.2-gmp php8.2-bcmath php8.2-cgi php-php-gettext libxml2-dev
\
php8.2-intl php8.2-imagick php8.2-common php8.2-opcache php8.2-readline php8.2
php8.2-intl php8.2-imagick php8.2-common php8.2-opcache php8.2-readline php8.2
rsyslog
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
# Enable APC before Nextcloud tools are run
...
...
@@ -434,7 +434,7 @@ EOF
sudo
-u
www-data php8.2
-f
$CLOUD_DIR
/occ config:app:set dav sendEventRemindersMode
--value
occ
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
# Run the maintenance command
sudo
-u
www-data php8.2
$CLOUD_DIR
/occ maintenance:repair
--include-expensive
sudo
-u
www-data php8.2
$CLOUD_DIR
/occ maintenance:repair
--include-expensive
occ
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
# Set the config to read-only
#sed -i'' "s/'config_is_read_only'\s*=>\s*false/'config_is_read_only' => true/" "$STORAGE_ROOT/owncloud/config.php"
...
...
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