servers:windows:nginx:mybb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:windows:nginx:mybb [2025/10/10 06:46] – [Git Fix] Sean Rhone | servers:windows:nginx:mybb [2025/10/11 09:15] (current) – Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Information ====== | ====== Information ====== | ||
- | * MyBB | + | * MyBB ((https:// |
* [[information: | * [[information: | ||
* https:// | * https:// | ||
- | * 2025/09/27: WIP | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[linux: | + | * [[windows; |
- | * [[servers:linux:nginx_php_php-fpm|nginx + PHP + PHP-FPM]] | + | * [[servers;windows;nginx_php_php-cgi|nginx + PHP + PHP-CGI]] |
- | * [[servers:linux:nginx:lets_encrypt|Certbot (Let's Encrypt)]] | + | * [[servers;windows;nginx;lets_encrypt|Certbot (Let's Encrypt)]] |
- | * [[servers:linux:mariadb|MariaDB]] | + | * [[programs; |
+ | * [[servers;windows;mariadb|MariaDB]] | ||
+ | |||
+ | |||
+ | * TODO: '' | ||
====== Dependencies ====== | ====== Dependencies ====== | ||
Line 17: | Line 20: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | |||
- | sudo zypper install php-composer2 | ||
====== Download Source ====== | ====== Download Source ====== | ||
Line 24: | Line 25: | ||
* https:// | * https:// | ||
- | | + | |
+ | |||
+ | ====== Database ====== | ||
+ | |||
+ | " | ||
+ | |||
+ | CREATE DATABASE mybb; | ||
+ | |||
+ | CREATE USER 'mybb'@'localhost' | ||
+ | |||
+ | GRANT ALL PRIVILEGES ON mybb.* to 'mybb'@'localhost'; | ||
+ | |||
+ | FLUSH PRIVILEGES; | ||
+ | |||
+ | EXIT | ||
====== Environment ====== | ====== Environment ====== | ||
- | * https:// | + | ===== PHP ===== |
- | ===== Composer ===== | + | " |
- | sudo su ' | + | < |
+ | [PHP] | ||
+ | ; Modules | ||
+ | extension_dir = " | ||
+ | extension = " | ||
+ | extension = " | ||
+ | extension = " | ||
+ | extension = " | ||
+ | extension = " | ||
+ | extension = " | ||
+ | extension = " | ||
- | cd '/ | + | ; Settings |
+ | post_max_size | ||
+ | upload_max_filesize = " | ||
+ | error_reporting = " | ||
+ | display_errors = " | ||
- | exit | + | [Date] |
+ | date.timezone = " | ||
- | ====== Database ====== | + | ; End</ |
- | | + | |
- | CREATE DATABASE mybb; | + | ===== Composer ===== |
- | | + | |
+ | * [[https:// | ||
- | | + | |
- | | + | |
- | | + | |
+ | |||
+ | CD " | ||
====== nginx + PHP-FPM Configuration ====== | ====== nginx + PHP-FPM Configuration ====== |
/srv/www/wiki/data/attic/servers/windows/nginx/mybb.1760093184.txt.gz · Last modified: by Sean Rhone