aboutsummaryrefslogtreecommitdiff
path: root/www/hotcrp/files/pkg-message.in
blob: 341f52e4dcae9f775a947555fc064ce69fab5ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ type: install
  message: <<EOM
Please note that everything has been installed in %%WWWDIR%%.

Read %%WWWDIR%%/README.md.

You will probably want to add an alias to your httpd.conf file, something
like this:

    	Alias /hotcrp %%WWWDIR%%
	<Directory %%WWWDIR%%>
	    Options Indexes Includes FollowSymLinks
	    AllowOverride all
	    Require all granted
	</Directory>

And restart Apache.
EOM
}
]