#!/bin/bash
echo "Installing pear modules..."
/usr/bin/pear install Image_Color
/usr/bin/pear install Log
/usr/bin/pear install Numbers_Roman
/usr/bin/pear install \
	http://pear.php.net/get/Numbers_Words-0.13.1.tgz
/usr/bin/pear install \
	http://pear.php.net/get/Image_Graph-0.4.0.tgz
echo ""
echo "For BASE to work properly, your web browser must have cookie"
echo "support enabled."
echo "Since the reports generated by BASE can contain sensitive"
echo "information, it is recommended that you implement (SSL/TLS). It is"
echo "also recommended that your php.ini have \"display_errors\""
echo "set to \"off.\""
echo "You may need to edit \"/etc/base/base_conf.php\" before using BASE."
echo "To setup your initial database, direct your web browser to the"
echo "location you installed BASE/base_db_setup.php."
echo ""
