Install
- Setup server with PHP 7+ and (MySQL 8+ or MariaDB 10+ or Postgres 10+) environment
- Clone or download framework as a folder into your server root
- Copy all files from /BlackFox/.example/ into your server root
- Update /config.php with requisites of the database (more info)
- Launch the file /BlackFox/install.php using php console
- If your HTTP server is different from Apache, configure it in such a way that any user request for non-static file (*.php and any folder) will be redirected to /index.php
There we go! Now you can log into admin panel (/admin/) with default requisites: Root@123456