Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:mantis_setup_and_configuration [2010/09/02 14:28]
smayr
systems:mantis_setup_and_configuration [2010/09/02 14:32] (current)
smayr
Line 1: Line 1:
 == Mantis Setup and Configuration == == Mantis Setup and Configuration ==
  
-  * Install msttcorefonts: <code bash> % apt-get install msttcorefonts </code> If not available, download a copy from http://corefonts.sourceforge.net+  * [[http://www.mantisbt.org/download.php|Download Mantis]]. 
 +  * Unpack Mantis files: <code bash> % unzip mantis-xxxx.zip </code> 
 +  * Create and edit configuration file: <code bash> % mv config_inc.php.sample config_inc.php</code> 
 +  * Install Mantis. Point browser to Mantis site: http://www.example.com/mantis 
 +  * Install msttcorefonts (required for graphs): <code bash> % apt-get install msttcorefonts </code> If not available, download a copy from http://corefonts.sourceforge.net 
 +== Configuration == 
 +  * Create users. 
 +  * Create projects. 
 +  * Create custom fields. 
 +  * Create tags. 
 +  * Add issues (Report Issue).