after installation
To install the Debian/Ubuntu package, add the following line to your /etc/apt/sources.list:
deb http://nightly.odoo.com/8.0/nightly/deb/ ./
or
deb http://nightly.odoo.com/master/nightly/deb/ ./
And type:
sudo apt-get update sudo apt-get install openerp
I called
ps aux | grep openerp
it displayed
root 7138 0.0 0.1 4652 604 pts/0 S+ 03:33 0:00 grep --color=auto openerp
It looked like odoo installtion is OK
but when I try to access odoo via
http://mysite:8069
it is not available
Your comment welcome