Report this

What is the reason for this report?

How install odoo (openerp) version 9 or 10 on digitalocean?

Posted on June 7, 2017

How install odoo (openerp) version 9 or 10 on digitalocean?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Great help to install Odoo

you would have to ask yourself: what is the purpose of this installation? Because the installation process for a production instance will be quite different to a development instance.

Also need to be considered is that Odoo is a multi tenancy system. If you wish to use digital ocean to host multiple company databases, the web server, application and PostgreSQL should be configured to accommodate such installations.

Good luck.

@sasav87

I’d check out their documentation:

https://www.odoo.com/documentation/9.0/setup/install.html

Below “Configuration”, you’ll see a header called “Deb”, which is short for Debian, and it should work on Ubuntu.

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# 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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.