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

Apache2 with Passenger and subdirectory with file listing

I have a server configured with redmine using apache2 and redmine. The configuration was relative easy: RailsEnv production # create a link in /var/lib/redmine/default/passenger to /usr/share/redmine PassengerAppRoot…
Pau Koning
  • 11
  • 4
0
votes
1 answer

failed to get a socket / probably libapr1 error

I started configuring my server to use redmine on it. I tried a lot of approaches and the last one fast to try passenger. When I run passenger-install-apache2-module It said that I am missing some packages. After installing some of them I wanted to…
shym
  • 101
  • 2
0
votes
1 answer

github push -> redmine issue duplicate comments

I've successfully connected github to redmine and whenever someone puts an issue reference in a commit message and pushes it to github, a comment is added to the redmine issue referring back to the git commit. This is all fine and well, except that…
Jayen
  • 1,827
  • 3
  • 16
  • 27
0
votes
1 answer

How to get Subversion repository from svn:// and https://?

I know these are noob questions, but I never got my own Subversion running before and I'm kinda lost. I installed VisualSVN in Windows, but it doesn't support svn:// protocol by default, only HTTP or HTTPS. It is working fine over HTTP, and I'm able…
Hikari
  • 107
  • 3
  • 12
0
votes
3 answers

Redmine db:migrate method not found

I am trying to migrate from redmine 1.0 to redmine 2.3 and am getting errors when running db:migrate. sudo rake db:migrate RAILS_ENV=production --trace (in /opt/redmine-2.3) /var/lib/gems/1.8/gems/rake-10.0.4/lib/rake/file_utils.rb:9: warning:…
Scone
  • 125
  • 6
0
votes
1 answer

Getting Redmine integrated with svn while running passenger as user www-data

I'm having some problems getting passenger and svn to work in Redmine. System Ubuntu 12.04 Apache 2.2.22 PassengerRuby 1.9.1 Passenger 3.0.19 Problem When I let Passenger do it's normal user switching and run as www-data, svn integration doesn't…
luddet
  • 101
  • 2
0
votes
1 answer

Redmine (RoR rack app) on uWSGI forgets sessions when ran with more than one process

When I log into redmine it forgets that I was logged after first click on any link or immediately after the login redirect. After I refresh the page a few times, I am still logged in in some of this refereshes. NOTE: There is no login error. The…
pinkeen
  • 219
  • 1
  • 9
0
votes
1 answer

Trouble installing Redmine on CentOS 6.2 - undefined method db for main:object

I am trying to install RedMine on CentOS 6.2 but I am running into difficulties when I try to access the site. Using this guide, I have configured the following in environment.rb: # Load the rails application require…
tacos_tacos_tacos
  • 3,220
  • 16
  • 58
  • 97
0
votes
1 answer

have redmine running on apache2 with passenger

I am trying to have redmine running on my Ubuntu 12.04 / Apache/2.2.22 server. I am following this documentation which worked just fine on my laptop, but can't get it to work on my aws webserver. I'm guessing the problem is with apache because I…
fkoessler
  • 101
  • 6
0
votes
2 answers

Problems locating Redmine database

I have an active redmine but I can not find the database where it is running right now. It should be on PostgreSQL but the database where it should be running is empty. Does anybody have any idea how to check current database used by redmine? Please…
zordor
  • 133
  • 1
  • 11
0
votes
1 answer

Start Redmine automatically

I use Redmine with Passenger, RVM and Linux. To start Redmine I use next commands: su redmine cd /www/public/redmine rvmsudo passenger start -p 85 -d --user=pass What is the best way to start it automatically when Linux starts?
ceth
  • 506
  • 1
  • 7
  • 16
0
votes
1 answer

Apache virtualhost configuration

I am following this guide to intall redmine. It has a section on apache2 virtual host configuration. sudo nano /etc/apache2/sites-available/mysite ServerName my_domain.com DocumentRoot /var/www/redmine ServerAdmin…
bsreekanth
  • 117
  • 3
0
votes
2 answers

Missing these required gems: mongrel (but installed)

i am trying to install new plugins for redmine 1.4.4. Having copied folder and run rake db:migrate_plugins RAILS_ENV=production rake wrote: Missing these required gems: mongrel >= 0 You're running: ruby 1.8.7.370 at C:/Ruby187/bin/ruby.exe …
WISEMAN
  • 3
  • 1
0
votes
1 answer

Redmine git integration - issue in accessing git from redmine but not from external git client

I have setup redmine integration with apache as described in the redmine documentation. I have a /git path accessible with auth and /git-private accessible only to redmine. When I clone the repository through /git path, I get the up-to-date repo.…
Guruprasad
  • 101
  • 2
0
votes
1 answer

Is it a good idea to run Redmine using Webrick through Nginx?

The task here is to get Redmine setup for a small (<20) team. There may be a few users who would access the setup as business clients. I am familiar with setting up PHP for Apache, and recently, Nginx. I am not familiar with Ruby, Ruby-On-Rails,…
Rohit
  • 300
  • 1
  • 7