Difference between revisions of "Talk:Osticket"

From SME Server
Jump to navigationJump to search
Line 38: Line 38:
  
 
http://osticket.com/wiki/Email_Templates
 
http://osticket.com/wiki/Email_Templates
 +
 +
also, try these commands from the shell prompt since you are using an ibay
 +
 +
/sbin/e-smith/db accounts setprop support PHPBaseDir /home/e-smith/files/ibays/support/html/:/tmp
 +
 +
/sbin/e-smith/signal-event ibay-modify support

Revision as of 15:19, 7 February 2008

I've installed OSTicket 1.6rc3 in an ibay, rather than follow this howto's instructions on installing in /opt. My steps are below. It works fine, except I can't get email piping to work. Has anyone else managed to get piping to work? Does it matter if it is in an ibay or not?

What is the preferred path for php web apps? /opt with custom html templates, or in ibays?

# 2008-02-04	jlewis
# installing osticket
# create ibay "support"; creates group called "support"
# follow instructions based on http://wiki.contribs.org/Osticket
wget http://www.osticket.com/download/osticket_1.6.rc3.tar.gz
tar zxvf osticket_1.6.rc3.tar.gz
cp -R osticket_1.6.rc3/* /home/e-smith/files/ibays/support/html/.
cd /home/e-smith/files/ibays/support/html/upload
mv * ../.
cd ..
signal-event ibay-modify support
chmod 775 ostconfig.php
mysql -e "create database osticket"
mysql -e "grant all privileges on osticket.* to osticket@localhost identified by 'osticket1'"
mysql -e "flush privileges"
rm index.html
mkdir attachments
chown www attachments
# attempt to get email to support to work with osticket


pico /var/qmail/aliases/.qmail-support 
	# |/home/e-smith/files/ibays/support/html/api/pipe.php
# need to do
	# customize webpages
	# get email pipe functionality to work
	# fall back on pop3 email testing

getting pipping to work should not matter if it is in an ibay or opt dir, try these links below

http://osticket.com/wiki/Email_Settings#POP3

http://osticket.com/wiki/Email_Settings

http://osticket.com/wiki/Email_Templates

also, try these commands from the shell prompt since you are using an ibay

/sbin/e-smith/db accounts setprop support PHPBaseDir /home/e-smith/files/ibays/support/html/:/tmp

/sbin/e-smith/signal-event ibay-modify support