after installing odoo on debian, exactly on VMware using these commands 1/ apt-get update 2/ apt-get upgrade 3/ wget -O - https://nightly.odoo.com/odoo.key | apt-key add - 4/ echo "deb http://nightly.odoo.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list 5/ apt-get update 6/ apt-get install python-pydot 7/ apt-get install odoo
and when I lunch it on firefox using localhost:8069, the message internal server error appears ps: service odoo status and service postgresql status . both are active