updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / osticket / osticket.install
blobf4b53c2220c582afb7886038cf7f01cf439c3092
1 post_install() {
2   echo -n "adding http system group... "
3   groupadd http
4   echo "done."
5   chgrp -R http /srv/http/osticket
6   post_upgrade
7   cat << 'EOM'
9 ==> NOTES:
11  -> In order to use osticket, you have to be in the 'http' group
13  -> Setup Apache, MySQL and PHP, following 'http://wiki.archlinux.org/index.php/LAMP'
15  -> To finish the installation process, navigate to 'http://localhost/osticket' 
16     with your web browser.
18 ==> Need help installing osTicket?  
20  -> Read Documentation at 'http://osticket.com/wiki/Home/'
22 EOM
25 post_upgrade() {
26   true
29 pre_remove() {
30   true
33 post_remove() {
34   true
37 op=$1
38 shift
39 $op $*