11
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.

githubクローンGitPrepを試す

Last updated at Posted at 2015-01-09

gitgrep.png

自分で構築できるgithubクローンといえば、GitBucketやGitLabですが
目立たないところでGitPrepというのもあります。(Perl製)

GitBucketがモッサリしてるという場合は、
機能は少なめですがこちらも一案としてありかなと。

$ git clone https://github.com/yuki-kimoto/gitprep.git
$ cd gitprep
$ ./setup.sh
<== Installed dependencies for .. Finishing.
54 distributions installed
// ↑ここでのPerlモジュールインストールは直下の extlib/ 以下に行われる

$ vi gitprep.conf
-;listen=http://*:10020
+listen=http://*:8080

// 起動
$ ./gitprep

// 停止
$ ./gitprep --stop

参考

GitPrep - ポータブルなGithubシステムをUnix/Linuxにインストール - サンプルコードによるPerl入門 ~ 安定と信頼のPerlを学ぼう ~
http://d.hatena.ne.jp/perlcodesample/20130421/1366536119

yuki-kimoto/gitprep
https://github.com/yuki-kimoto/gitprep

11
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
11
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?