gitprep / README /
bc55e15 11 years ago
2 contributor
22 lines | 0.36kb
Gitpub

  Github clone. Serve git repository.

Operation

  Start
  
      ./githublite
  
    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
  
      ./githublite --stop
    
    You can stop application by --stop option.