Install Odoo on Digital Ocean for 5$ per month

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 66

  • @shanepiper
    @shanepiper 3 года назад +9

    It's ok to install odoo on digital ocean for $5 a month, but with the additional bandwidth used you'll end up spending a whole lot more. The other issue Digital Ocean has is that it blocks email ports so you will have to use a third party email server, to send and receive emails between your customers. Good Tutorial though :-)

  • @ashishagrawal2154
    @ashishagrawal2154 3 года назад +1

    very good tutorial my friend. installed Odoo and started working in less than 30 minutes. Subbed!

  • @Interceptor254
    @Interceptor254 3 года назад +1

    Hi. Great video. What’s the difference between using digitalocean and aws?

  • @adnantamimi7026
    @adnantamimi7026 3 года назад +1

    I keep getting "this page cannot be displayed" in browser when I try to access using 8069 port. I tried to see log but there is no file in var/log/odoo. The folder is empty. How to resolve this issue ?

  • @zorojuro5106
    @zorojuro5106 3 года назад

    thanks dude, btw i need to say u are so humble

  • @victorjucub
    @victorjucub 4 года назад +1

    NICE!! excellent tutorial!
    regards from Guatemala

  • @albertoj.caalsantisteban7359
    @albertoj.caalsantisteban7359 4 года назад +1

    Perfectly, it works on my project! Thank you!

  • @AddictedtoMusic3000
    @AddictedtoMusic3000 4 года назад +1

    Hello Larbizard, thank you for the tutorial. Are you installing odoo via source installation, a package or docker?
    I have read that installing from source is recommended since you can customise the code more easily. Which one would you recommend?

    • @larbizard
      @larbizard  4 года назад

      Hi AddictedtoMusic3000 I am using Yenthevg script will installs Odoo by cloning the code from the Github repository raw.githubusercontent.com/Yenthe666/InstallScript/13.0/odoo_install.sh using the following git clone command, search for it in the script and you will see how it's done sudo git clone --depth 1 --branch $OE_VERSION www.github.com/odoo/odoo $OE_HOME_EXT/ In this video we are directly installing the dependencies in our Ubuntu server we are not using a Docker machine. I think it's a good exercise to understand many aspects of python dependencies and server configuration. However Docker is a great tool that helps you automate as a developer a lot of this aspects. You need to choose the right tool for the right job. If you are developing an don't want to waste your time use Docker and ssh to the Docker container. If you want to setup a live production Odoo for real use you better follow good practices that are describes in many blogs and videos. I am not a system admin, my advise would be to look for the right tool for your needs.

  • @dhirenb0071
    @dhirenb0071 4 года назад +1

    Hey, great guide! However, how do you setup a domain name (1) per multi-company and (2) per database?
    What's a good resource for this?

  • @RashidAlkaabi
    @RashidAlkaabi 4 года назад +1

    Very effective tutorial! Well done!

  • @kashyapmehta4722
    @kashyapmehta4722 3 года назад +1

    When i am trying to open the ip:8069 page i am getting an error.
    Internal Server Error
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
    Please help me solve this

    • @larbizard
      @larbizard  3 года назад

      Hi Kashyap have you tried to add more workers ?

    • @kashyapmehta4722
      @kashyapmehta4722 3 года назад

      @@larbizard Hey, i resolved the issue. first time around the installation was not successful.
      I have another doubt, Can you please help me with linking a subdomain to my odoo server?

    • @kashyapmehta4722
      @kashyapmehta4722 3 года назад

      Also, how can i add a theme to my odoo14

  • @aboshooshoo
    @aboshooshoo 2 года назад

    thanks for this amazing video but after installing i can't access odoo i tried the ip:8069 but no luck error msg( refused to connect.)

  • @ilirbajrami2902
    @ilirbajrami2902 4 года назад +1

    hi there. thanks for the tutorial. but i got an issue. first when i installed odoo i couldnt access it from the port :8069 even though the script got successfully installed. simply got "This site can’t be reached". after i installed nginx i got "502 bad gateway" error. can you please help with this?

    • @djvmarjanovic
      @djvmarjanovic 4 года назад +1

      Check for errors in Odoo log at /var/log/odoo/odoo-server.log.

  • @lalitpatidar6642
    @lalitpatidar6642 5 месяцев назад

    It was a nice tutorial. great job

  • @flowcodesolutions
    @flowcodesolutions 2 года назад +1

    Thank you for the tutorial...helped a lot.

    • @larbizard
      @larbizard  2 года назад +1

      My pleasure! Happy that the video tutorial helped you!

  • @guillermocometto8781
    @guillermocometto8781 4 года назад

    Hello, install how you did everything. It is going very well until error 502 came out of nowhere. Do you know why it is?

  • @TropicalSadness
    @TropicalSadness 4 года назад

    do i need to redirect the port 8069 to 80 in order to have the domain working?

  • @adedamolaadedapo5140
    @adedamolaadedapo5140 4 года назад +1

    Oh! thank you for sharing this tutorial. I have gotten the Odoo instance on DigitalOceans, but just wondering, please, how do I install custom modules on the instance?

    • @larbizard
      @larbizard  4 года назад

      Just copy them in the add-ons folder day should appear in the apps in Odoo uninstalled

    • @shebeerahammed123
      @shebeerahammed123 3 года назад +1

      Add the custom modules in a folder (for eg /odoo/custom) and add the path on addons in odoo-server.cong (you can see addon and put a comma and paste the path of the module)

  • @dabhijaydeep
    @dabhijaydeep 4 года назад +1

    Yes
    It's really awesome !!!
    It works for me.

  • @younusshah2159
    @younusshah2159 3 года назад

    could u please make a video on how to connect odoo with pycharm after installation on digital ocean??

  • @leond83
    @leond83 2 года назад

    Super useful tutorial! Thank you very much for sharing.

  • @84mmmm
    @84mmmm 3 года назад

    Hello Larbizard
    Greetings from Egypt
    Thanks for the amazing tutorial, I've done all the steps until creating the db, I tried restoring a db backup, it gives an error, then when I tried to reaccess the site gives internal server error and now I'm stuck
    any help here will be appreciated

  • @Whally149
    @Whally149 2 года назад

    Hi , thanks so much for this video, but i keep encountering the same issues, first of all, the Port: 8069 ip keeps giving an error its not loading at all.. and i cant find the
    ubuntu 13 apparently its only 11 and 12 available

    • @Whally149
      @Whally149 2 года назад

      Please reach out to me whenever you can.. thanks so much

  • @juliocesarcaal9642
    @juliocesarcaal9642 4 года назад +1

    Thanks! very effective tutorial.

  • @samanand3824
    @samanand3824 4 года назад

    Thx, ur totu is perfect, but juste for installed one automatic Let's Encrypt SSL certificate, do u have the next step ?

    • @larbizard
      @larbizard  4 года назад

      Hi Sam I am not sure to understand your question :) what do you mean by next step ?

  • @izmafood6321
    @izmafood6321 4 года назад

    Awesome & detailed tutorial But I am facing issue after successful installation, I check the odoo-server status is active, and UFW is inactive, but still i am unable to access 0.0.0.0:8069. It shows page can't be displayed.

    • @FahedAW
      @FahedAW 4 года назад

      hi , have you find a solution , same like you did every thing but i can't find any folders or files in filezella except odoo_install.sh

  • @HareshKansara
    @HareshKansara 4 года назад +1

    Thanks! Very useful video

    • @larbizard
      @larbizard  4 года назад

      Thank you Haresh. If you have questions don't hesitate to ask :)

    • @HareshKansara
      @HareshKansara 4 года назад

      I have one question, if you can help me.
      i have installed odoo 13 in digitalocean based on your steps.
      now everything works fine. but i have added custom modules in /odoo/custom/MY_REPO.
      and alsl added custom path to odoo.conf and after restarting server it's loading custom path ib log file tracking, but question is when i checl in my odoo DB and try to update app list then my custom modules not visible.
      have faced this proble or any solution?
      many many thanks

    • @HareshKansara
      @HareshKansara 4 года назад +1

      Ok, i solved it. It's ownership issue.

    • @larbigharib49
      @larbigharib49 4 года назад

      @@HareshKansara Hi Haresh just saw your comment glad you fixed your issue.

  • @felixmeier4339
    @felixmeier4339 3 года назад

    With this nginx configuration, is it neccessary to renew the SSL certificate after specific time or is it done automatically?

    • @larbizard
      @larbizard  3 года назад +1

      Hi Felix I would say that the best thing to do for auto renewing your Let's Encrypt SSL certificat is to use a cronjob that will execute on a regular bases, here is a tutorial I found online using crontab along with certbot onepagezen.com/letsencrypt-auto-renew-certbot-apache/

    • @larbizard
      @larbizard  3 года назад +1

      Don't forget to subscribe ;) and click on the bell I will upload new videos soon :)

    • @felixmeier4339
      @felixmeier4339 3 года назад +1

      So with the tutorial here I need to renew SSL every month?
      How should I do that?

    • @larbizard
      @larbizard  3 года назад

      @@felixmeier4339 Hi Felix you can follow the tutorial I shared with you in my first answer to your comment using a crontab

    • @felixmeier4339
      @felixmeier4339 3 года назад

      @@larbizard Is this the only possbility or are there also other, easier possbilities?

  • @ouhnaabderrahmane8108
    @ouhnaabderrahmane8108 3 года назад

    thank you so much for sharing your tutorial

  • @krzysztofkuc1013
    @krzysztofkuc1013 4 года назад

    Damn, I've spend two days where I did mistake, and what it was choosing the newest Ubuntu instead of 18.04

  • @raoufmessaoudi5965
    @raoufmessaoudi5965 4 года назад +1

    Its odoo 11, how to get odoo 13

    • @larbizard
      @larbizard  4 года назад +1

      I am actually installing Odoo 13 look at minute 6:20 I am changing the url from 11.0 to 13.0 to get the right script :)

    • @raoufmessaoudi5965
      @raoufmessaoudi5965 4 года назад +1

      Thanks for reply i found that . Can you do more vidéo about odoo development cours ... i realy like you way to do tutoriel

    • @larbizard
      @larbizard  4 года назад +1

      @@raoufmessaoudi5965 شكرا جزيلا !

  • @adelnetworks
    @adelnetworks 3 года назад

    Exelente video hermano no se inglés y lo entiendo perfectamente 💪

  • @sebastianfonseca3482
    @sebastianfonseca3482 4 года назад

    Hello Larbizard! Great video-tutorial!
    I have a small problem, after I installed Odoo on the server, and tried to acces it, I get this message ERR_CONNECTION_REFUSED
    What do yo think it is? Did I did something wrong?
    Thank you a lot.

    • @g2trashtxd781
      @g2trashtxd781 3 года назад +1

      Hey, you need to choose a higher gb ram option, 1gig of ram is not enough for odoo and something went wrong with the install most likely, try again with 2gig.

  • @mariemelberriri1905
    @mariemelberriri1905 3 года назад +1

    Thank you

  • @AITEESHOP
    @AITEESHOP 3 года назад

    well done , thanks a lot

  • @robertjpp2009
    @robertjpp2009 2 года назад +1

    Hello Larbizard, thanks a lot for this help!! I wish know if its possible to change odoo.conf after odoo be running because i need add another addons address. Please if you can asnswer me i will be thankfull.

    • @larbizard
      @larbizard  2 года назад

      Hi Roberto I am not sure to understand your question. Do you want to add another plugin ?