-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
46 lines (34 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
RepoManager
===========
This software is licensed under AGPL version 3. See file COPYING.txt for details.
(c) 2008 Stéphan Gorget
Some portions of the code are inspired from freehg.org (matthew marshall (c))
What is this?
-------------
This is a web-based software to manage mercurial configuration files. The aim
is to provide a web-interface to manage mercurial repositories.
Apache2 configuration
~~~~~~~~~~~~~~~~~~~~~
<VirtualHost *>
ServerName repomanager
ServerAdmin [email protected]
ScriptAliasMatch ^(.*) /home/steph/projets/repos/hgrepos/hgwebdir.cgi$1
<Directory "/home/steph/projets/repos/hgrepos/">
Order allow,deny
Allow from all
AllowOverride All
SetHandler None
Options ExecCGI
AddHandler cgi-script .cgi
AuthUserFile /home/steph/projets/repos/htpasswd
AuthGroupFile /dev/null
AuthName "Repo Manager"
AuthType Basic
<LimitExcept GET>
Require valid-user
</LimitExcept>
</Directory>
</VirtualHost>
Website
-------
http://phantez.net