After using the new installer I was able to get everything working. It still appears to have blanked out the password in the config.php file.
to fix the password (if you have problems)
sudo gedit /var/www/fog/commons/config.php
find this line
define(‘DATABASE_PASSWORD’, ‘YourPasswordHere’);
Place the password in between the parenthesis after the coma.
restart apache (not sure you need to but I did)
sudo service apache2 stop
sudo service apache2 start
Thanks for the quick help. Fog is awesome! Tom Rocks!