Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
5 Antwoorden
530 Weergaven

How to Install Odoo 19 on Ubuntu Server


Avatar
Annuleer
Beste antwoord

Hello,

Please Refer the Documents :

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



Avatar
Annuleer
Beste antwoord

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
Annuleer
Beste antwoord

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

Avatar
Annuleer
Beste antwoord

Please refer to the document below:

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

Avatar
Annuleer