Changes

From SME Server
Jump to navigationJump to search
26 bytes added ,  05:42, 7 February 2008
m
no edit summary
Line 3: Line 3:  
What is the preferred path for php web apps?  /opt with custom html templates, or in ibays?
 
What is the preferred path for php web apps?  /opt with custom html templates, or in ibays?
   −
# 2008-02-04 jlewis
+
# 2008-02-04 jlewis
# installing osticket
+
# installing osticket
# create ibay "support"; creates group called "support"
+
# create ibay "support"; creates group called "support"
# follow instructions based on http://wiki.contribs.org/Osticket
+
# follow instructions based on http://wiki.contribs.org/Osticket
wget http://www.osticket.com/download/osticket_1.6.rc3.tar.gz
+
wget http://www.osticket.com/download/osticket_1.6.rc3.tar.gz
tar zxvf 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/.
+
cp -R osticket_1.6.rc3/* /home/e-smith/files/ibays/support/html/.
cd /home/e-smith/files/ibays/support/html/upload
+
cd /home/e-smith/files/ibays/support/html/upload
mv * ../.
+
mv * ../.
cd ..
+
cd ..
signal-event ibay-modify support
+
signal-event ibay-modify support
chmod 775 ostconfig.php
+
chmod 775 ostconfig.php
mysql -e "create database osticket"
+
mysql -e "create database osticket"
mysql -e "grant all privileges on osticket.* to osticket@localhost identified by 'osticket1'"
+
mysql -e "grant all privileges on osticket.* to osticket@localhost identified by 'osticket1'"
mysql -e "flush privileges"
+
mysql -e "flush privileges"
rm index.html
+
rm index.html
mkdir attachments
+
mkdir attachments
chown www attachments
+
chown www attachments
# attempt to get email to support to work with osticket
+
# attempt to get email to support to work with osticket
pico /var/qmail/aliases/.qmail-support
+
pico /var/qmail/aliases/.qmail-support  
# |/home/e-smith/files/ibays/support/html/api/pipe.php
+
# |/home/e-smith/files/ibays/support/html/api/pipe.php
# need to do
+
# need to do
# customize webpages
+
# customize webpages
# get email pipe functionality to work
+
# get email pipe functionality to work
# fall back on pop3 email testing
+
# fall back on pop3 email testing
17

edits

Navigation menu