Hi Daniel,
I was going through the Booktype 2.0 install, and found these things
You need to install apache2 earlier, as there is no www-data user or /var/www/html directory until this is installed
On Ubuntu 14.04 apache2 root is now /var/www/html/
See https://help.ubuntu.com/lts/serverguide/httpd.html
The DocumentRoot
directive specifies where Apache2 should look for the files that make
up the site. The default value is /var/www/html, as specified in /etc/apache2/sites-available/000-default.conf. If desired, change this value in your site's virtual host file, and remember to create that directory if necessary!
Also Ubuntu 1404 does not allow to login as www-data user by default
Ubuntu 14.04 - Allow Login As www-data User - see http://programster.blogspot.com/2014/05/ubuntu-1404-allow-login-as-www-data-user.html
Apache2 needs to be installed before you start using apache root dir, and before "sudo su www-data"
My Install works when I use ./manage.py runserver 0.0.0.0:8005 ( with the above changes ) URL : http://10.0.0.5:8005/
But not when I start using "Apache configuration"
I am using a local site ( not for the INTERNET ), my servers IP is 10.0.0.5, any advice, I think I might not be setting one or more of the apache settings properly
It looks like you're new here. If you want to get involved, click one of these buttons!