Questions tagged [redmine]

Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

Redmine Features

Below are some of the main features of Redmine:

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support
192 questions
0
votes
3 answers

Passenger error: No such file or directory - config/environment.rb

I installed Redmine on MacOSX Server 10.6.8 according to this installation description. So far everything works fine: When I start webrick the server serves the Redmine pages. The gems and redmine are installed under the user "redmine". After that…
0
votes
1 answer

Proxy http nginx for multiple websites

I have to configure a Nginx server wich will be used as http(s) proxy and caching like a Apache server with proxy_pass and proxy_pass_reverse directives. The system will be like this : The nginx server respond to mydomain.com requests. If I type…
0
votes
1 answer

Running application from a different directory

I currently have Redmine setup in /usr/share/redmine and I would like to keep /usr read only. I want to be able to run the application out of /srv/redmine. I am using the debian package. The location where the redmine source is located,…
wonbyte
  • 115
  • 6
0
votes
2 answers

display a redmine wiki in another redmine wiki page

Is there a way to display the content of a redmine wiki page in another page ? I wish to write a unique page and display its content in different articles, instead of writing the article twice or just putting a link to the other wiki page.
Raphael
  • 69
  • 2
  • 11
0
votes
3 answers

Redmine on Redhat/CentOS 5 Without using virtual hosts

I've have followed all the steps to install Redmine on CentOS 5, except for the Apache part: http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5 I do not want to configure a virtualhost as we are not using virtual…
flyclassic
  • 173
  • 3
  • 7
0
votes
2 answers

Cannot install ruby version on redhat

I have the following problem and whatever I try, nothing helps. I hope someone could help me with this. I have a redhat server and I'm trying to install redmine on it. Redmine needs Ruby >= 1.8.7 to run so I installed it and when I execute ruby -v…
frietkot
  • 111
  • 2
0
votes
1 answer

mod-redmine && mod-passenger: Passenger refuses to load (here: Redmine) after rewrite uri. Where to put RailsBaseURI?

i've a working Redmine-instance at /var/lib/redmine. (Redmine configuration is not the issue) ln -s /var/lib/redmine/public /var/www/redmine chown -R www-data:www-data /var/www/redmine echo "RailsBaseURI /redmine" >…
0
votes
1 answer

Ruby on Rails (Redmine) on Apache - 503 Error

I am running a Ruby on Rails application called Redmine. It's been working fine, but today it's giving a 503 Service Temporarily Unavailable error. (It was initially set up by an employee who is now gone.) I check the error log and it says: [Mon Nov…
andrewtweber
  • 449
  • 1
  • 10
  • 18
0
votes
2 answers

Redmine 500 Internal Error on New Projects

I am adding new projects to Redmine after transitioning it to a new server. The projects appear to add correctly. I can also add new CRs and DRs. However, after they are added, I can't actually browse to them. For…
JasCav
  • 233
  • 1
  • 12
0
votes
2 answers

map a subdomain name to www.domain.com/redmine as redmine.domainname.com on AWS, DYNDNS.ORG

I've currently setup ubuntu lucid lamp redmine I'm testing out on free-tier AWS cloud with dyndns.org dyndns pro with my own domain.com mapped to the public address of AWS cloud E2C instance. This is working when I go…
flyclassic
  • 173
  • 3
  • 7
0
votes
2 answers

Redmine LDAPS Authentication

I'm setting up Redmine's LDAP authentication and am running into some odd issues. I have the configuration setup and saved, and when I click on "Test" in the Authentication modes menu in Redmine for that configuration, it says "Successful…
nuclearpenguin
  • 193
  • 2
  • 10
0
votes
1 answer

"Rails application failed to start properly" when trying to create a new issue in Redmine

A few weeks ago I had my Dreamhost account deactivated because I forgot to change my credit card information when I switched cards. I had a perfectly operational Redmine installation that went down for about a day. After reinstating my account,…
Brian
  • 112
  • 3
  • 13
0
votes
2 answers

Virtualhost cannot occur withing VirtualHost section

I can't set the vhost config for a subdomain. When I put something in it like ServerName redmine.website.de ServerAdmin webmaster@localhost DocumentRoot /usr/share/redmine/public and reconfigure vhost I…
DarkLeafyGreen
  • 273
  • 5
  • 7
  • 23
0
votes
1 answer

Apache2 Virtualhost config for redmine on ubuntu 10.04

I just installed redmine on my ubuntu server 10.04. Redmine is installed correctly because when I start it as standalone I can access it via mydomain.com:3000. Redmine is located in /usr/share/redmine. Now I want to access redmine from a subdomain,…
DarkLeafyGreen
  • 273
  • 5
  • 7
  • 23