酢ろぐ!

カレーが嫌いなスマートフォンアプリプログラマのブログ。

RedmineにチケットをRedmine Importerを導入するまで

RedmineにはCVSで出力する機能はあるのですが、その出力したCVSをインポートする事が出来ません。Redmine ImporterというCVSをインポートするPluginがあるのですが、どうも大元のRedmine Importer、日本語対応版のRedmine Importer共に最新のRedmineではエラーが出てしまいます。

git hubを弄っていたらforkされているのに気付いて、https://github.com/akiko-pusu/redmine_importerを試してみました。git hubから直接wgetで持ってくることが出来なかったので、一旦別サーバーに置いてから試してみました。

# cd $HOME
# wget http://ch3cooh.jp/files/akiko-pusu-redmine_importer-0f5228d.zip
# unzip akiko-pusu-redmine_importer-0f5228d.zip
# rm -rf akiko-pusu-redmine_importer-0f5228d.zip
# sudo mv akiko-pusu-redmine_importer-0f5228d /var/lib/redmine/vendor/plugins/redmine_importer
# sudo chown -R apache:apache /var/lib/redmine/vendor/plugins/redmine_importer
# service httpd restart