FogBugz 7 Online Help

What Setup does on Unix and Mac OS

This document describes what the install.sh script does when you install FogBugz 7 for Unix. It is intended to help system administrators understand how the script modifies their system, and should help you understand how FogBugz is set up so that you can diagnose and correct problems.

Although we don't recommend setting up FogBugz manually, it is possible to do so by following the instructions in this document. (Note that there is very little benefit to installing FogBugz manually. What you probably want is an automatic install with manual apache integration. Use install.sh for that.)

sRegistryVersion:4
sConnectionString:Driver={mysql};Server=server;Database=fogbugz;Uid=fogbugz;Pwd=fogbugz;
sURL:http://localhost/fogbugz
fProduction:0
fDebug:0
sCustom1:Version
sCustom2:Computer
fDemo:0
sCustom1Help:Enter the version where you observed this case.
sCustom2Help:Describe the computer and software environment where this case occurs.
sLanguage:en-us

You will need to modify the sConnectionString line with the correct MySQL connection paramters. To connect via a unix socket, specify a filename as the server with a leading /.
# Always redirect to get add trailing slash
Redirect /fogbugz http://ted-vm1/fogbugz/
<IfModule !proxy_module>
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
</IfModule>
<IfModule !proxy_http_module>
LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
</IfModule>
ProxyPass /fogbugz/ http://localhost:7066/