機能 #179
Redmine GitHub Hook の導入(2回目)
100%
説明
子チケット
関連するチケット
みぞ @mizo0203 さんが7年以上前に更新
- 期日 を 2016/02/11 にセット
- 開始日 を 2017/04/10 から 2016/02/11 に変更
- 次のチケットに後続 機能 #125: Redmine GitHub Hook の導入 を追加
みぞ @mizo0203 さんが7年以上前に更新
- 説明 を更新 (差分)
- ステータス を 新規 から 進行中 に変更
- 進捗率 を 0 から 20 に変更
# gem install json # touch tmp/restart.txt # cd plugins/ # git clone git://github.com/koppen/redmine_github_hook.git # cd ../ # touch tmp/restart.txt
http://redmine.mizo0203.com/admin/plugins
Redmine Github Hook plugin This plugin allows your Redmine installation to receive Github post-receive notifications https://github.com/koppen/redmine_github_hook
http://redmine.mizo0203.com/github_hook?project_id=webhookstest
You have successfully installed the Redmine GitHub Hook Plugin. This page is just a confirmation that you have successfully installed the plugin. Follow the rest of the installation: Redmine GitHub Hook Plugin on GitHub
みぞ @mizo0203 さんが7年以上前に更新
Commit: a946d1f06d720c7aa0d4f15180feba0ce8475971
https://github.com/mizo0203/WebhooksTest/commit/a946d1f06d720c7aa0d4f15180feba0ce8475971
Author: みぞ@CrazyBeatCoder mizo0203@outlook.com
Date: 2017-04-10 (Mon, 10 Apr 2017)
Log Message:
Redmine GitHub Hook の導入(2回目) refs #179
古明地こいし @redmizo_info さんが7年以上前に更新
Commit: 40b07e7f9e7e531d0be18945f7b748fbece2a5da
https://github.com/mizo0203/WebhooksTest/commit/40b07e7f9e7e531d0be18945f7b748fbece2a5da
Author: みぞ@CrazyBeatCoder mizo0203@outlook.com
Date: 2017-04-10 (Mon, 10 Apr 2017)
Log Message:
みぞ @mizo0203 さんが7年以上前に更新
- ステータス を 進行中 から 完了 に変更
- 進捗率 を 20 から 100 に変更
更新履歴 github|40b07e7f9e7e531d0be18945f7b748fbece2a5da で適用されました。
みぞ @mizo0203 さんが7年以上前に更新
同じところでハマった
sudo -u apache をつけて、GitHub 上のリポジトリにアクセスできることを確認しておくこと
http://qiita.com/n_slender/items/54cd282c140fadbbb322#redmineサーバ上にリポジトリをclone