Yet Another D8 Beta Attempt

The point of this is to do a GUI driven install on a Fusion VM

  1. Update the VM Linked Clone
  2. Install Apache 2 but in Debian 7 Wheezy the Rewrite Module is not enabled so do that using a2enmod rewrite, which edits the Apache 2 config file in the process so the Rewrite Module is loaded through subsequent reboots. Then add
    <Directory />
    AllowOverride All
    </Directory>

    to the apache2.conf file so that the rewrite rules in the .htaccess are applied.

Not sure where this one got to, but its safe to say it was not a completed success!