0
0

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.

メモ: OpenGrok (ソースコード全文検索)

Last updated at Posted at 2020-05-14

起動

docker-compose.yml
version: '3'
services:

  opengrok:
    image: opengrok/docker:1.3.15
    volumes:
      - .:/opengrok/src:ro
    ports:
      - 127.0.0.1:8080:8080
# 全てUTF-8に変換
find . -type f -exec nkf -w --overwrite {} \;

GitLab から乗り換えた理由

  • 軽い (GitLabは メモリ 3.5GBほど必要だが、OpenGrokは500MBほど)
  • 定義にジャンプ出来、またサクサク動く。
  • (注意) 文字コードはUTF-8のみ対応

画面

Androidソースコード検索サービス さんのページで動作を確認が出来る。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?