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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.