# Had to install the pluginfactory gem by running 'gem install -no-rdoc -no-ri pluginfactory'
# Noticed that Apache runs as 'www-data' on Ubuntu instead of 'apache' user like on Fedora. Amahi-app-installer.log indicated 'apache' user was not found after attempting to install an app on Application tab of platform.
=Considerations=
Instead of using FastCGI, perhaps package Amahi with capability to use Ubuntu's native phusion passenger (aka mod_rails) package.
Add the following line to the Third Party Software Sources:
deb http://apt.brightbox.net hardy main
(The simplest way to do that is to create a file in /etc/apt/sources.list.d/ containing the deb instruction, and then run 'apt-get update').
Once you've done this then you can install Phusion Passenger by running:
apt-get install libapache2-mod-passenger
'''This page is being edited actively and a lot of sections are missing currently'''