Quick Start
Requirements
Section titled “Requirements”| Component | Minimum | Recommended |
|---|---|---|
| PHP | 8.2 | 8.4+ |
| MySQL | 5.7 | 8.0+ |
| MariaDB | 10.4 | 10.11+ |
| Web server | Apache 2.4 / Nginx 1.20 | Latest stable |
Download
Section titled “Download”Download the latest release from GitHub Releases.
# Or clone directlygit clone https://github.com/XOOPS/XoopsCore27/.git mysitecd mysiteInstallation Steps
Section titled “Installation Steps”- Upload files to your web server document root (e.g.
public_html/). - Create a MySQL database and a user with full privileges on it.
- Open your browser and navigate to your domain — the XOOPS installer starts automatically.
- Follow the 5-step wizard — it configures paths, creates tables, and sets up your admin account.
- Delete the
install/folder when prompted. This is mandatory for security.
Verify the Installation
Section titled “Verify the Installation”After setup, visit:
- Front page:
https://yourdomain.com/ - Admin panel:
https://yourdomain.com/xoops_data/(path you chose during install)
Next Steps
Section titled “Next Steps”- Full Installation Guide — server config, permissions, troubleshooting
- Module Guide — build your first module
- Theme Guide — create or customize a theme