gitprep / README /
Newer Older
31 lines | 0.465kb
updated README
Yuki Kimoto authored on 2012-11-26
1
gitprep
copy gitweblite soruce code
root authored on 2012-11-23
2

            
renamed githublite to gitpub
Yuki Kimoto authored on 2012-11-23
3
  Github clone. Serve git repository.
copy gitweblite soruce code
root authored on 2012-11-23
4

            
fixed cpanfile
Yuki Kimoto authored on 2013-03-18
5
Features
6

            
7
  - Github clone
8
  - Perl 5.8.7+ only needed
9

            
10
Installation
11

            
12
  perl cpanm -L extlib --installdeps .
13

            
copy gitweblite soruce code
root authored on 2012-11-23
14
Operation
15

            
16
  Start
17
  
updated README
Yuki Kimoto authored on 2012-11-26
18
      ./gitprep
copy gitweblite soruce code
root authored on 2012-11-23
19
  
renamed githublite to gitpub
Yuki Kimoto authored on 2012-11-23
20
    Application start in back ground. Port is 10020.
copy gitweblite soruce code
root authored on 2012-11-23
21
    You can access the following URL.
22
      
fixed cpanfile
Yuki Kimoto authored on 2013-03-18
23
      http://localhost:10020
copy gitweblite soruce code
root authored on 2012-11-23
24
    
renamed githublite to gitpub
Yuki Kimoto authored on 2012-11-23
25
    If you change port, edit githublite.conf.
copy gitweblite soruce code
root authored on 2012-11-23
26
  
27
  Stop
28
  
updated README
Yuki Kimoto authored on 2012-11-26
29
      ./gitprep --stop
copy gitweblite soruce code
root authored on 2012-11-23
30
    
31
    You can stop application by --stop option.