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
1
vote
1 answer

How can I configure Redmine to create or update new issues via email?

What I need: Anonymous user should be able to submit a new issue via email and Redmine should do it's best to parse the email and add a new issue. You should be able to reply to email notifications redmine sends out. Redmine should be able to…
skrewler
  • 308
  • 1
  • 3
  • 13
1
vote
1 answer

Changing the $PATH for _www apache2 user on Mac OS X

After several maddening hours of trying to get Redmine working on Snow Leopard, I finally realized that it was trying to access the system-wide Ruby/Rails install in /System/Library/Frameworks rather than the one I had installed via MacPorts. I know…
MHarrison
  • 11
  • 3
1
vote
1 answer

Installing Redmine with apache in localhost slackware 13.1

I just installed Redmine in slackware 13.1 I followed the instructions and test of the installation works fine using webrick: ruby script/server webrick -e production However, I now want to use it with apache in my local computer (localhost) but no…
QLands
  • 19
  • 8
1
vote
2 answers

Cannot start redmine on ubuntu 10.4

When I try to start redmine 1.1.3 I get this error: Missing the i18n 0.4.2 gem. Please 'gem install -v=0.4.2 i18n' However if I do sudo gem list I get: *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource…
Nicklas A.
  • 211
  • 1
  • 9
1
vote
2 answers

apache 2 + passenger + redmine mapping question

I have these two sites defined in my apache2 server. Redmine server #REDMINE SITE (/etc/apache2/sites-available/redmine) # this is the passenger config RailsEnv production RailsBaseURI /redmine …
netbrain
  • 703
  • 1
  • 6
  • 11
1
vote
2 answers

Rails app (Redmine) on Phusion Passenger

I've installed mod_passenger for Apache on my Linux box. The module has compiled correctly and Apache seems to be loading it correctly (no errors with this side of things). BUt when I set up a vhost to point to a Rails app (Redmine project…
Dougal
  • 21
  • 1
  • 3
1
vote
1 answer

Apache/Mongrel/Redmine installation problem (VirtualHost/ProxyPass)

I am installing Redmine as per this step-by-step instruction: http://justnotes.co.cc/2010/02/11/how-to-install-redmine-on-ubuntu/ I am using Ubuntu 10.04.1, Apache 2.2.14, Mongrel 1.1.5. On the VirtualHost configuration stage, I am using…
1
vote
0 answers

Keep getting 500 Internal Server Error when using Passenger

Every time I restart my server, which is a MediaTemple VPS, our Redmine installation, which is powered by Passenger through Apache, starts giving out 500 Internal Server Errors. It usually starts working again when I restart Apache, but it's become…
Kudu
  • 247
  • 2
  • 4
  • 8
1
vote
1 answer

Nginx proxy with Redmine SVN authentication

I am attempting to setup a system where I have an nginx server running as a reverse proxy for multiple websites that I want to run. To separate the websites I have created a Linux container which contains each site to allow me to reduce conflicts in…
Omegaice
  • 21
  • 4
1
vote
4 answers

How to persistently start a redmine server

I installed and started a redmine server on a linux machine, following the instructions at http://www.redmine.org/projects/redmine/wiki/RedmineInstall and was wondering how I start the server in a way so that it won't stop when I log out of the ssh…
lowerkey
  • 165
  • 1
  • 1
  • 6
1
vote
2 answers

Redmine gui rendering issue

we are using this redmine instance for some time now in the intranet, but from one day to another nearly all forms in redmine look like this. It is the same in firefox, chrome and safari. I also opened a different redmine instance from another…
mit
  • 1,844
  • 6
  • 29
  • 42
1
vote
1 answer

Can IPCop connect external server with internal server?

The sysadmin in my company just resigned (me, intern has to fill that role) & I'm tasked to connect the external bugtracker (Redmine) with the company's Subversion server that is located inside the internal network. The network looks like…
hsym
  • 1,003
  • 3
  • 14
  • 26
1
vote
1 answer

Redmine on IIS 7.5

I am wondering if anyone has successfully managed to get Redmine installed and running off IIS 7.5 (Windows 2008 R2.) I have gone through so many walk-throughs explaining how to get RoR running properly for this in Windows 2008 and Windows 2003,…
tcnolan
  • 432
  • 2
  • 12
1
vote
1 answer

redmine load_default_data failure

im having trouble setting up the default data environment in redmine + mysql. this is the error im getting. i think i have correctly set up the database and user so that this step should work. all priveleges are granted on the redmine user. any…
aepurniet
  • 141
  • 5
1
vote
1 answer

How can I log into Redmine (LDAP) once my active directory password changes?

My active directory password changed, now I can't log into Redmine (0.9.4) via LDAP. I haven't installed plugins, so what gives?
Jamie
  • 1,274
  • 7
  • 22
  • 39