install docker
https://blog.yslifes.com/archives/3080
yum install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
systemctl start docker
systemctl enable docker
#docker image path: /var/lib/docker/containers
install redmine 5
https://github.com/sameersbn/docker-redmine#installation
docker pull sameersbn/redmine:latest
mkdir redmine5
cd redmine5
wget https://raw.githubusercontent.com/sameersbn/docker-redmine/master/docker-compose.yml
docker compose up
2023年3月30日 星期四
Redmine 5.0.5 install by docker (on Rocky Linux 9)
2018年4月23日 星期一
Mantis 選項修改
Reference:
mantis 工具中bug提交描述中的 严重性和优先级可以自定义吗?
mantis文件夹下config_defaults_inc.php文件中,修改$g_severity_enum_string(严重程度)和$g_priority_enum_string(优先级)的值;
如果你使用的界面语言为简体中文的话,还需要修改mantis\lang下strings_chinese_simplified文件中的$s_severity_enum_string和$s_priority_enum_string的值
mantis 工具中bug提交描述中的 严重性和优先级可以自定义吗?
mantis文件夹下config_defaults_inc.php文件中,修改$g_severity_enum_string(严重程度)和$g_priority_enum_string(优先级)的值;
如果你使用的界面语言为简体中文的话,还需要修改mantis\lang下strings_chinese_simplified文件中的$s_severity_enum_string和$s_priority_enum_string的值
2018年3月27日 星期二
Mantis plugin for email subject customizing
可以調整 email subject 的 plugin。
Customize Email Subject for MantisBT
0008986: customized eMail subjects
Customize Email Subject for MantisBT
0008986: customized eMail subjects
2016年12月13日 星期二
Redmine 沒有 New Issue
Reference:
'New Issue' tab not shown? [Solved]
檢查 Administration / Tracker / Bug (或其他Tracker)
裡面的 Projects 是否有打勾。
'New Issue' tab not shown? [Solved]
檢查 Administration / Tracker / Bug (或其他Tracker)
裡面的 Projects 是否有打勾。
2015年10月19日 星期一
Install Redmine 3.x on Windows 2012 R2
Reference:
Redmine Installation Guide
HowTo install rmagick gem on Windows
Ruby Development Kit Installation
Initial Configuration Fails with NameError
Redmine卡卡奇案
Downloads:
Redmine download
ImageMagick download
Ruby and Devkit download
版本搭配:
Ruby 2.0.0 (32bit), Devkit (32bit), ImageMagick-6.9.2 (32bit), mysql 5.6 (64bit), Redmine 3.1.1
Redmine Installation Guide
HowTo install rmagick gem on Windows
Ruby Development Kit Installation
Initial Configuration Fails with NameError
Redmine卡卡奇案
Downloads:
Redmine download
ImageMagick download
Ruby and Devkit download
版本搭配:
Ruby 2.0.0 (32bit), Devkit (32bit), ImageMagick-6.9.2 (32bit), mysql 5.6 (64bit), Redmine 3.1.1
- Ruby 必須用 2.0.0,用 2.2.3 在安裝 Redmine 的 bundle exec rake generate_secret_token 會出現錯誤訊息如下,解法為 改用 Ruby 2.0.0
- NameError: uninitialized constant ActionView::Helpers::ActiveModelHelper
- LoadError: cannot load such file -- actionpack-action_caching
- ImageMagick 用 32bit 才會有這兩個目錄
- C:\Program Files (x86)\ImageMagick-6.x.x-Q16\include
- C:\Program Files (x86)\ImageMagick-6.x.x-Q16\lib
2015年3月6日 星期五
Mantis plugin for url link
Mantis 1.2 以上安裝 plugin BBCode 可以自訂文字標籤。
下載網頁
使用說明
範例:新增 url link
[URL=http://url_to_my_site.com]display name[/URL]
可以插入 網路磁碟的路徑 [URL=X:\mypic.jpg]display name[/URL],但是只有透過 IE 可以在 Mantis 開啟 X:\mypic.jpg。Chrome 和 Firefox 因為安全性理由把 local file link 關閉了。
2012年12月27日 星期四
Install Redmine on Windows
Redmine 是 Bug Tracking System,可以和 Subversion (SVN) 結合。
有人做了比較表,請參考這一篇。
安裝步驟主要參考這三篇:
http://www.redmine.org/projects/redmine/wiki/RedmineInstall
http://blog.miniasp.com/post/2011/12/27/Install-Redmine-on-Windows-Notes.aspx
http://kevingo75.blogspot.tw/2011/03/redmine-install-on-windows-redmind.html
有人做了比較表,請參考這一篇。
安裝步驟主要參考這三篇:
http://www.redmine.org/projects/redmine/wiki/RedmineInstall
http://blog.miniasp.com/post/2011/12/27/Install-Redmine-on-Windows-Notes.aspx
http://kevingo75.blogspot.tw/2011/03/redmine-install-on-windows-redmind.html
開始裝吧!
1. download Ruby。我用 Ruby 1.8.7,順便把 DEVELOPMENT KIT 也抓下來,之後會用到。
訂閱:
文章 (Atom)
