<!--# After installation, as '''root''' user (once added to amahi repo, this will be no longer required):
 rpm -Uvh http://alpha.amahi.org/tmp/hda-platform-5.6.11-1.noarch.rpm -->
* There is a problem with setting the timezone in PHP.  A workaround is in place to allow the install process to continue.  This will affect some apps.
* RPMFusion Free and Nonfree are not installing correctly:  To get them installed, do the following:
{{Code|yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm}}
* There is a problem with setting the timezone in PHP.  A workaround is in place to allow the install process to continue.  The correct way to fix this is to add a line in your /etc/php.ini file:
{{Code|date.timezone <nowiki>=</nowiki> "US/Central"}}
'''NOTE:'''  The list of available timezone values you can use can be found here: http://www.php.net/manual/en/timezones.php
== Application Testing ==