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
190 questions
3
votes
3 answers

Redmine - how to configure email sending with postfix?

I've installed postfix as my smtp server and it works fine, cuz I can send e-mails, for example by typing: sendmail mail@mail.com and e-mail is delivered corectly. But now I would like that redmine would send notifications to the users. That's…
b4rt3kk
  • 131
  • 1
  • 4
3
votes
1 answer

Force URL root to be HTTPS instead of HTTP for RoR application

I am attempting to run Redmine (RoR) through an Apache reverse proxy. Mongrel serves plain-text pages which Apache protects with SSL and serves to my users. The problem is that various links and redirects within Redmine send users to http:// instead…
Michael Haren
  • 1,301
  • 7
  • 18
  • 31
3
votes
2 answers

deploy git project and permission issue

I have project hosted with gitolite on my own server, and I would like to deploy the whole project from gitolite bare repository to apache accessible place, by post-receive hook. I have next hook content echo "starting…
nixer
  • 165
  • 2
  • 3
  • 9
3
votes
1 answer

SVN Authentication over Apache (DAV) and Redmine not work

NEED HELP!!! I installed apache2, svn and redmine on an ubuntu server. After that I tried to do my authentication for svn over the redmine accounts. My apache config looks like this (stored in /etc/apache2/conf.d/svn.config): PerlLoadModule…
tinu
  • 161
  • 6
3
votes
3 answers

Redmine install not working and displaying directory contents - Ubuntu 10.04

I've gone through the steps to set up and install the redmine project tracking web app on my VPS with Apache2 but I'm running into a situation where instead of displaying the redmine app, I just see the directory contents: Does anyone know what…
Casey Flynn
  • 217
  • 4
  • 13
3
votes
4 answers

Affordable combined Ruby/Rails/Redmine + Subversion hosting?

I am looking for a reliable hosting company I can entrust my code to in the form of a number of Subversion repositories, and a copy of the Redmine project management tool. I am looking for something I can pay up front for a year or two, and is not…
Pekka
  • 2,178
  • 3
  • 20
  • 32
3
votes
3 answers

Installing Redmine on an NSlu2-Linux Device (QNAP)

I would like to run redmine on my NSlu2 NAS Server (QNAP) with an arm processor. I installed ipkg and so on everything runs well. Trying to install redmine I need to install ruby-on-rails. The problem is that the my repositories install ruby version…
ovanes
  • 115
  • 1
  • 3
  • 11
2
votes
1 answer

svnadmin: Premature end of content data

I'm trying to svnadmin load a dump into a new repository, and I get this message: svnadmin: Premature end of content data in dumpstream I'm also fairly certain that where the load ends is not the entire repository. The last committed revision…
2
votes
2 answers

How to fix conflict between diferent gem dependencies

Let's see if someone can help me with this, I have no idea what I'm doing. The server is a debian 8.4 , fully updated. And I also updated gems with 'gem update', all the posible errors and warnings have been fixed. I'm installing…
Marc Riera
  • 1,637
  • 4
  • 23
  • 38
2
votes
1 answer

apache redmine getting directory listing on /redmine

I updated ruby on my ubuntu box and since then redmine is down. My apache2.conf is as below Include /etc/apache2/sites-enabled/ LoadModule passenger_module…
kgunjikar
  • 133
  • 5
2
votes
1 answer

Hosting redmine server using apache2 in ubuntu

I am trying to run redmine+gitolite server using apache in an Ubuntu machine. I followed the instructions given here with the following server config file: ServerName redmine.xyz.com ServerAdmin someone@somewhere …
hjpotter92
  • 670
  • 1
  • 10
  • 20
2
votes
1 answer

Redmine Base URI /redmine with nginx

I want to do exactly that but with nginx server I wrote below settings but login pages like /redmine/login redirects to /login Please assist. location /redmine { proxy_pass http://localhost:3000/; proxy_redirect …
mukulu
  • 21
  • 3
2
votes
1 answer

How to restore redmine on an ubuntu server after a dist-upgrade?

I just became a new admin on a server (ubuntu-server virtual machine) that host redmine on apache2 and subversion in my company. I discovered that the OS is Ubuntu Raring 13.04 that is out of date from January 2014! I updated the source.list to…
Rémi Becheras
  • 91
  • 1
  • 13
2
votes
0 answers

cgit + redmine + git (advance integration)

I've successfully managed to configure my Redmine with advance git integration. However, I'm very interested in combining cgit with the current configs, but I'm not sure how. So, basically I want to use cgit with authentication from Redmine by…
Amree
  • 131
  • 5
2
votes
1 answer

Subversion authentication issues (Redmine integration)

I have a strange authentication issue related to Subversion (Apache acting as server) integrated with Redmine. I tried anything I can think of but nothing works (I can't find the exact cause of this issue). The configuration is the following: …
crazybyte
  • 337
  • 1
  • 3
  • 10
1
2
3
12 13