|
| |||||||||
| Tags: mantis, tracker |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Installing Mantis Bug Tracker Mantis BT is a tool for event management (or bug tracker in English) Open Source. The tool is written in PHP and uses a database. The database recommended for implementation of Mantis is mysql. Pre-requisite technical Enforcement tools are composed of mantis in the software suite widely used in Web development called LAMP (L inux-A-Pache M-P ySQL hp)
Configure Mysql Mysql configuration is to create a database and an authorized user on this database. In our case the database is called "mantisdb" and the user name "mantis". In what follows the need to connect to the MySql console.
mantisdb create database;
grant all on .* to mantisdb 'mantis' @' localhost 'identified by' mypassword '; |
|
#2
| ||||
| ||||
| Re: Installing Mantis Bug Tracker Installing mantis You should download the archive containing MantisBT. Decompress the archive in the web directory of your web server (ex: / var / www) Go to the next page via your web browser to continue the installation: http://adresse_Ip_serveur_web/mantis/admin/install.php Configuring mantis Mantis configuration is essentially the configuration file config_inc.php The file then contains the following lines: PHP Code: |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Installing Mantis Bug Tracker" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IP address tracker | Kaarunya | Networking & Security | 3 | 19-10-2010 10:00 PM |
| Best Keyword Tracker | Asclepius | Technology & Internet | 5 | 22-04-2010 12:54 PM |
| Alert message while installing Asset Tracker for Networks | Orton | Operating Systems | 5 | 17-02-2010 05:11 AM |
| Where to get a hacker tracker | Croulet | Networking & Security | 3 | 09-10-2009 05:44 PM |
| How to customize Mantis ? | Ephraim | Customize Desktop | 5 | 09-10-2009 11:43 AM |