0
votes
0answers
42 views

Logging in redmine

I'm trying to install redmine 2.2 on my machine - but I don't get any logs. How do I make this happen? PS: I have no clue about Rails - I just want to use Redmine.
1
vote
0answers
111 views

Plugin migrations for Redmine: place plugin in db/migrate instead of plugin folder [closed]

I'm a newbie in ruby on rails and creating a redmine plugin. I created a model Allissue without using any column. Now I wanted to add a column project_name with the help of migration ./script/generate ...
1
vote
0answers
106 views

Redmine using fastcgi [closed]

I am a Software Engineer tasked with installing Redmine on our server. Currently it's running using WebRick from /usr/share/redmine but I would like to: have it run in /srv/redmine (chroot if ...