summarylogtreecommitdiffstats
path: root/wwwsqldesigner.install
blob: 29d535e54405c89188d2cd330f7af16e9a24d292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEXT='
If you want to access wwwsqldesign interface by your apache, run following command as root:\n
echo "Include conf/extra/httpd-wwwsqldesigner.conf" >> /etc/httpd/conf/httpd.conf\n

And restart your apache running "/etc/rc.d/httpd restart"\n\n

After you can browse wwwsqldesigner on http://localhost/wwwsqldesigner\n';

post_install() {
	
	echo -e $TEXT;
}	


post_upgrade() {
	
	echo -e $TEXT;
}