10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows環境でGitBucketにGistプラグインを導入

Last updated at Posted at 2015-07-30

プラグインの入手

https://github.com/takezoe/gitbucket-gist-plugin/releases から gitbucket-gist-plugin_2.11-*.jar をダウンロード

※ソースコードから生成する場合

  1. JDK をインストール
  2. https://github.com/takezoe/gitbucket-gist-plugin から「Download ZIP」でダウンロード
  3. gitbucket-gist-plugin-master.zip を解凍
  4. プロキシの設定(必要なら)
  • sbt.bat を開き、java の後ろに -Dhttp.proxyHost=<プロキシサーバのホスト名> -Dhttp.proxyPort=<ポート番号> を記述
  1. sbt.bat を実行して暫く待つ
  2. プロンプトが表示されたら package と入力して Enter
  3. また暫く待つ
  4. プロンプトが表示されたら exit
  5. target/scala-2.11/gitbucket-gist-plugin_2.11-*.jar が生成されている

プラグインの配置

  1. GitBucketのバージョンを最新にする
  2. gitbucket-gist-plugin_2.11-*.jarGITBUCKET_HOME/plugins にコピー
  3. GitBucketを再起動
10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?