GitPrep

Yuki Kimoto fixed cpanfile
Latest commit fab84ff 11 years ago
README
gitprep

  Github clone. Serve git repository.

Features

  - Github clone
  - Perl 5.8.7+ only needed

Installation

  perl cpanm -L extlib --installdeps .

Operation

  Start
  
      ./gitprep
  
    Application start in back ground. Port is 10020.
    You can access the following URL.
      
      http://localhost:10020
    
    If you change port, edit githublite.conf.
  
  Stop
  
      ./gitprep --stop
    
    You can stop application by --stop option.