Skip to content
Patriboom edited this page Oct 19, 2021 · 7 revisions

Windows

  • Please first install a PHP/MySQL server ( like WAMP )
  • Then copy all files from here to your computer, keeping the same structure ( tree system for files )
  • call the address http://127.0.0.1/SubDir_whereIs_BUGS/ ( make sure your line ends with the "/" character )
  • follow steps

Linux or MacOS

  • Copy all files from here to your computer, keeping the same structure ( tree system for files )
  • call the address http://127.0.0.1/SubDir_whereIs_BUGS/ ( make sure your line ends with the "/" character )
  • follow steps

OR

All

If you don't want BUGS use the root access to your database, you may need to create the database AND the user ( which BUGS will use) BEFORE the install process. Do to so, proceed as usual thru PhpMyAdmin or whichever database interface you are used with.

  • First create database
  • Then create user
  • Then give rights to user on the database you've just created
  • Then, proceed to BUGS install and fill the BUGS's form with data you created just before (database's name, user's name and password).
Clone this wiki locally