Skip to content

Quick Start — XOOPS 4.x

ComponentMinimum
PHP8.4
MySQL8.0
Composer2.x
Terminal window
composer create-project xoops/xoops4 mysite
cd mysite
cp xoops_data/configs/xoops.php.dist xoops_data/configs/xoops.php
php -S localhost:8080 -t public/

Open http://localhost:8080/install/ and follow the wizard.