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
97492438
Commit
97492438
authored
Mar 12, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.42
parent
1dbe0b36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
install_mysql.sh
distros/debian12/install_mysql.sh
+1
-1
install_owncloud.sh
distros/debian12/install_owncloud.sh
+1
-0
install_webserver.sh
distros/debian12/install_webserver.sh
+4
-0
No files found.
distros/debian12/install_mysql.sh
View file @
97492438
...
...
@@ -3,7 +3,7 @@
# Install and configure SQL Server (MySQL or MariaDB)
#---------------------------------------------------------------------
InstallSQLServer
()
{
local
START_TIME
=
$
(
date
+%s
)
local
START_TIME
=
$
SECONDS
if
[
$CFG_SQLSERVER
==
"MySQL"
]
;
then
echo
-n
-e
"
$IDENTATION_LVL_0
${
BWhite
}
Installing MySQL
${
NC
}
\n
"
...
...
distros/debian12/install_owncloud.sh
View file @
97492438
...
...
@@ -240,6 +240,7 @@ EOF
?>
EOF
mkdir
-p
"
$STORAGE_ROOT
/nextcloud"
# Set permissions
chown
-R
www-data:www-data
"
$STORAGE_ROOT
/nextcloud"
$CLOUD_DIR
...
...
distros/debian12/install_webserver.sh
View file @
97492438
...
...
@@ -3,6 +3,8 @@
# Install and configure Apache2, Nginx, PHP + modules, and security
#--------------------------------------------------------------------
InstallWebServer
()
{
local
START_TIME
=
$SECONDS
echo
-n
-e
"
$IDENTATION_LVL_0
${
BWhite
}
Installing Web server...
${
NC
}
\n
"
if
[
"
$CFG_WEBSERVER
"
==
"apache"
]
;
then
CFG_NGINX
=
n
...
...
@@ -378,4 +380,6 @@ EOF
if
[
"
$CFG_CERTBOT_VERSION
"
!=
"None"
]
;
then
InstallLetsEncrypt
fi
MeasureTimeDuration
$START_TIME
}
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