Hello,
I’ve understimate the installation of fog.
The tutorial I’ve have followed is the next one.
https://wiki.fogproject.org/wiki/index.php/Ubuntu_14.04
After the installation you have to replace som files for the new layout.
But no files are there in the www map, reinstall the fog software? (i’ve made a snapshot :3 )
I use fog 1.2.0 and ubuntu 14.04 LTS.
*New Web Layout
Ubuntu 14.04 moved from the /var/www document root to /var/www/html document root layout. Because of this, we have to either move the /var/www/fog directory to /var/www/html or simply create a link.
Open a terminal and sudo up to root.
sudo su -
Move fog folder so it’s accessible.
mv /var/www/fog /var/www/html/
Link the folder instead of move.
ln -s /var/www/fog /var/www/html/fog*