Install

  1. Setup server with PHP 7+ and (MySQL 8+ or MariaDB 10+ or Postgres 10+) environment
  2. Clone or download framework as a folder into your server root
  3. Copy all files from /BlackFox/.example/ into your server root
  4. Update /config.php with requisites of the database (more info)
  5. Launch the file /BlackFox/install.php using php console
  6. 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

Ask question