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

Setup Redmine & plugins on local machine then deploy to Linux server, possible?

I am new to Ruby on Rails. My questions is: Is it possible to setup Redmine and install the plugins on my local machine (macOS Sierra), test the Redmine application on localhost, once everything has been done successfully, then only deploy it on a…
0
votes
2 answers

Redmine: Docker failures

I want to install Redmine in Docker. I followed this tutorial. When I tried with Postresql docker run --name=postgresql-redmine -d \ --env='DB_NAME=redmine_production' \ --env='DB_USER=redmine' --env='DB_PASS=password' \ …
Feralheart
  • 1,881
  • 5
  • 28
  • 59
0
votes
2 answers

Ruby update by keeping the current redmine installation?

I have redmine 3.3.2 installed. I connect it to my current db and copied files folder to it(I already have a redmine 1.3.x version running in one server). My ruby version is 'ruby 2.0.0p648 (2015-12-16) [x64-mingw32]' and I am using windows. I have…
LJP
  • 1,811
  • 4
  • 23
  • 34
0
votes
2 answers

Redmine: Installation error

I want to install Redmine on my Raspberry Pi2. When I tried to run the command sudo bundle install --without development test rmagic I got this as output: Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your…
Feralheart
  • 1,881
  • 5
  • 28
  • 59
0
votes
1 answer

How to get menu lists in redmine 3

I have just started to develop a plugin for redmine 3. And, I'd like to hide some menu items from the top_menu or the project menu. I know I can use the delete_menu_item helper. But I don't know the names of the menu items. Is there a way to get the…
0
votes
2 answers

Redmine: Plugins not working

I tried to install Redmine plugins on my Raspberry. Since there wasn't any "Plugins" folder I made one and cloned the plugins repository on that folder, but after migrating and restarting the apache webserver the plugins didn't appeared. What I did…
Feralheart
  • 1,881
  • 5
  • 28
  • 59
0
votes
1 answer

Migrating from one Trac instance to another

I want to move tickets from one trac instance to another. Is there some utility that will help me do this? The current instance is running on my server using a sqllite db. The instance that I want to move to is on sourcerepo. Are there any utilities…
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
0
votes
1 answer

Testlink integration with redmine (interface:rest) is not working

We have Redmine & Testlink hosted on 2 different servers on Amazon Cloud. I used below methods / workarounds to establish a connection between these two, however I am getting "Something is preventing to connect to bug tracking system, it will create…
MKay
  • 818
  • 9
  • 32
0
votes
0 answers

docker-compose persisting folder empty

I would like use bitnami-docker-redmine with docker-compose persisting on Windows. If i run the first exemple docker-compose.yml, without persisting application, redmine start and run perfectly. But, i would like use this with persisting application…
Stéphane R.
  • 1,386
  • 3
  • 19
  • 37
0
votes
0 answers

Redmine: Unable to delete custom fields

I have an error from redmine 3.3.1 with custom fields. Thing is I have several custom fields which I created for my project. I have reorganized my category lists and figured out I don't need those custom fields anymore So I have removed all issues…
0
votes
1 answer

redmine - register a new user through API without having admin rights

In Redmine is possible to register new account using web interface via http://redmine/account/register When Submit is performed browser sends a POST to account\register with this…
sgargel
  • 986
  • 2
  • 11
  • 29
0
votes
1 answer

How can I use js.erb in redmine plugin-development

Due to the fact that the asset pipeline es deactivated, how can I use js.erb - files in plugin-development?
0
votes
1 answer

Upgrading Redmine from 1.0.1 to 1.0.3

I did everything from http://www.redmine.org/wiki/redmine/RedmineUpgrade : hosting_aleynikov@lithium:~/projects/redmine$ cd redmine-1.0.3 hosting_aleynikov@lithium:~/projects/redmine/redmine-1.0.3$ rake generate_session_store…
Alexey
  • 1
  • 2
0
votes
1 answer

Ruby on Rails => Server is sleeping before some time

I have installed Redmine on my computer, i can run it with the command: bundle exec rails server webrick -e production And that's working good But it's just for work with localhost. I need to access to Redmine from another station. For this, i have…
david
  • 170
  • 10
0
votes
1 answer

Redmine - limit displayed Issue Statuses, by project

I would need to limit the statuses available when someone creates a new issue, by project. So, depending on the project, there will be different statuses available when creating a new issue. For example, in the following image I have a project…
adlisval
  • 341
  • 1
  • 7
  • 17