From a new Ubuntu Server execute the following commands:
# wget -O - https://nightly.odoo.com/odoo.key | apt-key add - # echo "deb http://nightly.odoo.com/9.0/nightly/deb/ ./" >> /etc/apt/sources.list # apt-get update && apt-get install odoo Thats it!!! You can access the App by going to http://YOURSERVERIP:8069/
Reference: https://www.odoo.com/documentation/9.0/setup/install.html#setup-install-packaged