Created
March 9, 2021 15:17
-
-
Save LinuxlinkedBD/318f5735a8d3004dc476b14f7f526577 to your computer and use it in GitHub Desktop.
Odoo installation with Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Odoo installation, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/qYa1bPzXB-0 | |
######################################################################################################################################## | |
sudo apt update | |
sudo apt-get upgrade -y | |
add-apt-repository universe | |
apt-get clean all | |
apt-get update | |
apt-get upgrade | |
sudo apt install apt-transport-https ca-certificates curl software-properties-common | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
docker images | |
docker start odoo | |
#Browse to http://localhost:8069/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment