Difference between revisions of "Scarab"

From SME Server
Jump to navigationJump to search
(New page: == About Scarab == Scarab is a highly customizable artifact tracking system. ( http://scarab.tigris.org/ ) A good replacement for bugzilla, and also has import scripts to import bugzilla...)
 
Line 1: Line 1:
 
 
== About Scarab ==
 
== About Scarab ==
  
 
Scarab is a highly customizable artifact tracking system. ( http://scarab.tigris.org/ )
 
Scarab is a highly customizable artifact tracking system. ( http://scarab.tigris.org/ )
 +
 
A good replacement for bugzilla, and also has import scripts to import bugzilla issues.
 
A good replacement for bugzilla, and also has import scripts to import bugzilla issues.
  
 
Read about scarab:
 
Read about scarab:
 +
 
http://www.solitone.org/scarab-trunk-doc/index.html
 
http://www.solitone.org/scarab-trunk-doc/index.html
 +
 
and Scarab design:
 
and Scarab design:
 +
 
http://www.solitone.org/scarab-trunk-doc/misc/scarab-design.html
 
http://www.solitone.org/scarab-trunk-doc/misc/scarab-design.html
  
Line 15: Line 18:
  
 
Then open mysqld access to local network because Scarab use the port 3306 instead the socket. The following instructions are extracted from [[MySQL#Access_MySQL_from_the_local_network]]
 
Then open mysqld access to local network because Scarab use the port 3306 instead the socket. The following instructions are extracted from [[MySQL#Access_MySQL_from_the_local_network]]
 +
 +
config set mysqld service access public status enabled TCPPort 3306
 +
signal-event remoteaccess-update
 +
signal-event reboot
 +
 +
In some circunstances mysqld fail to start. If this is your case, reboot the server.
 +
 +
Download scarab:

Revision as of 11:08, 9 December 2007

About Scarab

Scarab is a highly customizable artifact tracking system. ( http://scarab.tigris.org/ )

A good replacement for bugzilla, and also has import scripts to import bugzilla issues.

Read about scarab:

http://www.solitone.org/scarab-trunk-doc/index.html

and Scarab design:

http://www.solitone.org/scarab-trunk-doc/misc/scarab-design.html


Installation

Install Tomcat as described here: Tomcat

Then open mysqld access to local network because Scarab use the port 3306 instead the socket. The following instructions are extracted from MySQL#Access_MySQL_from_the_local_network

config set mysqld service access public status enabled TCPPort 3306
signal-event remoteaccess-update
signal-event reboot

In some circunstances mysqld fail to start. If this is your case, reboot the server.

Download scarab: