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
ff1a9d74
Commit
ff1a9d74
authored
Mar 10, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.04
parent
afaf6adb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
install_mysql.sh
distros/debian12/install_mysql.sh
+1
-1
install_webserver.sh
distros/debian12/install_webserver.sh
+2
-1
No files found.
distros/debian12/install_mysql.sh
View file @
ff1a9d74
...
...
@@ -146,7 +146,7 @@ default-authentication-plugin=mysql_native_password
unset
DEBIAN_FRONTEND
elif
[
$CFG_SQLSERVER
==
"MariaDB"
]
;
then
echo
-n
-e
"
$IDENTATION_LVL_0
${
BWhite
}
Installing MariaDB...{NC}
\n
"
echo
-n
-e
"
$IDENTATION_LVL_0
${
BWhite
}
Installing MariaDB...
$
{
NC
}
\n
"
echo
-n
-e
"
$IDENTATION_LVL_1
Setting debconf selections... "
echo
"maria-server-11.8.1 mysql-server/root_password password
$CFG_MYSQL_ROOT_PWD
"
| debconf-set-selections
...
...
distros/debian12/install_webserver.sh
View file @
ff1a9d74
...
...
@@ -104,9 +104,10 @@ InstallWebServer() {
#curl -sSL https://packages.sury.org/nginx-mainline/README.txt | sudo bash -x >>$PROGRAMS_INSTALL_LOG_FILES 2>&1
#apt_update
#apt_install nginx-full nginx-module-geoip nginx-module-image-filter
#itt más csomag nevek vannak
apt_install nginx
-full nginx-module-geoip nginx-module-image-filter
apt_install nginx
nginx-module-geoip nginx-module-image-filter
systemctl start nginx
systemctl
enable
nginx
...
...
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