Home > Database > Mysql Tutorial > body text

redmine2.4.2 插件安装

WBOY
Release: 2016-06-07 15:37:43
Original
1140 people have browsed it

---------------------------------环境------------------------------------------------------------------- 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
Copy after login

第二步:Run migrations:

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

第三步:重启redmine
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template