Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.
0
votes
2answers
39 views
How to migrate old redmine server to new one with version upgrade and database change
I am planning to migrate my redmine(1.0.5) to a new machine.
With this migration, I would like to upgrade redmine to latest version and change my database from MySQL to Postgresql.
My plan A is:
...
0
votes
0answers
21 views
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 ...
0
votes
1answer
48 views
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 by default doesn't support svn:// protocol, only HTTP OR ...
2
votes
0answers
17 views
How to manually edit gitolite config file (running with redmine)
Say I want to manually edit the configuration files of gitolite (conf/gitolite.conf and add keys). What is the correct way to do so?
Logged as git on the server, I have tried to clone ...
0
votes
2answers
154 views
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)
...
0
votes
2answers
54 views
How to Update Redmine on Windows (Helicon Zoo)
Quite some time ago I installed Redmine 2.1.2.stable using Helicon Zoo feed. And it's been working great (minus multi-minute app pool warm up times).
What's the best way to upgrade to the latest ...
0
votes
1answer
111 views
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 ...
0
votes
0answers
96 views
Redmine in sub-uri with nginx and unicorn
I have a Redmine instance running with unicorn behind a Nginx. The special thing is, that this Redmine runs in a sub-uri like example.com/redmine.
So as I set this up, I followed the several ...
0
votes
1answer
105 views
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 ...
0
votes
0answers
36 views
Redmine & Apache Files directive ignoring sub directories
I'm working with Redmine, a Rails application that is being served by Apache + Passenger. The entire site is authenticated using Shibboleth. However Redmine has an API that needs to be available to ...
0
votes
1answer
118 views
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 ...
2
votes
1answer
80 views
Apache2 Ruby on rails and Redmine changing the rail app url
Hello I successfully set up my Redmine server (Ubuntu 12.04LTS, Apache2, Passenger, Mysql using the guide at http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu ). However I ...
0
votes
0answers
30 views
Customize ticket numbers in RedMine
I use RedMine for my project and I noticed that whenever it creates an Issue it is in a very linear way, not caring about the different levels I've created logically in my project.
For example:
...
0
votes
0answers
175 views
Redmine gives internal server error on user operations [closed]
So I just installed redmine following the directions here. Therefore my redmine instance can be reached at redmine.example.com (example.com obviously replaced with my domain). Everything seems to work ...
0
votes
1answer
45 views
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 ...
1
vote
0answers
89 views
redmine-gitolite plugin post recieve hook
I have redmine installed with around 12 projects and most of them are websites/web apps. Their code is maintained on the same server using redmine-gitolite-plugin by eric ...
-2
votes
1answer
231 views
shift a localhost site from webrick localhost:3000 to apache2 passenger localhost/redmine or redmine.localhost [closed]
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 ...
1
vote
0answers
96 views
Mixing Redmine and custom authentication method in a single apache virtualhost for Redmine
I developed on Redmine a plugin to automatically log users using the REMOTE_USER given by Apache when its Kerberos ticket is accepted.
This plugin works as long as the user has a corporate login, but ...
0
votes
2answers
38 views
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 ...
1
vote
1answer
53 views
Redmine does not return the web page
I migrated a Redmine installation from an Ubuntu machine to a Debian one (both 32-bits), and now for some reason, for some users it doesn't return the page but only a 200 OK message. Here is the flow ...
1
vote
1answer
36 views
mod_perl custom configuration directives don't work when placed in .htaccess and there is <Location>
I'm trying to complete Redmine's feature request #2693: Use Redmine.pm to authenticate for any directory (1).
I have not much knowledge on all these things and need help.
Redmine uses mod_perl module ...
0
votes
0answers
132 views
using nginx with proxy_pass on a subdomain
a have a rails app that should listen on the subdomain redmine.example.com (using proxy_pass). all other requests for *.example.com should just redirect to a normal index.html. Here is my ...
0
votes
0answers
50 views
How to avoid redirection of Redmine?
I installed Redmine 2.1 on a Debian 6 machine using the installation guide. Afterwards I registered a domain, let's call it somedomain, to have a more expressive website url. Then I configured apache2 ...
0
votes
2answers
972 views
How to configure Apache2 for Redmine properly?
I have a working Redmine installation on my Debian server, but I don't know how to configure Apache2 properly so that neither the content of the Redmine folder nor the Redmine start page will be ...
0
votes
0answers
49 views
redmine repository management
We are trying to setup a redmine installation for our group which should work with both SVN and Git repos. Since we want to keep the repos on the server and avoid the whole privileges and hosting mess ...
1
vote
3answers
1k views
Upgrading Redmine, activerecord-mysql2-adapter not working
For upgrading Redmine from 1.0.1 to 2.1.2, I need to execute the command: rake db:migrate RAILS_ENV=production
However, doing so produces the following error: rake aborted!
Please install the ...
1
vote
1answer
43 views
redmine multitheaded
Our redmine server is not responding due to connecting it to a large repository. It has not crashed but it's just busy until it checks it out, or whatever redmine does when you set a new repo for a ...
1
vote
2answers
255 views
Redmine 2.1 stable on Windows 8 as a service
Wamp Server:
Apache Version : 2.2.22
PHP Version : 5.4.3
MySQL Version : 5.5.24
Ruby:
ruby 1.8.7 (2012-06-29 patchlevel 370) [i386-mingw32]
Gem:
1.8.24
Gems:
actionmailer (3.2.8)
...
2
votes
0answers
188 views
Troubleshooting Redmine performance
I've got a Redmine instance (Bitnami Stack) that's unusually slow. Because I'm just trying to get to the bottom of this, I have some theories which I'd like to discuss here. So, if anybody has any ...
0
votes
1answer
150 views
Recover Redmine Installation on Ubuntu
I am getting crazy with something and I would like some help if there is someone can help.
I had an Ubuntu Server where I was running the Redmine Project Management application; and some days ago the ...
1
vote
2answers
425 views
Using Apache / Kerberos / Keytab to Authenticate Redmine Users Against Active Directory
Please bare with me, as I am still fresh to these technologies.
We have a Debian (squeeze) server to which I have root access. It is running Apache, and Redmine is deployed to the server (currently ...
0
votes
1answer
62 views
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 ...
4
votes
2answers
771 views
Error authenticating git repository with Redmine
I've setup Redmine 2.1 on my Debian Squeeze server following this Tutorial HowTo configure Redmine for advanced git integration (I tried to use the grack path).
Redmine server is running properly, but ...
1
vote
0answers
40 views
after redmine install i see only the filesystem
After installing redmine, I can only access the filesystem! I reinstalled redmine 2-3 times in different ways.
Used these "how to"s: 1, 2, 3
the webserver of 10.0.0.14 is going to be behind a ...
0
votes
1answer
53 views
Project Management System (PMS) for a Gaming Company [closed]
We are gaming company, building several games for Apple and Android platform. For our Programmers, Artist we need project management system.
We are now using redmine for our purpose.
But the ...
1
vote
0answers
236 views
gitolite.conf - Write and rewind permissions (W+) are being lost everytime a git push occurs
At my company, we are adopting Redmine as the support tool for our software projects management. Since we were using git for SCM, I've installed and configured the Redmine git hosting plugin and ...
3
votes
3answers
1k views
Redmine 2.x with gitolite integration [closed]
Has someone here correctly configured Redmine 2.x (I'm using Redmine 2.0.3) with gitolite?
If yes, how?
0
votes
1answer
68 views
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
<VirtualHost *:80>
ServerName my_domain.com
...
0
votes
2answers
123 views
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 ...
2
votes
1answer
142 views
Apache2: mod_wsgi and passenger do not get along
I'm trying to run an instance of apache2 on an ubuntu server with two virtual hosts. One for redmine(phusion passenger), and one for ReviewBoard(mod_wsgi). I haven't created a single server ...
0
votes
0answers
270 views
Ruby: High CPU usage
Im getting that alert (Linode server) every couple of day.
Top shows 110% usage by ruby.
In not doing any script with ruby, but i do use Redmine and SASS on this server, how do i debug this? how i ...
1
vote
1answer
152 views
Unicorn: Sub-Url Generated Links Broken
I am currently trying to stand up an instance of redmine, however currently The generated links in my redmine instance are all broken. I am attempting to serve redmine from a sub-url i.e ...
0
votes
1answer
327 views
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 ...
0
votes
1answer
845 views
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, ...
0
votes
1answer
2k views
Passenger error: No such file or directory - config/environment.rb
I installed Redmine on MacOSX Server 10.6.8 according to this installation description. So far everything works fine: When I start webrick the server serves the Redmine pages. The gems and redmine are ...
0
votes
0answers
103 views
Redmine and file manager with different access for roles
I am using redmine 1.2.1 for small projects. Mainly for reporting issues from a customer and publishing new versions for him. I would like to use it also for storing documents and other internal ...
0
votes
1answer
403 views
Proxy http nginx for multiple websites
I have to configure a Nginx server wich will be used as http(s) proxy and caching like a Apache server with proxy_pass and proxy_pass_reverse directives.
The system will be like this :
The nginx ...
0
votes
0answers
373 views
Redmine + Lighttpd + FCGI: Homepage not Working
I have installed a Redmine 1.4 in /usr/share/redmine on a Debian Linux. Im running a lighttd with fastcgi to serve redmine. This is the lighttpd config:
server.modules = (
"mod_access",
...
1
vote
2answers
87 views
Redmine without e-mail functionality
I want to install Redmine on an air-gapped network. It has no connection to the internet or any other network. As it doesn't need an e-mail server, it doesn't have that either.
My question is, can ...
0
votes
1answer
247 views
lighttpd fastcgi unix bind error
I am trying to configure Lighttpd to run Redmine using FastCGI. I have added the following code to my standard lighttpd.conf:
$HTTP["host"] =~ "^foo.bar.com$" {
server.document-root = ...