redmine

Redmine CodeReview

柔情痞子 提交于 2020-02-06 21:09:01
Windows Bitnami Redmine通过自带必要的RoR依赖,解决了Redmine安装困难的问题,但也带来了很多Redmine的文档无法使用到Bitnami的问题。原因应该是很多命令不在用户的环境变量中,因此常常发生“command not found”的问题。 Bitnami意识到了这一点,因此提供了一个batch来配置这些环境变量:use_redmine 下面是详细的步骤: 将插件解压到 :\BitNami\redmine-2.2.0-0\apps\redmine\htdocs\plugins 2\打开use_redmine.bat cd C:\BitNami\redmine-2.2.0-0\apps\redmine\htdocs\plugins [bundle exec] rake db:migrate_plugins RAILS_ENV=production 这里说明一下bundle exec 命令,这个命令会自动下载和更新命令执行时因为版本原因导致的冲突。 看这里 http://www.cnblogs.com/huang0925/p/3328734.html 安装完成。 来源: https://www.cnblogs.com/kingkate/p/5302250.html

SSL works with browser, wget, and curl, but fails with git

别来无恙 提交于 2020-01-30 14:15:13
问题 I have a website I am using to host redmine and several git repositories This works perfectly for http, but I can't clone with https, i.e. git clone http://mysite.com/git/test.git works fine, but git clone https://mysite.com/git/test.git fails The strange thing is that https seems to work for everything else I have tested. If I open https://mysite.com/git/test.git in a browser (tested in chrome and firefox), I get no errors or warnings. I can also curl https://mysite.com/git/test.git wget

小团队开发管理工具:gitlab+redmine+testlink+jenkins

空扰寡人 提交于 2020-01-26 04:28:14
由于工作需要,需要为团队搭建一个高效可用的开发管理平台。现在可用的开发管理工具很多开源的、商业的,网上也有很多博客和文章。经过2周的学习比较,再结合自己的项目特点,最后选定工具集:gitlab+redmine+testlink+jenkins。 项目管理和bug跟踪工具:redmine。整个项目组一直使用的管理工具,这次只是做了升级(2.4.0) 代码管理工具:gitlab。原有的代码管理使用的是subversion,这次改用git的原因是需要开发人员支持离线操作。 测试管理工具:testlink。测试管理工具是新加入的,我唯一能找到的原因是开源、免费、可以和redmine集成 持续集成工具:jenkins。持续集成工具是新加入的,因为会多项 目并行,同时采用分布式设计和开发,所以在开发和测试阶段项目部署比较频繁。我们原来都是手动操作发布,相当麻烦、耗时,并且出错率还很高。所以这次使用 了持续集成工具,为什么选用jenkins,只是看到了网上介绍感觉安装简单、操作简单、配置简单。呵呵 一切从简嘛 这次工具集的搭建涉及到的工具比较多,所以下面把我所用到的软件包和环境罗列出来,方便大家查找: 环境: ubuntu server 12.04 ip:192.168.1.18 软件包: ruby 2.0.0 apache2 php 5.5.6 (必须大于5.4) redmine 2.4.0

redmine 大坑ldap插件

匆匆过客 提交于 2020-01-26 00:10:39
redmine4.0大坑 主要坑 redmine3.0x可以从这里下ldap同步插件 但是问题来了 我运行报错啊!!! 把init方法注释 后来发现 我白费了几天功夫 主要坑 默认的ldap只支持认证,不支持同步,需要下插件 4.0 根本不支持这个插件,自己写脚本吧 redmine3.0x可以从这里下ldap同步插件 安装很简单 1. **install.** - Copy your plugin directory into `#{RAILS_ROOT}/plugins`. If you are downloading the plugin directly from GitHub, you can do so by changing into the `#{RAILS_ROOT}/plugins` directory and issuing the command: git clone git://github.com/thorin/redmine_ldap_sync.git **upgrade** - Backup and replace the old plugin directory with the new plugin files. If you are downloading the plugin directly from GitHub, you can do

How can a Greasemonkey script split a link into three related links? [closed]

妖精的绣舞 提交于 2020-01-24 02:11:04
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I want to use Greasemonkey to link Redmine issue numbers which are displayed in cgit commit messages to their issues or projects. The HTML source of the cgit Commit messages is like this. <a href='/editingmodule

Heroku: Using external mount in local filesystem

烂漫一生 提交于 2020-01-22 21:21:52
问题 I know it's possible to mount an Amazon S3 bucket using Fuse (s3fs [or s3fsr ruby gem?]). My case is specific to Heroku. Heroku's filesystem is readonly for scalability and such, but is there a way to mount an amazon s3 in Heroku's filesystem? In my case, I use Redmine on Heroku and would like to use Redmine's built-in git repository management to link code reviews to my issues. Redmine needs to clone the repository to a local directory, which is possible but not persistent on Heroku. I would

Redmine installation : Error

♀尐吖头ヾ 提交于 2020-01-21 20:34:47
问题 I finish all the installtion step for redmine and configure apache sree@sree:/usr/share/redmine$ rails -v Rails 3.2.13 sree@sree:/usr/share/redmine$ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux] sree@sree:/usr/share/redmine$ bundle -v Bundler version 1.3.5 while runing but localhost/redmine i am getting error as shown below ! As ber the error message " Error message: Redmine requires Bundler 1.0.21 (you're using 1.0.15). Please install a newer version with gem install bundler .

Starting with Redmine locally - how easy is migration to server later?

左心房为你撑大大i 提交于 2020-01-12 08:51:46
问题 I am starting on a number of big PHP projects which I need Bug Tracking, Wiki and Subversion integration capabilities for. I used to have a Virtual Server running Windows Server and a Trac/SVN installation for this, but I am planning a relocation to another country this year, so I want to close that server down and move the functionality to a virtual machine on my workstation for the moment. Seeing as I have to set up a new environment anyway, I would like to take the opportunity and try out

redmine 和 svn 集成

旧城冷巷雨未停 提交于 2020-01-12 05:13:13
本次的集成环境,SVN服务器与Redmine部署在两个不同的服务器上,为了让Redmine能够正常访问Subversion,Redmine服务器上需要先安装VisualSVN(测试多次得出的结论),VisualSVN可以到网上直接下载,地址是: https://www.visualsvn.com/server/download/ 安装完成之后,在Redmine中要确保看到SVN的连接是正常的 本次集成中SVN服务器使用了https的方式进行连接,所以还需要进行配置,也就是找到以下的路径的程序 D:\Bitnami\redmine-3.4.3-1\apps\redmine\htdocs\lib\redmine\scm\adapters 打开subversion_adapter.rb,找到248行,修改为如下的内容 str << " --no-auth-cache --non-interactive --config-dir \"C:/Users/Administrator/AppData/Roaming/Subversion\"" 修改后也需要重新启动服务器。 然后到Redmine的具体项目中进行SVN的绑定 如果死活不成功,试试下面的方法 解决方法: 采用 HTTPS 访问 SVN 库,通常由于证书不被信任,所以需要在服务器上运行一次 svn 命令 svn list svn地址

Sync Redmine to another Redmine?

限于喜欢 提交于 2020-01-10 14:18:12
问题 Our company uses Redmine to track tech support issues, but sometimes these issues are escalated to the outsourced development team, who has their own Redmine. Has anyone ever found/written a sync between the two, so that a pair of issues can be synced: a change in A creates a change in B. I can't seem to find any guidance via Google. These two Redmine installations are on separate webservers with separate databases. 回答1: I had a client asking about this and the only way we could think to do