æ©éãã£ã¦ã¿ããããããªã«ã³ã¸ã«ãªãã¾ããã
Trac 㨠TestLink ã®é£æºã¯コチラ
以ä¸ãã¤ã³ã¹ãã¼ã«æé
åèãµã¤ã
ç°å¢
- Windows XP Pro SP2(x86)
- XAMPP Windows 1.6.6a
- TestLink 1.7.4
- redMineとTestLinkの連携のためのパッチ
- redMine 0.6.4
- One-Click Installer - Windows 186-26
ï¼redMineãTestLink ã¨ãã« XAMPP ã® Mysql ã使ããã¨ã«ããã
XAMPPã®ã¤ã³ã¹ãã¼ã«
- ここããã¤ã³ã¹ãã¼ã©ããã¦ã³ãã¼ããã
- ã¤ã³ã¹ãã¼ã©ã®æ示ã«å¾ãã¤ã³ã¹ãã¼ã«ãã
TestLink ã®ã¤ã³ã¹ãã¼ã«
redMine ã®ã¤ã³ã¹ãã¼ã«
Ruby ã®ã¤ã³ã¹ãã¼ã«ã¨ redMine 使ç¨ã®ããã®æºå
1. ここããã¤ã³ã¹ãã¼ã©ããã¦ã³ãã¼ããã
2. ã¤ã³ã¹ãã¼ã©ã®æ示ã«å¾ãã¤ã³ã¹ãã¼ã«ãã
3. ã¤ã³ã¹ãã¼ã«ãçµãã£ããã³ãã³ãããã³ãããéã
4. rails ãã¤ã³ã¹ãã¼ã«ãã
> gem install rails --include-dependencies
5. Mysql ã« redMine ç¨ã® DB ãä½æãã
C:\>C:\xampp\mysql\bin\mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 5.0.51a Source distributionType 'help;' or '\h' for help. Type '\c' to clear the buffer.
6. "C:\redmine\config"ã«ãã"database.yml.example"ããªãã¼ã ã"database.yml"ã¨ãã
7. "database.yml"ã®"production"ãé©å®å¤æ´ãããTestLinkå´ã§æååãããããã"encoding: utf8"ã¯å¿
ã追å ããã
production:
encoding: utf8
adapter: mysql
database: redmine
host: localhost
username: root
password:
8. redMine ã®ãã©ã«ãã¸ç§»åããã³ãã³ããå®è¡
cd C:\redmine
rake db:migrate RAILS_ENV="production"
rake redmine:load_default_data RAILS_ENV="production"
ruby script/server -e production
9. "http://localhost:3000/"ã¸ã¢ã¯ã»ã¹ããlogin : adminãpassword : adminã§ãã°ã¤ã³ãã