Changes

From SME Server
Jump to navigationJump to search
8 bytes added ,  19:22, 9 December 2007
Line 16: Line 16:  
Install Tomcat as described here: [[Tomcat]]
 
Install Tomcat as described here: [[Tomcat]]
   −
Then open mysqld access to local network because Scarab use the mysqld port 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 mysqld port instead the socket.  
 +
 
 +
The following instructions are extracted from [[MySQL#Access_MySQL_from_the_local_network]]
    
  config setprop mysqld LocalNetworkingOnly no
 
  config setprop mysqld LocalNetworkingOnly no
Line 33: Line 35:  
Under '''/opt/scarab''' you have found the extensions directory, and can be use the scripts to import data from bugzilla.
 
Under '''/opt/scarab''' you have found the extensions directory, and can be use the scripts to import data from bugzilla.
   −
Under '''/db/mysql''' you have found the database creation scripts. The installation use install_db_plain.sql. This script install a plain db for Scarab. If you want to install sample data, when finish the installation, execute:
+
Under '''/db/mysql''' you have found the database creation scripts. The installation use '''install_db_plain.sql'''. This script install a plain db for Scarab. If you want to install sample data, when finish the installation, execute:
    
  mysql < install_db_with_sample.sql
 
  mysql < install_db_with_sample.sql
985

edits

Navigation menu