github 클론 GitPrep 테스트
1471 단어 Git
자기가 만들 수 있는github 클론은 GiitBucket과 GiitLab입니다.
눈에 띄지 않는 곳도 있다.(Perl제)
GiitBucket이 애매모호하면...
기능이 비교적 적지만 이쪽에도 방안이 하나 있다.
$ 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
참고 자료
Unix/Linux에 GitPrept-휴대용 Giithub 시스템 설치 - 샘플 코드를 통해 Perl 입문~안정적이고 신뢰할 수 있는 Perl~
http://d.hatena.ne.jp/perlcodesample/20130421/1366536119
yuki-kimoto/gitprep
https://github.com/yuki-kimoto/gitprep
Reference
이 문제에 관하여(github 클론 GitPrep 테스트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ymko/items/09d24504b1649ad36870
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(github 클론 GitPrep 테스트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ymko/items/09d24504b1649ad36870텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)