[DRE-commits] r4174 - trunk/redmine/debian

Jérémy Lal kapouer-guest at alioth.debian.org
Sat Sep 19 14:17:51 UTC 2009


Author: kapouer-guest
Date: 2009-09-19 14:17:50 +0000 (Sat, 19 Sep 2009)
New Revision: 4174

Modified:
   trunk/redmine/debian/README.Debian
Log:
Add explanations for running webrick, and about X_DEBIAN_SITEID environment variable.

Modified: trunk/redmine/debian/README.Debian
===================================================================
--- trunk/redmine/debian/README.Debian	2009-09-19 14:17:46 UTC (rev 4173)
+++ trunk/redmine/debian/README.Debian	2009-09-19 14:17:50 UTC (rev 4174)
@@ -11,9 +11,14 @@
 For web server configuration, examples are
 available in /usr/share/doc/redmine/examples
 
-To test redmine without installing a web server :
+To choose which instance to run, set the environment variable :
+X_DEBIAN_SITEID=<instancename>
+By default, 
+X_DEBIAN_SITEID=default
+
+To test redmine without installing a web server, run as root :
 cd /usr/share/redmine/
-ruby script/server webrick -e production X_DEBIAN_SITEID="default"
+sudo -u www-data X_DEBIAN_SITEID="default" ruby script/server webrick -e production
 and point your browser to http://localhost:3000
 
 Email settings are not automatically configured, for a quick setup, copy
@@ -25,4 +30,4 @@
 
 Or refer to /usr/share/doc/redmine/wiki.html for deeper explanations.
 
- -- Jérémy Lal <kapouer at melix.org>  Thu, 4 Jul 2009 01:42:37 +0200
+ -- Jérémy Lal <kapouer at melix.org>  Sat, 19 Sep 2009 14:30:19 +0200




More information about the Pkg-ruby-extras-commits mailing list