1. Add your database details
Create database/db.txt using the example format and enter your live server host, database name, username, password, and optional baseUrl.
PHP Server Setup
This PHP build expects a MySQL or MariaDB database. Database credentials are loaded from database/db.txt, so once that file and the schema are ready the site can go live immediately.
Create database/db.txt using the example format and enter your live server host, database name, username, password, and optional baseUrl.
Use your hosting panel or phpMyAdmin to create a MySQL database, then import database/schema.mysql.sql.
Make sure static/uploads is writable so hosts can upload room and hostel images.
config/config.php is optional for this build. If you leave it out, the app will still use database/db.txt as the database source.
database/db.txt has not been detected yet.Add that file with your live database credentials and refresh this page.