summary refs log tree commit diff
path: root/devel/cgit-patched/files/pkg-message.in
blob: 01906397b8094d0c28b02d1f3de9a8501e20b2ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
cgit has been successfully installed.

To enable cgit in Apache, use something like the following:

  <Directory "%%WWWDIR%%/">
      AllowOverride None
      Options +ExecCGI
      Require all granted 
  </Directory>

Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
EOM
}
]