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

Jérémy Lal kapouer-guest at alioth.debian.org
Wed Jul 14 12:56:53 UTC 2010


Author: kapouer-guest
Date: 2010-07-14 12:56:43 +0000 (Wed, 14 Jul 2010)
New Revision: 5679

Modified:
   trunk/redmine/debian/README.Debian
Log:
To run webrick, one needs RAILS_ROOT/tmp, so document it and explain why it does not matter.

Modified: trunk/redmine/debian/README.Debian
===================================================================
--- trunk/redmine/debian/README.Debian	2010-07-14 11:17:04 UTC (rev 5678)
+++ trunk/redmine/debian/README.Debian	2010-07-14 12:56:43 UTC (rev 5679)
@@ -45,10 +45,16 @@
 * QUICK LAUNCH USING WEBRICK
  To test redmine without installing a web server, run as root :
  cd /usr/share/redmine/
+ mkdir tmp
+ chown www-data:www-data tmp
  sudo -u www-data X_DEBIAN_SITEID="default" ruby script/server webrick -e production
  and point your browser to http://localhost:3000
- NOTICE : running without sudoing to www-data will change permissions on some files, e.g.
- /var/log/redmine files. Fix it or reinstall the redmine package if you did so.
+ When done, remove /usr/share/redmine/tmp
+ NOTICE :
+ - Running without sudoing to www-data will change permissions on some files, e.g.
+   /var/log/redmine files. Fix it or reinstall the redmine package if you did so.
+ - The tmp/ directory is needed when launching webrick, although nothing but empty directories
+   will be created in it.
 
  * OWNERS AND PERMISSIONS
  It is assumed ruby will run redmine as www-data:www-data.




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