Install Odoo 18 on Ubuntu 24.04 LTS

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 12

  • @projectx6214
    @projectx6214 2 місяці тому +2

    I followed the steps in the video, paid close attention without skipping anything, and it finally worked. Thank you so much - the tutorial was super helpful!

    • @odooistic
      @odooistic  2 місяці тому

      i am super happy. blesss

  • @omymma
    @omymma Місяць тому +1

    Thank you so much for your great efforts. How can I restart the odoo service to update the custom module by your way?

    • @odooistic
      @odooistic  Місяць тому

      Amazing I am so glad. Ok there are several ways to do that one is straight forward and that is if you go in apps and then type your module name and then click upgrade that will update your module and next is very convenient go in your launch.json file and before closing ] just type in a line after, "-u": "ur module name in these quotes"

  • @tabshillamaureenadong619
    @tabshillamaureenadong619 2 місяці тому +1

    Hi i have tried following your tutorial but then i get "Database creation error: Access Denied". How can i solve this error. And what could be causing this error

    • @odooistic
      @odooistic  2 місяці тому +1

      hi, can you please make sure that you log in by root user by using this command sudo su . then use this command : sudo apt update && sudo apt upgrade -y to update all packages , then use this command sudo apt install git python3-pip libldap2-dev libpq-dev libsas12-dev and then install postgresql database by using this command sudo apt install postgresql postgresql-client , i hope that will help thanks

  • @thetechsplainer6594
    @thetechsplainer6594 Місяць тому +1

    There's a typo in your PDF instructions. libsas12-dev should be libsasl2-dev (L2, not 12).

    • @odooistic
      @odooistic  Місяць тому

      Absolutely thanks for writing it down, i definately fix it now. thanks so much

    • @odooistic
      @odooistic  Місяць тому

      updated thanks so much

  • @CHKILIBAMEHDI
    @CHKILIBAMEHDI 2 місяці тому

    hello,
    thank you for your informations, but im facing a problem with the postgresql database i receive this kind of error:
    Database creation error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "user_db"
    how can i fix it ?

    • @odooistic
      @odooistic  2 місяці тому

      Hi, you install sith sudo user by giving this command sudo su