[DRE-commits] [redmine] 01/02: update instructions to run redmine without a webserver

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Nov 6 12:57:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit fb58ab256086ada4098d49a463cd9509ff21f237
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 4 09:02:45 2014 -0200

    update instructions to run redmine without a webserver
    
    Closes: #765498
---
 debian/README.Debian | 13 +++++--------
 debian/changelog     |  7 +++++++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index e589760..71c0521 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -62,14 +62,11 @@ 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
-    mkdir log
-    touch log/production.log
-    chown www-data:www-data log/production.log
-    sudo -u www-data X_DEBIAN_SITEID="default" ruby script/rails server -e production
-
-and point your browser to http://localhost:3000
+    mkdir tmp log
+    chown www-data:www-data tmp log
+    sudo -u www-data X_DEBIAN_SITEID="default" rackup -E production
+
+and point your browser to http://localhost:9292
 When done, remove /usr/share/redmine/tmp
 
 NOTICE :
diff --git a/debian/changelog b/debian/changelog
index 0f12f30..0f2f7f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+redmine (3.0~20140825-2) UNRELEASED; urgency=medium
+
+  * README.Debian: update instructions to run redmine without a webserver
+    (Closes: #765498)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 04 Nov 2014 09:00:37 -0200
+
 redmine (3.0~20140825-1) unstable; urgency=medium
 
   * New upstream snapshot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



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