By sasav87
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.
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.
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
