Install Odoo 11 on ubuntu – In this tutorial, we will showcase how to install Odoo 11 on your Ubuntu Server/Machine. As we all know that Odoo 11 alpha has been released and soon the official launch of Odoo 11 will be announced in this year. This guide for installation will work on Ubuntu version 14 till Ubuntu 16 & 18. We have also added the FAQ section in case you face any issues you can email us on sales@globalteckz.com So following are the steps to install Odoo 11 on Ubuntu.
____________________________________________________________________________
Odoo 11 Download from GitHubGet latest Odoo 11 from github repository. Download the Zip file from URL : “http://nightly.odoo.com/master/nightly/src/″ .
____________________________________________________________________________
Open the terminal and execute below commands step-by-step to achieve excellence
Update apt source list
sudo apt-get update
Install Updates
sudo apt-get upgrade
Install Python Dependencies for Odoo
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-psycogreen python-ofxparse python-gevent
Odoo Web Dependencies
sudo apt-get install -y npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g less less-plugin-clean-css
Install PostgreSQL
sudo apt-get install python-software-properties
sudo vim /etc/apt/sources.list.d/pgdg.list
add a line for the repository
deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main
wget –quiet -O – https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add –
sudo apt-get update
Sudo apt-get install postgresql-9.6
Create Database user for Odoo
sudo su postgres
cd
createuser -s odoo
createuser -s ubuntu_user_name
Exit
Create Odoo user and group
sudo adduser –system –home=/opt/ –group odoo
Install Gdata
cd /opt
Go to the link “https://pypi.python.org/pypi/gdata” and download the gdata-2.0.18 and transfer the file to server.
Otherwise through terminal follow the below step:
sudo wget https://pypi.python.org/packages/a8/70/bd554151443fe9e89d9a934a7891aaffc63b9cb5c7d608972919a002c03c/gdata-2.0.18.tar.gz
sudo tar zxvf gdata-2.0.18.tar.gz
sudo chown -R odoo: gdata-2.0.18
sudo -s
cd gdata-2.0.18/
python setup.py install
exit
Install PyPDF2
git clone https://github.com/mstamy2/PyPDF2.git
Odoo 11 Download from GitHubGet lastest Odoo 11 from github repository. Download the Zip file from URL : “http://nightly.odoo.com/master/nightly/src/″ .
Create Odoo Log File
sudo mkdir /var/log/odoo
sudo chown -R odoo:root /var/log/odoo
Edit Odoo configuration file
sudo cp /opt/odoo-11.0alpha1-20170912/debian/odoo.conf /etc/odoo.conf
sudo chown odoo: /etc/odoo.conf
sudo vim /etc/odoo.conf
#Copy and paste below content in config file , write correct addons paths
[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-11.0alpha1-20170912/addons
;Log Settings
logfile = /var/log/odoo/odoo.log
log_level = error
WKHTMLTOPDF for OdooFollow the steps mention in below link and then return back for the next step.
Now Start Odoo Server
cd /opt/odoo-11.0alpha1-20170912
su odoo
./odoo-bin
If odoo-bin file is not there create file as odoo-bin and copy content as below:
#!/usr/bin/env python
__import__(‘pkg_resources’).declare_namespace(‘odoo.addons’)
import odoo
if __name__ == “__main__”:
odoo.cli.main()
STEP 15
Go to web browser to access Odoo 11
http://localhost:8069
The above mentioned step is proven and has been tried by globalteckz team member to install odoo 11 there may be chances you face any issues in the above installation steps feel free to chat with us or comment so that it can help others incase they struck with similar errors.
In case of any custom module development or help regarding install odoo 11 on ubuntu you can connect with us on sales@globalteckz.com We are Official Odoo partners and have successfully completed more than 100+ Odoo Projects. Some of the benefits you gain from Globalteckz team for your Odoo 11 Implementation
The key of successful ERP implementation lies in the team size, resource experience and bonding with the client from understanding the requirements. Our team at Globalteckz offers you with various benefits and services for Odoo 11 implementation and Development.
1. Experience team of Odoo Developers ranging from 7+ years to 2+ years of Odoo experience worked on almost every version of Odoo therefore knows well in terms of functionalities from version to version
2. Helps you in defining the scope of ERP software specifically the right time to implement version 11.
3. Make sure you spend less with respect to the investment.
4. 1 month of free support on Customized modules developed by Globalteckz team.
5. Quality and Odoo Standard coding to make sure no bugs during the trail.
6. Our resource work in multiple time zones for powerful communication.
7. End to End solution with respect to Odoo services making one stop shop for your ERP software development
If you are looking out for Odoo 11 implementation for Community or Enterprise edition our team can help you to assist in selecting the modules and the number of licensing – For more information, you can email us on sales@globalteckz.com
Our Articles related to Odoo ERP software
ERP related Articles from Globalteckz Blog
Tagged in : install odoo 11, odoo 11 installation, odoo 11 install on ubuntu, install odoo 11 on ubuntu