Deployment
Deploy JamilX confidently on Apache and PHP.
JamilX expects the repository root to be the public webroot so routing and installer paths resolve correctly.
Webroot
Point your server document root to the repository root.
DocumentRoot = /path/to/JamilX
Rewrite Rules
Ensure Apache mod_rewrite is enabled and that .htaccess is honored.
Writable Paths
Make sure logs/ and data/ are writable.
Production Mode
Set MODE="production" in .env for production bootstrapping.
Installer Access
Protect or remove the installer once deployment is complete.