Mitel SME Install | ||||||||||||||||||||||||||||||
These are the steps I took to install tikiwiki (http://www.tiki.org/) on my Mitel SME 5.6 Developer Release. There may be redundancy in some of these steps, or some weak security practices. Please let me know if you have any suggestions or improvements. All of the below commands (in monospace) should be performed as root from a terminal session on your SME server. 1) Set up all your ibays with a PHPBaseDir (you need to do all of them to work around some later version PHP issues I encountered). In my case I went with using / as the PHPBaseDir, but you could also use /home/e-smith/files. You need to be aware of this when setting up tiki's tmp directory.
2) Up your default php memory allotment (I changed mine to 16M)
3) Make edits to httpd.conf to point to correct pear files (suggested by http://www.e-smith.org/bboard//read.php?v=t&f=3&i=24710&t=24710)
4) Download the latest tiki package from www.tiki.org, install into your ibay
5) Copy the files into your ibay root html folder (or you could cp -R the tiki_1.7.2 directory to the html dir)
6) Edit tiki files to allow tiki to run under php safemode (from http://www.tiki.org/tiki-index_raw.php?page=InstallTikiUnderSafeMode)
7) Change the permissions of the files so they will run properly in the ibay (look to see what the existing perms are for that Ibay, and copy them)
8) Set up your database
9) In a web browser, connect to http://
That should do it. Please let me know if you have any updates/corrections to make to this, and I will update accordingly. |