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 :-)
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 ?
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?
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.
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 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?
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?
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?
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)
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
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
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.
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
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/
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.
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.
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.
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 :-)
very good tutorial my friend. installed Odoo and started working in less than 30 minutes. Subbed!
Hi. Great video. What’s the difference between using digitalocean and aws?
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 ?
thanks dude, btw i need to say u are so humble
NICE!! excellent tutorial!
regards from Guatemala
Perfectly, it works on my project! Thank you!
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?
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.
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?
Very effective tutorial! Well done!
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
Hi Kashyap have you tried to add more workers ?
@@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?
Also, how can i add a theme to my odoo14
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.)
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?
Check for errors in Odoo log at /var/log/odoo/odoo-server.log.
It was a nice tutorial. great job
Thank you for the tutorial...helped a lot.
My pleasure! Happy that the video tutorial helped you!
Hello, install how you did everything. It is going very well until error 502 came out of nowhere. Do you know why it is?
do i need to redirect the port 8069 to 80 in order to have the domain working?
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?
Just copy them in the add-ons folder day should appear in the apps in Odoo uninstalled
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)
Yes
It's really awesome !!!
It works for me.
could u please make a video on how to connect odoo with pycharm after installation on digital ocean??
Super useful tutorial! Thank you very much for sharing.
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
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
Please reach out to me whenever you can.. thanks so much
Thanks! very effective tutorial.
Thx, ur totu is perfect, but juste for installed one automatic Let's Encrypt SSL certificate, do u have the next step ?
Hi Sam I am not sure to understand your question :) what do you mean by next step ?
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.
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
Thanks! Very useful video
Thank you Haresh. If you have questions don't hesitate to ask :)
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
Ok, i solved it. It's ownership issue.
@@HareshKansara Hi Haresh just saw your comment glad you fixed your issue.
With this nginx configuration, is it neccessary to renew the SSL certificate after specific time or is it done automatically?
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/
Don't forget to subscribe ;) and click on the bell I will upload new videos soon :)
So with the tutorial here I need to renew SSL every month?
How should I do that?
@@felixmeier4339 Hi Felix you can follow the tutorial I shared with you in my first answer to your comment using a crontab
@@larbizard Is this the only possbility or are there also other, easier possbilities?
thank you so much for sharing your tutorial
Damn, I've spend two days where I did mistake, and what it was choosing the newest Ubuntu instead of 18.04
you saved my life with this comment.
Its odoo 11, how to get odoo 13
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 :)
Thanks for reply i found that . Can you do more vidéo about odoo development cours ... i realy like you way to do tutoriel
@@raoufmessaoudi5965 شكرا جزيلا !
Exelente video hermano no se inglés y lo entiendo perfectamente 💪
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.
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.
Thank you
well done , thanks a lot
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.
Hi Roberto I am not sure to understand your question. Do you want to add another plugin ?