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

Redmine 0.9 on subdomain, (redmine.mydomain.com instead of redmine.mydomain.com/redmine)

I would like to acces to redmine with this url redmine.mydomain.com instead of redmine.mydomain.com/redmine. How can I do it please? Here is my .conf apache of redmine ServerName redmine.mydomain.com DocumentRoot…
0
votes
1 answer

How do you keep a ruby project running?

I currently have a Redmine installation on a local server for our office to use. The problem is that sometimes, when I run the redmine server using: ruby script/server webrick -e production it will sometime kill the process due to some error. The…
Nikko
  • 245
  • 1
  • 2
  • 5
0
votes
1 answer

Installing Redmine on bluehost

I'm installing redmine on a bluehost server, and thanks to scripts like this one, most of everything is covered (except the RAILS_ENV=production rake config/initializers/session_store.rb step). However, when I try to run redmine, it claims that it…
jobu1324
  • 475
  • 4
  • 9
  • 17
0
votes
1 answer

migrate, upgrade (redmine, passenger, os, ruby) from (4.1.1, 5.3, 18.04, 2.6.6) to (5.0.1, 6.0.14, 20.04, 3.0.4)

I need to upgrade a number of things: os (ubuntu) 18.04 => 20.04 ruby: 2.6.6 => 3.0.4 passenger: 5.3 => 6.0.14 redmine: 4.1.1 => 5.0.1 The one thing I can keep constant, at least for the migration, is the db, mysql 5.7 I've brought…
0
votes
0 answers

phusion passenger fails attempting to start redmine with wrong ruby version

Running apache on ubuntu-20, using chruby with ruby 2.6.6 and 3.0.4 installed. At present, the site starts phusion passenger as follows in the site.conf file: LoadModule passenger_module…
0
votes
0 answers

How to setup ingress with ingress controller in a separate namespace for redmine in k8s?

I am a tad new-ish to k8s and trying to set up Redmine on Amazon EKS cluster using Traefik. I lack a tad of understanding as to how the controller will pick up the ingress, especially given that the ingress is in the redmine namespace and the…
Dark Star1
  • 1,355
  • 6
  • 21
  • 37
0
votes
1 answer

Where is the redmine config file/database configuration?

I can't seem to find the redmine config file or better said the database config on ubuntu. I want to make a dump of my redmine db. Thanks, Mike
OTRAY
  • 15
  • 3
-1
votes
1 answer

Suddenly, apache stops workings

my apache server stops working and I don't know how to solve it. I have two wordpress and a redmine running on that server. After few hours it stops. I can ping the server, but when I try to get the web with a browser it doesn't respond. If I…
-1
votes
1 answer

How can I send non-default log files to remote rsyslog server?

Yes, I see that you want to mark this as a duplicate, and I appreciate that, but please read to the end. I've found this question several places, and the answers are either too vague for a noob to rsyslog to understand...like this Waaay too…
trueCamelType
  • 1,016
  • 5
  • 19
  • 41
-1
votes
2 answers

Set up LDAP on Redmine with Zimbra LDAP

I'm trying to enable LDAP authentication for a Redmine installation. My LDAP Server is the one provided by Zimbra, and I'm perfectly sure that it works good (I use LDAP also for ownCloud server, in the same machine of Redmine). Anyway, with the same…
-1
votes
2 answers

Phusion Passenger Nginx module installer can not find rack gem installed

I'm trying to install passenger module to my nginx web server using the passenger-install-nginx-module installer. Although the rack gem is installed the installer can't find it. OS: Debial GNU/Linux 5. Thanks.
Roman Prykhodchenko
  • 287
  • 1
  • 4
  • 13
-2
votes
1 answer

shift a localhost site from webrick localhost:3000 to apache2 passenger localhost/redmine or redmine.localhost

I have installed application called REDMINE on my localhost, using ruby on rails. It is accessible webrick script through localhost:3000, on my PC. Now I want to shift to apache2 passenger, I tried everything. Every possible link of redmine, but…
rathin2j
  • 9
  • 3
1 2 3
12
13