XenForo
Administrative
- Thread starter
- Admin
- #1
Repro:
Read more
ادامه مطلب...
- Clean environment, such as a VM or Docker. I used Docker Compose with the following images:
- openresty/openresty:1.19.3.1-2-alpine
- php:8.0.2-fpm-alpine3.12 (with PHP extensions)
- mariadb:10.5.8-focal
- elasticsearch:7.10.1
- XenForo 2.2.3 Patch 1 (2020371)
- Create a database named
xf2
. - Create a basic config.php, attached below.
- Run:
Code:
php cmd.php xf:install \
--no-interaction \
--user='AzureDiamond' \...
Read more
ادامه مطلب...