slitaz-forge rev 65

Use roundup-server /WSGI is buggy with Lighty on stable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 02:40:32 2011 +0200 (2011-04-14)
parents 72b6103af8b3
children 174dfe77e07e
files bugs/README bugs/server.ini
line diff
     1.1 --- a/bugs/README	Thu Apr 14 01:13:16 2011 +0200
     1.2 +++ b/bugs/README	Thu Apr 14 02:40:32 2011 +0200
     1.3 @@ -1,13 +1,12 @@
     1.4  
     1.5  
     1.6 -http://bugs.slitaz.org/ runs a Roundup tracker powered by a WSGI handler
     1.7 -(much faster than standard CGI) and Lighttpd mod_proxy
     1.8 +http://bugs.slitaz.org/ runs a Roundup tracker powered by roundup-server
     1.9 +-C server.ini and Lighttpd mod_proxy
    1.10  
    1.11  	* templates/   : Contain the SliTaz template used to install and initialize
    1.12  	                 the tracker. It also have the xHTML files and CSS style.
    1.13 -	* roundup.wsgi : Is the WSGI handler (started at boot by the script
    1.14 -	                 /etc/init.d/local.sh)
    1.15 -	* server.ini   : Is a config that could be used with roundup-server
    1.16 +	* roundup.wsgi : Is the WSGI handler (buggy with Lighttpd)
    1.17 +	* server.ini   : Is the config used be used with roundup-server
    1.18  
    1.19  The bugs tracker configuration file (config.ini) is not under Hg since
    1.20  it have MySQL db login information and SMTP password.
     2.1 --- a/bugs/server.ini	Thu Apr 14 01:13:16 2011 +0200
     2.2 +++ b/bugs/server.ini	Thu Apr 14 02:40:32 2011 +0200
     2.3 @@ -6,7 +6,7 @@
     2.4  # Host name of the Roundup web server instance.
     2.5  # If empty, listen on all network interfaces.
     2.6  # Default: 
     2.7 -host = bugs.slitaz.org
     2.8 +host =
     2.9  
    2.10  # Port to listen on.
    2.11  # Default: 8080
    2.12 @@ -84,3 +84,5 @@
    2.13  # The path may be either absolute or relative
    2.14  # to the directory containig this config file.
    2.15  [trackers]
    2.16 +
    2.17 +bugs=/home/slitaz/bugs