Differences
This shows you the differences between two versions of the page.
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: | + | |
+ | * Unpack Mantis files: <code bash> % unzip mantis-xxxx.zip </ | ||
+ | * Create and edit configuration file: <code bash> % mv config_inc.php.sample config_inc.php</ | ||
+ | * Install Mantis. Point browser to Mantis site: http:// | ||
+ | | ||
+ | == Configuration == | ||
+ | * Create users. | ||
+ | * Create projects. | ||
+ | * Create custom fields. | ||
+ | * Create tags. | ||
+ | * Add issues (Report Issue). |