GitPrep

Latest commit 2ad0cd3 11 years ago
README
Gitpub

  Github clone. Serve git repository.

Operation

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