UBMoD requires Apache, MySQL, PHP and Perl. These are the minimum versions needed along with any modules and minimum versions where necessary:
These can be installed on Red Hat based systems (Fedora and CentOS) with the following command:
# yum install httpd mysql-server mysql php php-mysql php-pdo \ php-gd php-pear perl perl-DBI perl-DBD-MySQL \ perl-Config-Tiny perl-DateTime perl-JSON
and on Debian based systems (Ubuntu) with this command:
# apt-get install apache2 mysql-server mysql-client \ libapache2-mod-php5 php5 php5-mysql php5-gd php-pear \ perl libdbi-perl libdbd-mysql-perl \ libconfig-tiny-perl libdatetime-perl libjson-perl