Odoo: Super easy Installation
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 […]