FogBugz 7 Online Help

Unix system requirements

Before installing FogBugz for Unix, you should run through this checklist to make sure your server has all the required components.

NOTE: If you are planning to install this on a shared Unix host, it will require command-line access and possibly root access unless the host environment already matches all of the listed requirements.  Ask your host provider before installing if they will be amenable to helping you with making the installation work.

Computer

FogBugz for Unix will run on processors built on the x86 architecture, including Intel, AMD and all 100% Intel-compatible processors. Other CPUs will not work.

We also recommend that the server be provided with at least 2GB of RAM, and at least 10GB of free hard drive space.

Operating System

FogBugz is designed to run on many UNIX/Posix systems, but has not been tested on every version of every platform. The following are known to work:

FogBugz currently ships with several components compiled for 32-bit CPUs. On 64-bit platforms, this may require the installation of 32-bit system libraries (such as ia32-libs for Ubuntu/Debian Linux)

Other versions of Linux that are binary compatible those listed may work, but we have not yet tested them (aside from comments included in the above list). We do offer a 90-day, no questions asked money back guarantee, so if you like, you could buy one license, try installing, and if it does not work, we will issue a refund. However, we cannot currently provide installation support for platforms not on the list of supported platforms.

Not sure what platform you have? Type uname -a at the command prompt.

MySQL Database Server, Versions 5.0.45 and above (www.mysql.com)

To install with MySQL, you first have to ensure that the MySQL command client is installed and working, and that the MySQL server is running before installing FogBugz.

Not sure if MySQL is running? Type mysql at the command line:

For Email Integration

For FogBugz to send email, you need an SMTP server. If you have the ability to send Internet email, you probably already have one of these somewhere.

For FogBugz to receive incoming mail, you need a POP3 or IMAP server. FogBugz supports plain and secure (ssh-based) for both protocols. Almost all email servers support POP3.

For Source Code Control Integration

We support integration with Mercurial, Perforce, CVS, Subversion, Visual SourceSafe, and Vault. Other source code control systems may work if they support some form of triggers and have a web interface. More info.