Odoo 10 installation on Ubuntu we offered you with Simple
step by step guide for installation of Odoo 10 on Ubuntu. The reason to put up this blog post on
Odoo 10 installation is to ensure that new user can install the latest version and can start playing with the standard Odoo 10 Apps . Hope this post and simple steps on Odoo 10 installation guide will help you with successful installation of Odoo 10 on your server supporting Ubuntu. This step is for installing Odoo 10 community edition. For
Odoo 10 enterprise edition installation you can connect with us on
sales@globalteckz.com
Below are the steps for installation of Odoo 10 on Ubuntu you can copy paste the commands
Step 1.
Before installing Odoo make sure your server has all the latest versions & patches by doing an update:
sudo apt-get update
sudo apt-get upgrade
Step 2.
Create Odoo user and group:
sudo adduser –system –home=/opt/odoo –group odoo
Step 3.
Python packages required to install Odoo 10 :
sudo apt-get install python-dateutil python-docutils python-feedparser python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi poppler-utils python-pip python-pypdf python-passlib python-decorator gcc python-dev mc bzr python-setuptools python-markupsafe python-reportlab-accel python-zsi python-yaml python-argparse python-openssl python-egenix-mxdatetime python-usb python-serial lptools make python-pydot python-psutil python-paramiko poppler-utils python-pdftools antiword python-requests python-xlsxwriter python-suds python-ofxparse python-geventStep 4.
Install Postgres:
sudo apt-get install postgresql
sudo su – postgres
createuser –createdb –username postgres –no-createrole –no-superuser –pwprompt odoo
Enter password for new role: ****
Enter it again: ****
exit
Step 5.
Install Gdata
Step 6.
Now lets download Odoo from Github before that make sure git is installed on your server
Install Git on server so we can clone the repo from Github
sudo apt-get install gitGo to /opt/ and run the below command to clone Odoo
git clone
https://www.github.com/odoo/odoo –depth 1 –branch 10.0 –single-branch
Step 7
. Configuring Odoo now :
sudo cp /opt/odoo/debian/odoo.conf /etc/odoo.conf
sudo chmod 640 /etc/odoo.conf
sudo chown odoo: /etc/odoo.conf
sudo nano /etc/odoo.conf
and copy paste it
[options]
; This is the password that allows database operations:
; admin_passwd = PASSWORD
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /opt/odoo/addons
;Log Settings
logfile = /var/log/odoo/odoo.log
log_level = error
Step 8.
Lets create log file now :
sudo mkdir /var/log/odoo
sudo chown odoo:root /var/log/odooTo automatically start Odoo service
First copy the init file from this link odoo-server
Step 9.
Installing Boot file to automatically start the Odoo services if we reboot the server :
cd /etc/init.d
nano odoo-server
Click on this link
odoo-server and copy paste the content
sudo chmod 755 /etc/init.d/odoo-server
sudo chown root: /etc/init.d/odoo-serverStart the Odoo service:
To start : /etc/init.d/odoo-server start
To Stop : /etc/init.d/odoo-server stop
To Restart : /etc/init.d/odoo-server restart
Step 10.
Now you check on browser:
localhost:8069
For any further help or guidance on Odoo implementation and module development feel free to contact on
sales@globalteckz.com
A Small introduction to Odoo software or What is Odoo ?
Odoo is web based Open source business apps suite that helps you to manage businesses and workflows in more efficient manner. Odoo which was previously known as OpenERP was founded in 2005 and since then it got rebranded various times few names previously was tinyerp.
The biggest advantage of using Odoo is that it offers you with more than 4000+ apps that can be covered for various business needs and requirements. Odoo goes beyond from the traditional ERP software to a complete Business suite offering variety of features some of those are as follows :
- Website builder
- eCommerce
- Blogs
- Quote Builder
- Sales, Purchase, Warehouse, Accounting management
- Business Intelligence and many more . . .
- Furthermore Odoo is fully customizable and can be integrated with most of the 3rd party software
The best way to check the complete features of Odoo 10 is either to Install Odoo 10 on your server or locally for which you can connect with our sales team for few hours installation of Odoo. Further if you dont want to install then you can check with the free trail of Odoo More info at http://www.odoo.com Or you can also Download Odoo 10 from this Link (Link coming soon)
How Globalteckz can help you with Odoo v 10 implementation and Development ?
Out Team at Globalteckz are official Odoo partners and have been working with OpenERP (Odoo) since the release of version 5 and have successfully completed Implementation for OpenERP 6, 7, 8 as well version 9. We can offer you the cost effective Odoo help including as Odoo Installation, Odoo customization and 3rd party integration – You can contact our team on sales@globalteckz.com or simply filling up the Inquiry form
Our Articles related to Odoo