cierek avatar

How to install Odoo on Linux Ubuntu 16,04

cierek

Published: 17 Apr 2018 › Updated: 17 Apr 2018How to install Odoo on Linux Ubuntu 16,04

How to install Odoo on Linux Ubuntu 16,04

Odoo is the largest open source ERP System. It is entirely free if you know how to run it:) This is a simple tutorial on how to install Odoo on Linux, not only 16,04;)

  1. Log in to your system and work as a superuser:
    sudo su
  2. Update the system
    apt-get update
  3. Download the script. You can change to the version of your choice:
    wget https://raw.githubusercontent.com/Yenthe666/InstallScript/11.0/odoo_install.sh
  4. Run the script:
    ./odoo_install.sh
  5. Now you can access Odoo:
    http://serverIP:8069
    If you are running it locally that would be: 127.0.0.1:8069

The next steps would be to configure the Apache/Nginx or another server to point a domain to the Odoo instance. Also, remember to set the proper access rules on your server (for example on Amazon that would be by opening the port 80 and 8069 in the security rules). It is also wise to change the default password in Odoo config from "admin" to something more secure.
If you used the script without editing your Odoo config file would be installed in /etc/odoo-serfer.config. Use nano, vi or another editor to change the default settings.
Enjoy

Leave How to install Odoo on Linux Ubuntu 16,04 to:

Written by

I love technology, traveling and noodles

Read more #odoo posts


Best Posts From cierek

We have not curated any of cierek's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From cierek