Tutorial by Examples

Detailed instructions on getting openerp set up or installed in Debian/Ubuntu. To install from source code, we need Python 2.7, Git and a PostgreSQL database: $ sudo apt-get install git python-pip python2.7-dev -y $ sudo apt-get install postgresql -y $ sudo su -c "createuser -s $(whoami)&qu...
Once we have Odoo installed, we need to create a server instance. A server instance is an Odoo service listening on a specific port, 8060, by default, and using a database to store data. The minimal command to start an Odoo instance using the mydb database: $ ./odoo.py -d mydb If the database ...
Odoo provides official installers, for various OS types and Openerp/Odoo versions, at the Nightly repository Option 1: manual install from prebuilt installer package (Windows, Linux): Download installer/package of version of your choice for your system ( Windows (.exe), Debian/Ubuntu (.deb), Redh...
Note: Loading Odoo onto an AWS EC2 Container requires an AWS account Loading Odoo onto an AWS EC2 Instance can be done with one-click, simply go here or search for "Odoo AWS" in Google. This may take some time, but once it's ready you'll need to do two things: Get your password Fin...

Page 1 of 1