Search found 1 match

by crusso
01 Oct 2007, 14:14
Forum: General Discussion
Topic: GUIDE: Configuring Instant Mantis to run as Windows services
Replies: 4
Views: 23309

Mantis as service...

I couldn't make it work with the script as is. I had to change it as shown below. (i had to remove the parameters after install -n "Instant Mantis")

regards.


TITLE Instant Mantis Server

SET APACHE_PORT=8008
SET MYSQL_PORT=3360

SET INSTANT_MANTIS_ROOT=%CD%
SET DOCUMENT_ROOT=%INSTANT_MANTIS ...