The redmine tag has no wiki summary.
0
votes
0answers
13 views
Error Rake while Redmine upgrade
I'm upgrading redmine from 1.3 to 2.3
System Evnviorment is Ubuntu, redmine 1.3 installed by package
2.3 is checked-out manually via svn in another folder
then in migrating database..
# rake ...
0
votes
0answers
40 views
Redmine shows 404 when tring to browse git repository
I have set up a git server running redmine.
In redmine I set the path to repository as /home/git/parafixit.git
My git repository looks like this
$ pwd && ls -l
/home/git/parafixit.git
...
-1
votes
1answer
124 views
Importing data from microsoft word to redmine wiki [closed]
Is there any software available which can convert .doc/.docx/.odf file to redmine wiki format?
1
vote
0answers
75 views
Does a Gitolite administration plugin for Redmine 2.2 exist?
Once upon a time there was some neat plugin for the old version of Redmine enabling Gitosis administration through the redmine GUI, adding key to users, creating repo, etc...
But some days later, ...
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.
0
votes
1answer
255 views
Redmine installation - Ruby MySQL connector issue
I am trying to migrate from TRAC to Redmine,
though i encountered a problem with the installation procedure.
i follow the install guide at : ...
0
votes
0answers
52 views
Redmine Mongrel server uses so much ram?
Redmine Mongrel server consumes >500MB RAM which slows down our servers.
We thought about making a daily scheduled restart, but isn't there a better idea?
We use redmine as a website tool at the ...
1
vote
0answers
17 views
Can I “star” or otherwise select issues in Redmine for reporting?
I've been asked to "list all the issues [in Redmine] that were outside the original spec, and give a report of time spent on those issues"
I have a large list of issues, about half of which were ...
1
vote
2answers
235 views
First requests are painfully slow
I am running Redmine under IIS using Zoo. Installation was done using the Web Platform Installer and the default configuration has not been touched.
However, when using the application, the first ...
1
vote
1answer
569 views
Redmine on Apache / Ubuntu
I cannot for the life of me get Redmine to run. I'm not a Ruby programmer. I tried using apt-get, but the installer was failing so I opted to do it by hand from Redmine's source. When I try ...
0
votes
1answer
211 views
Redmine: change default page of the project to Issues
Does anyone know how one can change the default page of a given project in redmine?
If I click on the project I get redirected to its "Overview" page. But I need to get redirected to the Issues page ...
1
vote
0answers
107 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 ...
0
votes
0answers
235 views
Setting up Git Redmine hosting plugin
I'm trying to configure the Redmine Git hosting plugin but I'm struggling with some difficulties in setting up the proper permissions to the web and git users. When I access the plugin settings ...
3
votes
0answers
438 views
Starting Redmine at boot using upstart on Ubuntu
So after installing redmine from the repositories on Ubuntu 12.04, i've tried to create an upstart script (see below) so it would start up at boot time.
While
service redmine start
does start ...
0
votes
0answers
111 views
Redmine VPS hosting [closed]
I'm looking for a VPS hosting provider for Redmine. Don't want anything too expensive, but quality, good uptime and reliability is important. Preferrable physical position of servers is Europe.
0
votes
0answers
220 views
How to integrate Redmine with a remote SVN server?
Well, I have Redmine installed on my computer and only I use it to control my projects :)
I just want to know how to integrate control of a project code on Redmine through a repository that is out of ...
1
vote
0answers
104 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 ...
3
votes
1answer
307 views
Redmine doesn't send emails
I have redmine 1.4.1 installed on my debian server.
configuration.yaml contains the following
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
...
1
vote
1answer
526 views
Add new issue status to existing Redmine Projects
I'm running Redmine 1.1.2.stable and I've just added a couple of new issue statuses to the standard enumeration in the admin interface.
The problem is that these don't appear to be appearing for me ...
1
vote
1answer
151 views
How do I make a link *within* a page using Redmine (textile) markup
Within a Redmine Wiki page (which uses Textile markup syntax), how do I make links within the page itself? uI can't see a solution here. Of course I can do [[ThisPage#Foo|Foo]] but I would rather do ...
1
vote
1answer
440 views
Redmine install on CentOs
I would like to install the Redmine on my CentOs 5 following the instructions on this link: http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5
I've reached until the ...
3
votes
0answers
69 views
Redmine contex-menu and member deletion/modification failure
I'm using Redmine 0.9.3.stable (SQLite) on my Ubuntu 11.04.
It is all ok except for the context-menu and inability of removing the members from some project. Concerning the first problem, when I do ...
2
votes
2answers
2k views
Tools to import MS Project tasks into Redmine
Can anyone suggest the tool ( application ) for import tasks from MS Project to Redmine?
1
vote
2answers
326 views
Redmine - How to list all attachments in a project
I was wondering if there is any way in Redmine to get a list of all attachments with links to the respective tickets (or see only tickets that have an attachment).
I did not find any filter for this.
...
1
vote
1answer
243 views
Subversion repository ACL management with Redmine
is there some way to repository acl management from Redmine? For instance, if I want to create a branch and assign ACLs to that branch, can this be done using redmine without having to manually fiddle ...
7
votes
3answers
1k views
Fetching e-mails into Redmine via IMAP
I'm trying to fetch e-mails into Redmine via IMAP.
The e-mails I'm generating look like this:
FooBar Ltd
123456
http://example.com/Foobar-Ltd-123456.html
Project: backend
Tracker: Dataerror
...
0
votes
1answer
914 views
Synchronizing git repository with post-receive hook
I have a redmine server and a gitolite server on the same machine. I want Redmine's GIT repository to get updated when a commit is registered. I thought of adding a post-receive script that updates ...
3
votes
4answers
8k views
how can I restart redmine?
one has to restart redmine after installation of new plugin.
How can I do that on linux? Does it mean to restart my web server (nginx in my case)? Or do I have to do something else?
2
votes
1answer
807 views
How can I log into Redmine (LDAP) once my active directory password changes?
My active directory password changed, now I can't log into Redmine (0.9.4) via LDAP. I haven't installed plugins, so what gives?
2
votes
2answers
1k views
quickest way to try/install redmine?
I want to try trunk version of redmine to find out if it suits my needs
could somebody help me/point me what os (win or linux+what distro) is the best to use in terms of easy and quick install of ...
12
votes
1answer
6k views
How do I check which Redmine version I'm running? [closed]
Does someone know where/how to check which Redmine version I'm running?