
Documentation for Crowd 2.0.x. Documentation for other versions of Crowd is available too.
This page provides instructions on how to install the Crowd Apache connector on a computer using Debian Linux or one of its derivative distributions, such as Ubuntu. These instructions are part of the guide to integrating Crowd with Apache.
The intent of these instructions is to take you from a default OS installation to a working Apache/Subversion/Crowd integration as easily as possible. We assume a fresh installation. If you are an experienced Linux system administrator you need not follow these instructions to the letter.
These instructions have been tested on Debian 5 and Ubuntu 9.10
apt-get command to install the required packages:
sudo apt-get install liberror-perl libcache-cache-perl libsoap-lite-perl sudo apt-get install libdigest-sha1-perl apache2 libapache2-mod-perl2
sudo apt-get install subversion libapache2-svn
The Crowd Apache connector software is available in deb format.
unzip DEBS.zip dpkg -i libatlassian-crowd-perl_1.3-1_all.deb dpkg -i libapache-crowdauth-perl_1.3-1_all.deb dpkg -i libapache-crowdauthz-perl_1.3-1_all.deb
/etc/init.d/apache2 restart
/var/log/apache2/error.log file.Now that the software is installed, the next step is to configure Apache authentication.