Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
5 Antworten
547 Ansichten

How to Install Odoo 19 on Ubuntu Server


Avatar
Verwerfen
Beste Antwort

Hello,

Please Refer the Documents :

1 . How to Install Odoo 19 on Ubuntu 24 LTS Server



Avatar
Verwerfen
Beste Antwort

Hi,

Please refer to the link:

1. https://www.cybrosys.com/blog/how-to-install-odoo-19-on-ubuntu-24-lts-server


Hope it helps

Avatar
Verwerfen
Beste Antwort

There are few more easy options to install Odoo 19 on Ubuntu Server:

  1. Using install-odoo CLI:
    • First, make sure node js and npm are installed.

      sudo apt install nodejs npm -y

    • Then, run the command:

      npx install-odoo

    • Follow the simple prompts to set up Odoo.
  2. Using Yenthe666's InstallScript:
    • Clone the repo:

      git clone https://github.com/Yenthe666/InstallScript.git

    • Follow the guide in the repo to complete the installation.

Both options are straightforward and quick!

Avatar
Verwerfen
Beste Antwort

Official documentation also available at https://www.odoo.com/documentation/19.0/administration/on_premise/packages.html

Avatar
Verwerfen
Beste Antwort

Please refer to the document below:

https://bitlevelcode.com/how-to-install-odoo-19-on-ubuntu/

Avatar
Verwerfen