updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / hula / hula.install
blobeaca1d08e79b12a101f95799ebb8491874c58967
1 post_install() {
2 /bin/cat <<THEEND
3 cd to /opt/hula/sbin/ and run:
5     $ ./hulasetup --domain=your.domain.com --dns=ip.of.dns.server
7 If you don't specify the --domain argument, then it will default to localhost.localdomain as your domain.
9 Specifying the IP address of your DNS server is useful; hula doesn't pick it up from /etc/resolv.conf. You need to set it in order to send mail out.
11 If you already have servers running for services that hula provides, you can change the port hula will use for them with hulamanager too. For example, if you already have apache running on port 80, you can make the hula webserver use port 8080:
13     $ ./hulasetup --http=8080
15 Parameters for other services are --https, --ldap, --webadmin and --webadmins. The smtp port can't be changed.
17 THEEND
20 post_remove() {
21   # too many files and dirs created by setup.  just rm it all
22   rm -rf /opt/hula