Redmine部署以及插件安装
Redmine是类似JIRA的一个项目/BUG管理工具,使用ruby语言编写的。安装相对就麻烦一点,不熟嘛,一堆的东西要安装。有两种简单/傻瓜式的安装方式:bitnami-redmine,相当于一键安装;docker + redmine,使用docker把所有的依赖都安装好,只需要配置remine即可。这里选择使用docker-compose来安装 sameersbn/redmine:3.4.2部
·
Redmine是类似JIRA的一个项目/BUG管理工具,使用ruby语言编写的。安装相对就麻烦一点,不熟嘛,一堆的东西要安装。有两种简单/傻瓜式的安装方式:
- bitnami-redmine,相当于一键安装;
- docker + redmine,使用docker把所有的依赖都安装好,只需要配置remine即可。
这里选择使用docker-compose来安装 sameersbn/redmine:3.4.2
部署
先跑起来,然后再根据需求修改配置。搞得不好的话,重新安装也超级简单,是吧!
1 2 3 4 |
|
启动后,浏览器访问 http://HOSTED_IP:10083 ,使用 admin/admin 登录。
- 重新弄,初始化:
1 2 3 4 5 6 7 8 9 |
|
Theme主题
- https://github.com/sameersbn/docker-redmine#themes
- http://www.redmine.org/projects/redmine/wiki/Themes
- https://www.redmineup.com/pages/themes/a1
改头换面,下载主题后放到 /srv/docker/redmine/redmine/themes/ 目录下。然后 重启容器 ,再重新登录,修改 管理 - 配置 - 显示 - 主题 - A1
1 2 3 |
|
Plugins
有些插件不兼容3.4,注意版本的选择!以下是在3.4下面安装使用的插件:
- http://www.redmine.org/projects/redmine/wiki/Plugins
- http://www.redmine.org/plugins/clipboard_image_paste
- https://github.com/peclik/clipboard_image_paste
- http://www.redmine.org/plugins/redmine_checklists
- http://www.redmine.org/plugins/redmine_agile
- https://github.com/paginagmbh/redmine_lightbox2.git
- https://github.com/paginagmbh/redmine_lightbox2
- http://www.redmine.org/plugins/mega_calendar
- https://github.com/berti92/mega_calendar/wiki/Installation
- http://www.redmine.org/plugins/redmine_work_time
- http://www.redmine.org/plugins/redmine_issue_templates
- Kanban
- http://www.redmine.org/plugins/redhopper
- http://www.redmine.org/plugins/redhopper
- http://www.redmine.org/plugins/deployer
- https://github.com/zapic0/deployer
- http://www.redmine.org/plugins/redmine-ckeditor
- https://github.com/a-ono/redmine_ckeditor
- http://www.redmine.org/plugins/apijs 有一些依赖要安装,没用到的可以不安装apijs这个插件。
- https://www.luigifab.info/redmine/en/apijs.php
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
不重启容器的话,可以登录到容器把 ~/data/plugins 拷贝到 ~/redmine/plugins 下面,然后执行下面的命令进行更新:
1 2 3 4 5 |
|
其他的一些插件
- http://www.redmine.org/plugins/dmsf
- https://github.com/danmunn/redmine_dmsf
- http://www.redmine.org/plugins/redmine_git_hosting X
- http://www.redmine.org/plugins/redmine_upwork_plugin
- https://github.com/alexbevi/redmine_knowledgebase
- https://github.com/danmunn/redmine_dmsf
- https://github.com/jbox-web/redmine_jenkins
- https://github.com/masweetman/issue_charts
- 3.3.x
- http://www.redmine.org/plugins/redmine_pivot_table
- https://www.redmine.org/plugins/advanced_roadmap_v2
- https://github.com/Coren/redmine_advanced_roadmap_v2
- https://github.com/Loriowar/redmine_issues_tree
- https://github.com/speedy32129/projects_show
参考
–END
更多推荐
已为社区贡献35条内容
所有评论(0)