Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Odoo

You're reading from   Learn Odoo A beginner's guide to designing, configuring, and customizing business applications with Odoo

Arrow left icon
Product type Paperback
Published in Oct 2019
Publisher Packt
ISBN-13 9781789536898
Length 504 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Greg Moss Greg Moss
Author Profile Icon Greg Moss
Greg Moss
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Setting Up Odoo 12 FREE CHAPTER 2. Installing Your First Application 3. Exploring Customer Relationship Management in Odoo 12 4. Purchasing with Odoo 5. Making Goods with Manufacturing 6. Configuring Accounting - Finance Options 7. Administering an Odoo Installation 8. Implementing the Human Resources Application 9. Understanding Project Management 10. Creating Advanced Searches and Dashboards 11. Building a Website with Odoo 12. Implementing E-Commerce with Odoo 13. Customizing Odoo for Your Business 14. Modifying Documents and Reports 15. Discovering Custom Odoo Modules 16. Comparative Analysis of Community versus Enterprise Editions 17. Locating Additional Odoo Resources 18. Other Books You May Enjoy

Installing Odoo on Ubuntu

This book will walk you through the installation procedure for Odoo on Ubuntu using the latest all-in-one nightly package. Depending on your Ubuntu installation and how you want to work with Odoo, there are alternative installation methods.

At the time of writing, Odoo is most commonly installed on Ubuntu version 18.04.

Modifying the sources.list file

Installing Odoo in Ubuntu is easy when you use the Debian repository. In order to perform these operations, you may have to be the root user. If you have an account that has the permissions to do so, you can temporarily switch to the root user by opening a Terminal window and entering the following:

sudo -s

For better security, and to guarantee you are installing the correct package, Odoo now signs their distributions. The following command adds the correct key to your Ubuntu installation so that it will recognize the Odoo package:

wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
  

Next, we want to add the distribution to the /etc/apt/sources.list file with the following command line:

echo "deb http://nightly.odoo.com/12.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list

This installs the package.

You can start the installation process by entering these commands into a Terminal window:

sudo apt-get update
sudo apt-get install odoo

The Odoo packages will first be downloaded and then installed. This is an all-in-one installation and should set up all of the necessary packages, PostgreSQL, and library dependencies required to run Odoo.

By default, the deb installation will place the source in the /usr/lib/python3/dist-packages/odoo directory.

Testing your Odoo installation

Point your browser to http://localhost:8069 and you should see the Odoo database creation page appear.

You have been reading a chapter from
Learn Odoo
Published in: Oct 2019
Publisher: Packt
ISBN-13: 9781789536898
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime