環境
インストール対象の環境です。- OS : Cent OS 6.3
- Ruby : 1.9.3p385
- Redmine : 2.2.2
- MySQL : 5.1.61-4
Backlogsインストール
以下はインストール実行時のログです。参考までに。
# git clone git://github.com/backlogs/redmine_backlogs.git
# cd redmine_backlogs
# git tag
・・・(略)・・・
v0.9.7
v0.9.8
v0.9.9
# git checkout v0.9.35
# export RAILS_ENV=production
# bundle exec rake db:migrate
実行すると以下のエラーが表示されます。
You cannot specify the same gem twice with different version requirements. You specified: test-unit (>= 0) and test-unit (= 1.2.3)
「plugins/redmine_backlogs/Gemfile」から「gem "test-unit", "=1.2.3" if RUBY_VERSION >= "1.9"」の行を削除し再実行します。
# bundle exec rake tmp:cache:clear
# bundle exec rake tmp:sessions:clear
# bundle update
# bundle exec rake redmine:backlogs:install
You are running backlogs v0.9.35, latest version is 0.9.35
=====================================================
Redmine Backlogs Installer
=====================================================
Installing to the production environment.
Fetching card labels from http://git.gnome.org...done!
Configuring story and task trackers...
-----------------------------------------------------
Which trackers do you want to use for your stories?
1. バグ
2. 機能
3. サポート
Separate values with a space (e.g. 1 3): 1 2 3
You selected the following trackers: バグ, 機能, サポート. Is this correct? (y/n) y
-----------------------------------------------------
Creating a new task tracker.
Please type the tracker's name: Task
You typed 'Task'. Is this correct? (y/n) y
Story and task trackers are now set.
Migrating the database...** Invoke redmine:plugins:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:plugins:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:schema:dump
** Invoke redmine:backlogs:fix_positions (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:backlogs:fix_positions
done!
Installation complete. Please restart Redmine.
Thank you for trying out Redmine Backlogs!
意外とあっさりインストールできました。
とりあえずしばらく使てみます。
意外とあっさりインストールできました。
とりあえずしばらく使てみます。
0 件のコメント:
コメントを投稿