redmine

开源项目管理软件redmine-什么时候用,怎么用?(二)

前提是你 提交于 2019-12-07 01:53:11
什么时候我们团队需要项目管理软件 总结了一下,有以下特征之一的团队可以考虑项目管理软件 1、你的团队规模超过2个以上的团队或者在可预期的将来超过2个以上的团队,除了team leader汇报外,作为管理者你如何掌握项目的进度,是个难题,考虑下项目管理软件; 2、存在异地协作的团队,比如研发、测试、业务、客户在不同的地方,如果存在异地有开发团队成员同时工作,你需要考虑,包括出差等情况也属于此范畴,考虑下项目管理软件,会让你的团队的协作非常的顺畅; 3、有明确的职责协作的团队,比如,有明确的开发角色、测试角色,并且归属于不同的部门管辖,为了更好的协作,你需要尝试下项目管理软件,将各个不同角色各种记录电子化,更容易愤青职责,减少扯皮行为; 4、团队年龄超过3年的团队,这样的团队需要一个知识的积累,如果让前人的项目经验,更好的传递给后来者,让后来者躲避风险,这时,就需要考虑通过项目管理软件来积累项目经验,为组织积累知识,你需要尝试下项目管理软件,通过项目管理软件提供的标签功能,通过项目管理软件提供的知识管理软件将团队的人、项目、经验有机的串起来,加强团队的知识积累; 5、有绩效考核要求的团队,对于技术管理人员来说,每个月的考核,每年的考核是个大问题,如何做到公平,做到激励先进者,惩罚落后者,我们除了通过你的leader口述可以得到一个人的表现外,是否还有更好的量化考核指标来衡量一个人

redmine deploy on heroku cedar

我怕爱的太早我们不能终老 提交于 2019-12-06 21:01:04
问题 I've been banging my head against the wall trying to deploy redmine 2.0.3 on heroku cedar. I had lots of problems with deploying with sqlite gem so I removed all sqlite references from my Gemefile, deleted Gemfile.lock, ran bundle install, and happily pushed to heroku. I ran heroku run rake db:migrate and I browsed to my app ( http://blooming-river-8784.herokuapp.com/ ) and I see the following: UPDATE!! -> when I run heroku run rake db:migrate I get the following warning messages: Running

SELinux permission denied to Phusion Passenger for redmine

依然范特西╮ 提交于 2019-12-06 16:44:38
I am trying to install Redmine on CentOS 6.3 but I continue to get this error in the log file Passenger could not be initialized because of this error: Unable to start the Phusion Passenger watchdog (/usr/lib/ruby/gems/1.8/gems/passenger-4.0.20/buildout /agents/PassengerWatchdog): Permission denied (errno=13) I have been looking online and cannot find this error anywhere or any way to fix it. I have tried changing permissions to the folder to 777 and apache:apache but neither work. The only solution that I have come up with to get redmine to work is to set SELinux to disabled or permissive

upload binary file to redmine with node

别说谁变了你拦得住时间么 提交于 2019-12-06 11:39:40
I try to upload a file to redmine with node, I can upload and attach text files, but when I try to upload a binary file I get the token but the file doesn't work. I tried with json, xml and binary, ascii, base64 encoding. I want upload binary files because I'm doing end to end test testing I want open Issues with screenshots, and upload a report. I'm using node-rest-client for service calling Could someone give me any suggestion to fix this problem? Thanks, I define the class RMClient var Client = require('node-rest-client').Client; var Q = require('q'); var RMClient = function(baseUri,

apache + redmine 403 - premissions are good

喜欢而已 提交于 2019-12-06 11:35:33
问题 i searched sth about this a lot but solutions doesnt help so much.I tried to upgrade redmine to 2.6.5 on my FreeBSD but i have 403 error. apache error log: [autoindex:error] AH01276: Cannot serve directory /usr/local/www/redmine/public/: No matching DirectoryIndex (none) found, and server-generated directory index forbidden by Options directive my httpd conf: <VirtualHost example.com:80> DocumentRoot "/usr/local/www/redmine/public" ServerName example.com FastCgiServer /usr/local/www/redmine

Redmine 2 on Hostmonster apache fcgi: Rails application failed to start properly

别说谁变了你拦得住时间么 提交于 2019-12-06 07:18:43
I have followed install instructions until configuration section to install redmine 2 on hostmonster. When running domain.com/redmine I have always 500 error Rails application failed to start properly I havent any log about this error in log/production.log . Here is the file: OpenIdAuthentication.store is nil. Using in-memory store. Creating scope :open. Overwriting existing method Version.open. Creating scope :active. Overwriting existing method User.active. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define

SVN check-in to close redmine issue ticket [duplicate]

浪子不回头ぞ 提交于 2019-12-06 06:22:11
This question already has answers here : Closed 8 years ago . Possible Duplicate: Automaticly close Redmine Task with commit comment Does anyone know how to force a link between SVN and a Redmine issues. Most of the things I’ve seen on the web are related to using bash scripts and pre-commit hook, but we have a windows installation, so was hoping for something that would work in windows with little change to the server (i.e. minimal installation of third party programs). For the moment, we are adding the # in to the comment field, which allows redmine to pick it up, but the end goal would be

Plugin migrations for Redmine

元气小坏坏 提交于 2019-12-05 19:03:30
问题 I'm developing a plugin for Redmine. How do I create a migration for it? If I use script/generate plugin_migration, it'll be placed in /db/migrate folder, but I need it to be in my plugin's folder. 回答1: You can use script/generate migration to create the migration and then move it into the plugin directory. When you move it, make sure to change from the timestamped format (20090719...) to the integer format (001_...) I tend to just create the migrations by hand myself since they are pretty

How do I put a blank line in redmine wiki?

隐身守侯 提交于 2019-12-05 18:44:32
问题 I am just wondering how I can put some blank line in redmine. What I tried is putting the following text: some sample txt with a few empty lines What I got in redmine is some sample txt with a few empty lines So, how can I let redmine to display these empty lines? I tried using whitespace, but they didn't work. 回答1: This is a pretty ugly solution, but it gets the job done (on demo.redmine.org which currently runs with redmine version 2.5.0.devel.12954 ): some sample txt       with a few empty

Redmine Plugin - requires restart after every code change

帅比萌擦擦* 提交于 2019-12-05 13:57:16
I am working on some plugin on redmine (project management web application written using Ruby on Rail). For every change i make to the code of the plugin(say view.html.erb file), i have to restart the redmine(application) server. This is because, it runs on production mode by default. Will running the application on development mode, solve this problem? If yes, how can i change its running mode or over-ride this behavior so that classes are loaded per every request (yes this will not be efficient but will be good for development) and changes to the code reflect without restarting the