Simple DB Setup Wizard

Setup Complete

This wizard checks the flat-file app, creates missing storage pieces, seeds system.sqlite, and points you to the next step.

Manual permission note for this wizard file: keep index.php at 0644. What really matters is that the PHP process user can write into this app folder during setup.

Open Admin Open /admin Open API Ping

Status

State Item Details Still Needed
OK PDO SQLite Enabled and ready. None.
OK simpledb.php Present. None.
OK admin.php Present. Target `0644`, actual `0644`. None.
OK Root .htaccess Present and wizard-friendly. None.
OK storage/ Present. Target `0750`, actual `0750`. None.
OK storage/data/ Present. Target `0750`, actual `0750`. None.
OK storage/logs/ Present. Target `0750`, actual `0750`. None.
OK storage/.htaccess Present. Target `0644`, actual `0644`. None.
OK storage/data/app.key Present. Target `0640`, actual `0640`. None.
OK storage/data/system.sqlite Present. Target `0640`, actual `0640`. None.
OK Master Admin Seed Default admin `raul` is present in the system database. None.
WARN Delete Wizard Delete `index.php` after setup is green so the installer is not left exposed. Delete `index.php` once you are done.