Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Mike_eQuest Offline
New Member
 
Posts: 1
Join Date: Apr 2006
Successful install on Debian Stable - 05-04-2006, 08:52 PM

Just wanted to report I was able to successfully install SupportSuite on Debian Stable (sarge).

Software Versions:
SupportSuite 3.00.32.stable
PHP 4.3.10
MySQL 4.1.11
Apache 2.0.54
Zend Optimizer 2.6.2

Debian Packages Installed:
apache2
apache2-mpm-prefork
libapache2-mod-php4
mysql-server-4.1
php4
php4-mysql (You'll get a white screen of death on setup.php if you dont add this)

Steps:
Do a bare bones net install, selecting no additional packages to install. Run the following at the root prompt:
Code:
apt-get install apache2 apache2-mpm-prefork libapache2-mod-php4 mysql-server-4.1 php4 php4-mysql
Apt will handle all of the dependencies and install all additional packages it needs.

While you're at it you might as well install these tools (this is all optional and up to your preferences):
Code:
apt-get install logcheck chkrootkit ntpdate sysv-rc-conf tiger vim apticron firehol
If you dont know what any of those are, look them up on google. I consider them standard tools and use them on all of our debian servers.

Another good idea is to edit your /etc/aliases file and redirect everything (including root) to an email address:
Code:
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
logcheck: root
mail: root
root: mike
mike: your@email.com 
After that go to Zend.com and download Zend Optimizer. Copy the tar.gz file to your server and untar it. There is an executable in there called 'install-tty' Run that and follow the prompts (I just hit enter a bunch since the defaults were all correct).

Download the SupportSuite software from members.kayako.net. Make sure you get the Zend version. Untar it and follow the instructions in the windows help file located at supportsuite-3_00_32-stable-zendopen/help/SupportSuite.chm.

This entire process should only take about 30 minutes. It took me about 1.5 hours since I forgot to install php4-mysql. Unfortunately the logging and error handling of SupportSuite isn't so good during the install. It gave me no information other than a blank white screen when accessing the setup.php page.
   
Reply With Quote
  (#2) Old
SteveNX Offline
New Member
 
Posts: 1
Join Date: Jun 2006
13-06-2006, 02:23 PM

Attention: Don't forget to uncomment extension=mysql.so in /etc/php4/cli/php.ini. If you don't do this you get the following not meaningful error: Postfix email parsing Command died status 255
   
Reply With Quote
Reply

Tags
debian, install, stable, successful

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why isn't the version incremented after STABLE? NC Software SupportSuite, eSupport and LiveResponse 10 17-08-2007 07:00 PM
New Build: 3.11.00 STABLE Jamie Edwards News and Announcements 1 06-08-2007 09:02 PM
eSupport v2.3.1 Stable Released - (XSS Vulnerability Fix) Varun Shoor News and Announcements 2 08-02-2005 02:12 PM
eSupport v2.2 Stable Released Varun Shoor News and Announcements 3 23-06-2004 11:39 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46