Requirements

Must be installed on your computer / destination system

  • Tested on: Apache2
  • PHP 7.3+
  • MySQLi 5+; MariaDB
  • PDO Extension for PHP (MySQLi)
  • MCrypt Extension for PHP
  • Javascript Enabled - Bugs also uses heavy Javascript to make it easier to use

Windows users

You'll need to install apache2, PHP and MySQL on your computer. You may need to install also Visual Studio C++

Here is a guide : How to install Apache2

All-in-one solutions :

Linux users / MacOS users

  • Open a console as root
  • the following command should do the job : apt-get install apache2 mysql php
  • You can prefere to use your graphical install ( like aptitude )
    • then install packages apache2 php8.0 mysql