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

Redmine won't start after move

I met trouble with redmine(or ruby configuration) when move from one server to another redmine@dirty:~/www$ ruby script/rails server webrick -e production /usr/local/rvm/gems/ruby-2.0.0-p353/gems/mysql2-0.3.14/lib/mysql2.rb:8:in `require': Incorrect…
ruX
  • 71
  • 5
2
votes
1 answer

Chiliproject / redmine: cannot start thin on init

I have been tasked with putting a chiliproject instance back online. It is running on a CentOS 6 (64 bits) server. The problem is, I know absolutely zero Ruby, and my Linux knowledge isn't much more advanced than that; I have absolutely no idea…
2
votes
2 answers

How to migrate old redmine server to a new one upgrading version and changing DB engine

I am planning to migrate my Redmine (1.0.5) to a new machine. I would like to upgrade Redmine to latest version and change the database from MySQL to Postgresql with this migration. My plan A is: move Redmine 1.0.5 to new machine with…
Solomon
  • 313
  • 1
  • 3
  • 9
2
votes
0 answers

How to manually edit gitolite config file (running with redmine)

Say I want to manually edit the configuration files of gitolite (conf/gitolite.conf and add keys). What is the correct way to do so? Logged as git on the server, I have tried to clone git@localhost:gitolite-admin, perform my changes, then push. Note…
FabienAndre
  • 121
  • 1
  • 4
2
votes
1 answer

Apache2 Ruby on rails and Redmine changing the rail app url

Hello I successfully set up my Redmine server (Ubuntu 12.04LTS, Apache2, Passenger, Mysql using the guide at http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu ). However I have encountered a small problem. I would love to…
user83438
  • 41
  • 3
2
votes
3 answers

Using Apache / Kerberos / Keytab to Authenticate Redmine Users Against Active Directory

We have a Debian (squeeze) server to which I have root access. It is running Apache, and Redmine is deployed to the server (currently using a local MySQL database for authentication). Apache is configured to use Kerberos and a keytab file to…
David Kaczynski
  • 101
  • 3
  • 11
2
votes
1 answer

Apache2: mod_wsgi and passenger do not get along

I'm trying to run an instance of apache2 on an ubuntu server with two virtual hosts. One for redmine(phusion passenger), and one for ReviewBoard(mod_wsgi). I haven't created a single server configuration that will allow both of them to be available,…
2
votes
1 answer

Dependency issues while installing curl-devel

I'm trying to run the passenger-install-apache2-module so I can install Redmine on CentOS 5.8, but passenger-install-apache2-module tells me I need Curl development headers with SSL support, which it tells me I can install using yum install…
Hosh Sadiq
  • 106
  • 3
  • 15
2
votes
2 answers

Can't login to Redmine after fresh install on Ubuntu

I did a fresh install of Redmine on Ubuntu 10.04, following the instructions here After the installation, I visited http://localhost/redmine, and the site came up successfully. I then registered a user by clicking Register. It seemed successful,…
Eric
  • 249
  • 1
  • 3
  • 15
2
votes
2 answers

Debian/Redmine: Upgrade multiple instances at once

I have multiple Redmine instances. Let's call them InstanceA and InstanceB. InstanceA and InstanceB share the same Redmine installation on Debian. Suppose I would want to install Redmine 1.3 on both instances, how would I do that? After upgrading…
Davey
  • 33
  • 4
2
votes
1 answer

Postfix forwarding mail with virtual mailboxes present

I have mail server setup to use postfix and cyrus imapd + ldap for mail lookups. Now I would like to specify that for particular address (e.g. someuser@domain.com) instead of delivering mail to mailbox it gets passed to script (ruby script to be…
Marko
  • 271
  • 5
  • 18
2
votes
1 answer

403 Forbidden

Here is my Nginx config: user pass users; worker_processes 1; events { worker_connections 1024; } http { passenger_root /usr/lib64/ruby/gems/1.8/gems/passenger-3.0.7; passenger_ruby /usr/bin/ruby; include mime.types; …
ceth
  • 506
  • 1
  • 7
  • 16
2
votes
0 answers

redmine gives 404 error after installation

I am using Debian squeeze with nginx and mysql. After raking db and loading default data to redmine. When i try to visit redmine in a browser, http://ipaddress:8080/redmine, I get a 404 error Page not found The page you were trying to access…
2
votes
2 answers

Connection problem between redmine and svn

I have server controlled by Debian 6.0. I installed and configured redmine some time ago, and now configured svn server. Now i'm trying to configure redmine to be able to view svn repository. URL is: https://192.168.11.78/svn/bee Connection is…
WombaT
  • 157
  • 1
  • 9
2
votes
3 answers

Nginx + Passenger, getting truncated responses

Getting truncated responses for big attachments in Redmine, served by Nginx + Passenger. Error log says like following: [ pid=11234 thr=3070954384 file=ext/nginx/HelperAgent.cpp:568 time=2010-11-23 16:05:29.414 ]: Couldn't forward the HTTP response…
Vlad Grichina
  • 193
  • 2
  • 6
1 2
3
12 13