https://github.com/a-ono/redmine_ckeditor
1、下载 redmine_ckeditor
2、copy redmine_ckeditor 到 redmine 目录下的 plugins 目录下(不同版本的redmine的plugins文件夹的位置不一样)
3、在 redmine_ckeditor 根目录里有 Gemfile,所以插件的安装也需要依赖的库,而所需要的库就在 Gemfile 里。
所以要在 redmine_ckeditor 目录下,运行下面两步 (bundle install)
- Install the required gems
bundle install --without development test
- Execute migration
rake redmine:plugins:migrate RAILS_ENV=production
没有评论:
发表评论