Home  >  Article  >  Database  >  redmine2.4.2 插件安装

redmine2.4.2 插件安装

WBOY
WBOYOriginal
2016-06-07 15:37:431136browse

---------------------------------环境------------------------------------------------------------------- Environment: Redmine version 2.4.2.stable Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32] Rails version 3.2.16 Environment product

---------------------------------环境-------------------------------------------------------------------

Environment:
  Redmine version                2.4.2.stable
  Ruby version                   1.9.3-p231 (2012-05-25) [i386-mingw32]
  Rails version                  3.2.16
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.8.3
  Git                            1.8.3
  Filesystem                     
Redmine plugins:
  redmine_scrumbler              1.5.0

----------------------------------------------------------------------------------------------------

1: 安装Scrumbler插件

第一步:安装插件到相应目录,Install the plugin in your Redmine plugins directory:

D:\soft\redmine-2.4.2-0\apps\redmine\htdocs>git clone git://github.com/256MbTeam/Redmine-Scrumbler.git plugins/redmine_scrumbler

第二步:Run migrations:

D:\soft\redmine-2.4.2-0\apps\redmine\htdocs\plugins>rake redmine:plugins:migrate RAILS_ENV=production
(in D:/soft/redmine-2.4.2-0/apps/redmine/htdocs)
Migrating redmine_scrumbler (Redmine Scrumbler plugin)...

第三步:重启redmine
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn