Questions tagged [redmine]

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Redmine

Redmine a flexible project management web application written using Ruby on Rails framework.

The community has grown in the last few years, making it one of the most used project management tools. This has also given Redmine a great list of plugins, customization and support from the community.

Redmine is open source with its main repository on SVN. For cloning there are also repositories on GitHub and on Bitbucket (for Mercurial users).

Feature Overview

  • 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 and Bazaar)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multi-language support
  • Multiple databases support
  • REST API
  • Plugins

Documentation & Links

1972 questions
0
votes
0 answers

warble config error for Redmine 3.3, ruby 2.3.0

I installed warbler gem to package rails applications as Java web application .war files. but i got error after type command: warble config Here is the error message: /home/run/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2158:in…
do_link
  • 1
  • 1
0
votes
2 answers

docker compose backup bitnami redmine volume

I started a bitnami redmine container (via docker-compose), logged in to redmine and created one user. What's the procedure to backup/restore the system at this point? I would like to be able to do a fresh docker-compose up afterwards but using the…
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
0
votes
1 answer

Using django and redmine together on the same server

I'm searching for a way to configure apache correctly so that my django user can add bug in redmine without setting up multiple server. I have two half working apache configuration : The classic one : WSGIScriptAlias /…
Pierre.Sassoulas
  • 3,733
  • 3
  • 33
  • 48
0
votes
1 answer

Redmine to Easyredmine, Rails

I'm trying to upgrade from redmine to easyRedmine following this doc: https://www.easyredmine.com/resources/installation/234-redmine-upgrade-to-easy I get an error while migrating plugins, the error is : ActionView::Template::Error (The…
mohamed tehami
  • 113
  • 1
  • 11
0
votes
1 answer

Redmine 3.3.0 (ruby on rails 4.2.6) stylesheets not generated/included in application.css

I have installed redmine, managed to get it started but the UI seems to be missing it's css styles. If I follow the link for application[SomeId].css It show me an empty css containing the following message: /* * This is a manifest file that'll be…
Adrian Moisa
  • 3,923
  • 7
  • 41
  • 66
0
votes
1 answer

Version error difference between mysql and mysqldump?

Now I have problem that, I direct terminal to get Redmine's backup files, so My mac's terminal says that mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'gtid\_mode'': Native table 'performance_schema'.'session_variables' has the wrong structure…
HSG
  • 3
  • 2
0
votes
3 answers

Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010

When i'm running ruby script/server webrick -e production it gives error => Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000 /usr/lib64/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning:…
Ankit Shah
  • 91
  • 3
  • 14
0
votes
1 answer

How to start a new Redmine installation with new issue numbers from a preset number?

I lost my Redmine database but retained the repositories which have issue numbers in the git commit messages. What I want to do is to create a new repo but set the starting number for the issues from an arbitrary number, eg issue 2000. But I also…
vfclists
  • 19,193
  • 21
  • 73
  • 92
0
votes
2 answers

How to install Redmine on Fedora 11 linux?

I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation
Ankit Shah
  • 91
  • 3
  • 14
0
votes
1 answer

Override Redmine core methode

I want to override a method from Redmine Core using a Patch in a plugin but I'm not able to make it working :-(. I want to change the behavior of the method try_to_login from the Redmine core. Here is my Init.rb: require 'redmine' require…
0
votes
1 answer

ruby.h library(ies) not found despite make check success; when building redmine

So I am installing Redmine and after installing all the prerequisites, the next step was (my home is /home/sbh/) /home/sbh/SW/Ruby/dev/execprefix/bin/bundle install --path vendor/bundle --without development test which resulted in (several) erros…
nate
  • 269
  • 2
  • 11
0
votes
1 answer

Bitnami Redmine can fetch email, can't create ticket

I'm trying to fetch emails from my IMAP server and create tickets with them, I tested the script as instructed here creating tickets in an abandoned project and it worked like a charm, but now when I changed only the project name in my script, it…
Johan Marchan
  • 123
  • 12
0
votes
1 answer

Should I add (check in) my project management system backup to repository?

I installed and set up Redmine project management application. Now I need to setup its backups (which include database dump + "files" directory). But I have a question: Do I have to check in my Redmine backups into my SVN repository or not?
nightcoder
  • 13,149
  • 16
  • 64
  • 72
0
votes
2 answers

Redmine Custom Calculated Fields

Using Redmine v3.3, is it possible to have a custom calculated field based on data in two other custom fields? e.g. Duration = Date 2 - Date 1 Specifically, I am attempting to calculate the days between two dates as a performance metric. More…
user3394391
  • 487
  • 6
  • 15
0
votes
1 answer

Redmine on Heroku: missing plugins

My plugins are working fine and appear locally, but as I push my app on Heroku, the plugins index page is empty and there is no plugin... I've removed everything from my .gitignore to be sure, as suggested here and I've also ran heroku run rake…
lgerard
  • 117
  • 1
  • 2
  • 10