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
2
votes
2 answers

Can redmine create repos on its own?

I've setup redmine and have working mercurial repositories. The hg repos are located in /home/hg/repos so I've set hg as owner to be able to push. Is it possible to make redmine automatically setup repos when "creating" them in the web UI? There's…
Phil
  • 183
  • 11
2
votes
1 answer

Pulling mercurial repo - getting 406

I installed Redmine on an Ubuntu machine and have created a project which uses Mercurial as version control. The Redmine application is the root of my Apache config. So redmine.domain.com goes directly to the Redmine installation where users log in,…
Phil
  • 183
  • 11
2
votes
3 answers

redmine slow startup

We are running Redmine 1.0 on Apache/2.2.3 with Passenger and ruby 1.8.7 and rails 2.3.5. The hardware is a 512MB Linode VPS. We are experiencing a 5-6 second delay when accessing Redmine for the first time in a period. After we have accessed it,…
Michelle
  • 913
  • 5
  • 20
  • 30
2
votes
2 answers

Redmine subversion won't ignore certificate error even if told

I have set up a copy of Redmine through the Bitnami Redmine Stack and am having trouble accessing a remote SVN repository through https. The trouble seems to be related to the fact that I don't have a signed certificate, and the certificate provided…
Pekka
  • 2,158
  • 3
  • 19
  • 32
2
votes
1 answer

Redmine: fetch changesets from cron job

In Redmine 0.8.2, I want changeset information fetched automatically, instead of only when someone views the Repository tab of the corresponding project. (I need this so that commit messages containing "refs #42" or "closes #42" have effect as soon…
legoscia
  • 298
  • 1
  • 3
  • 14
1
vote
3 answers

Ruby on Rails on Windows - IIS 7 or IIS 6?

I have seen a few places ( one example ) that there are newer speed improvements in IIS 7 on Windows 2008. While I know we would see possibly more power running ruby on rails under a Linux machine, the requirements depend on me using Windows. I was…
jmlumpkin
  • 197
  • 1
  • 2
  • 10
1
vote
1 answer

Nginx htaccess for query string in redmine

this is a question from Does not work nginx htaccess for special page in redmine I am repeating: I have system of management of projects redmine. Also, i have nginx, like reverse proxy for redmine. So, i need to block some page in redmine, for…
Piduna
  • 501
  • 3
  • 10
  • 23
1
vote
1 answer

Run Redmine and Gitlab on unique apache server

I work on a project where im supposed to run simultaneously GitLab and Redmine on the same virtual machine using apache2. I started to install omnibus-GitLab (documented here https://about.gitlab.com/installation/#ubuntu) and edited the gitlab.rb to…
dAdOuCx
  • 11
  • 2
1
vote
2 answers

Setting up redmine on OS X

I am following along the redmine install instructions. I am installing this on OS X 10.6.2 with mysql 5.1.41. I have the database defined in the local Db; I can log into the local Db with the redmine user and use the redmine database, however when…
Boiler Bill
  • 123
  • 5
1
vote
1 answer

Redmine "Issue priorities" reordering

In a brand new installation of Redmine 3.4.2.stable (under Centos7/Passenger/NginX, if that matters; I can give the whole setup, if requested) I added two more "Issue priorities": "Postponed" and "Background" which should be lower than "Low". This…
ZioByte
  • 246
  • 3
  • 15
1
vote
2 answers

Reconfigure Apache to serve a Subversion repository over HTTPS (instead of HTTP)

I had a working setup of Apache, Redmine (3.3.2.stable) as well as Subversion (1.6.17); the server is a Mac OS X 10.6.8 Snow Leopard. Security concerns prompted us to change the server protocol to HTTPS, so we signed with our certificate authority.…
1
vote
1 answer

Trouble with Passenger/Apache2 - Error 403

I need to upgrade my Redmine installation. I'm on a Mac OS X Server 10.6.8 (unfortunately, this is a given - can't update the system to a new version right now). In the process, I had issues with installing a newer version of Ruby (required by the…
1
vote
1 answer

Redmine: Unable to get gmail email notification to work

I've recently installed Redmine in an Amazon EC2 instance and it seems to be working fine, however, I can't figure out how to set email notifications. Redmine documentation is pretty outdated and I've already tried a lot of alternatives. Take into…
danielrvt
  • 239
  • 5
  • 13
1
vote
1 answer

Can't upload files in redmine (using centos 7)

I installed redmine 2.6.6.stable in a centos 7 vm (kernel 3.10.0-229.7.2.el7.x86_64). So far it's fine, but I'm currently unable to upload files. Googling around I found out that the Passenger writes these files…
Bruno Lamps
  • 121
  • 6
1
vote
1 answer

RVM install via SaltStack (Could not install Ruby)

I'm using the saltstack documentation here to install RVM on my salt-minions salt 2015.5.2 (Lithium) On an Ubuntu 14.04 system Here is my init.sls file for ruby. gpg-import-D39DC0E3: cmd.run: - user: rvm - require: - user: rvm -…
trueCamelType
  • 1,016
  • 5
  • 19
  • 41