Installation and configuration guide.
public_html (or your web root).database.sql into your database.temp/, logs/.Recommended configuration uses environment variables. Copy .env.example to .env and set values.
APP_ENV=production DB_HOST=localhost DB_NAME=your_database_name DB_USER=your_database_user DB_PASS=your_database_password DB_CHARSET=utf8mb4 GUEST_CREDITS_SECRET=change_me_to_a_long_random_string TRUST_PROXY_HEADERS=0 TRUSTED_PROXY_IPS=
For security, do not ship a default admin password in production. Create an admin user from the database, or use the provided CLI tool.
php tools/create_admin.php --username=admin --password="your-strong-password"
This item references external CDNs for Tailwind CSS and Google Fonts/Icons by default. If your deployment requires offline assets, you can replace these with locally hosted files. See THIRD_PARTY_NOTICES.md for attribution.
upload_max_filesize and post_max_size.Update the support email from the Admin settings page after installation.