redmine

Redmine + Gitolite - Issue with repository permissions and more

自古美人都是妖i 提交于 2019-11-30 06:39:49
问题 I have a Redmine installation on the same server as my gitolite repositories. In order to link my repository to my Redmine instance, I locally cloned the repo with the following command: git clone --bare --local /home/git/repositories/my-repo.git Just as I successfully clone the repo on the server, I can navigate through the repo on Redmine, as expected. The thing is, as soon as I do that, I can't push anything more to the remote repo on my local machine. When I try git push I get the

Trac vs. Redmine [closed]

我的梦境 提交于 2019-11-29 19:58:37
I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects (Linux environment). Originally, we planned for using TRAC but then I got aware of REDMINE. Moreover, I read in some earlier posts from 2008 and 2009 that many projects had switched to Redmine. Right now, I cannot find any up-to-date or reliable comparison between both systems and thus cannot wage which one is better (maybe both are equally good). My question: Does anyone of you have recent experience in one or even both of these systems and can point out some

Redmine & Git integration

随声附和 提交于 2019-11-29 19:33:38
I am considering moving from svn and Trac to git and Redmine. I'm just wondering what everyone's experience is of this. How well does git integrate with Redmine? I'm pretty set on my decision to change from svn to git - our distributed work, and need to frequently branch and merge would make life considerably easier with git. But we would possibly need to split things into multiple projects for this. From what I have been reading, git and multiple projects don't integrate too smoothly with Trac. That aside, in my investigations into git, Redmine has also caught my attention, and some of the

Mylyn & Redmine Integration

狂风中的少年 提交于 2019-11-29 19:27:41
I'm trying to get Mylyn and Redmine work together so I can manage tasks right inside Eclipse. I saw this on redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn but I think it's for the old version of Mylyn. I can't find the Generic Web Connector plugin for Mylyn but there's this Web templates plugin. I think that one replaced the Generic Web Connector. But it's quite different from the screenshots posted at the Redmine wiki. There's no Task URL, New Task URL, etc. jumar Here is what you are looking for: http://sourceforge.net/projects/redmin-mylyncon/ A Mylyn connector specially for

BitNami一键安装Redmine

三世轮回 提交于 2019-11-29 18:24:21
1. 简介 对于一个新手,如果严格按照 官方文档 来安装redmine,我想会“疯”掉的。有没有一种简便的方法。有滴,那就是BitNami。 BitNami提供redmine的一键安装程序,简单、易用、方便。 2. 安装 下载地址: http://bitnami.org/stack/redmine 不仅仅是windows的有一键安装程序,linux也有一键安装程序。我的安装环境是windows xp,下载的版本是bitnami-redmine-2.3.0-0-windows-installer.exe。 跟大部分windows安装程序一样,一路默认“下一步”即可。需要注意的是,创建管理员账号的时候,需要将用户名称和密码记录下来,此用户即为redmine安装好后的管理员账号,如下图 2‑1所示: 图2‑1 设置管理员账号信息 安装完后会自动打开浏览器,如下图 2‑2所示,点击“Access BitNami Redmine Stack”即可访问redmine。 图2‑2 安装成功 输入图 2‑1所示的管理员账号和密码,即可登录redmine。如下图 2‑3所示。开始体验吧。 图2‑3 管理员登录 3. 集成git 3.1. 新建版本库 登录redmine,添加用户,新建一个project,新建完成后,在配置->版本库中选择git,然后在”Path to .git repository

安装部署Redmine+Subversion服务

你。 提交于 2019-11-29 18:24:09
Redmine 是一个基于Web的灵活的项目管理(Project Management)软件。它是开源、免费、易扩充的,同时Redmine社区( www.redmine.org )也非常的活跃,这保证了Redmine能够更新支持更多实用的功能。但是Redmine的安装步骤比较复杂: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache ,而另一个社区BitNami提供了一个整合的安装包( http://bitnami.org/stack/redmine ) ,支持Windows、Linux、Max等系统,同时BitNami提供了一个配置好Redmine的Linux下的虚拟机环境,下载即用。BitNami-Redmine安装包将会安装:Redmine、Apache、ImageMagick、MySQL、Subversion、Git、Ruby、Rails、RubyGems等软件。安装包也会安装Subversion,使用命令行可以启动svnserver和创建版本库,但为了更友好的界面和更好的管理,我们将会使用CollabNet的SubversionEdge来管理和使用Subversion。BitNami

Redmine 安装指南(Windows)

China☆狼群 提交于 2019-11-29 18:23:56
转载地址:http://www.cnblogs.com/netflu/archive/2010/03/06/1679626.html 看中了其中版本明确。安装redmine老是有版本问题。 参考文章: http://movingboy.javaeye.com/blog/344463 之前使用过trac管理项目,但是trac不支持多项目管理这点很郁闷,发现Redmine后忽然感觉到这就是我想要的(trac有的功能Redmine 都有,并且支持更多)。Redmine 是使用 ROR 框架建立的项目管理工具,提供需求管理、缺陷管理功能、新闻发布、 Wiki 、论坛等功能,还有丰富的扩展插件。 Redmine 的官方的安装指南地址: http://www.redmine.org/wiki/redmine/RedmineInstall (很 多Redmine新版本的安装问题,这里会有更多说明) 安装准备 先下载下面这些安装过程中要用到的软件: 1. Ruby 1.8.7 : http://www.ruby-lang.org/en/downloads/ 2. RubyGems 1.3.1 : http://rubyforge.org/frs/download.php/45906/rubygems-1.3.1.zip 3. Rake 0.8.3 :因为这个比较小,可在线安装,不用下载 4.

PGError: ERROR: column “p.name” must appear in the GROUP BY clause or be used in an aggregate function

大兔子大兔子 提交于 2019-11-29 15:21:30
I get an error with this query. Why? I don't understand :( SELECT p.name, p.id, SUM(hours) AS hours, SUM(logged_hours) AS logged_hours FROM ( SELECT project_id, date, hours, null AS logged_hours FROM #{ScheduleEntry.table_name} WHERE user_id = #{User.current.id} AND date BETWEEN '%s' AND '%s' UNION SELECT project_id, spent_on AS date, null AS hours, sum(#{TimeEntry.table_name}.hours) AS logged_hours FROM #{TimeEntry.table_name} WHERE user_id = #{User.current.id} AND spent_on BETWEEN '%s' AND '%s' GROUP BY project_id, date ) AS results LEFT JOIN #{Project.table_name} AS p ON p.id = results

How to use different rails_env with nginx, passenger and redmine

梦想的初衷 提交于 2019-11-29 15:20:35
I need to have redmine running in combination with nginx, phusion passenger and mysql. Because of the project requires several instances of redmine, which should be realized using different rails_env, I tried to set them in the different server vhosts with nginx. Example of one vhost: server { listen xxxx; server_name redmine.xxxxx; root /xxxxx/redmine/public; passenger_enabled on; rails_env production; } Same goes for the other server vhost, but there server_name is matched to the other domain and rails_env set to internal. The problem is, that nginx just uses one of both rails_env for both

redmine推送消息至钉钉

走远了吗. 提交于 2019-11-29 09:40:23
前言 公司项目管理中用到了软件redmine,然鹅redmine的任务消息并不会实时推送给指定人员(支持邮件推送,个人并不是很喜欢邮件感觉比较正式,通过实时的消息会更讨喜一些)。然后萌生了推送到实时聊天工具的想法,钉钉是现阶段比较流行的工具公司内聊天通讯工具(当然也有其他的QQ,微信,Skype等)。找到了一个方式:redmine可以通过webhook的方式向外发送请求,于是乎就能自己搭建一个小服务推送到钉钉了。 redmine的webhook插件安装 redmine2.4 -> 3.x 插件 https://github.com/phanan/redmine_webhook redmine4.x 插件 https://github.com/suer/redmine_webhook 我用的是3.x的版本用了第一个安装完webhook后,管理员登录到redmine后可以看到多了一个webhook的配置项,如下图 可以配置多个地址,看各自的需求吧。 redmine推送消息解析 配置完webhook后,创建或修改redmine上的任务会出现以下类似消息 { "payload": { "action": "opened", "issue": { "id": 1, "subject": "A sample bug",//任务标题 "description": "Lorem ipsum