Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created March 9, 2021 15:17
Show Gist options
  • Save LinuxlinkedBD/318f5735a8d3004dc476b14f7f526577 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/318f5735a8d3004dc476b14f7f526577 to your computer and use it in GitHub Desktop.
Odoo installation with Docker
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