Skip to content

Latest commit

 

History

History
122 lines (71 loc) · 3.02 KB

File metadata and controls

122 lines (71 loc) · 3.02 KB

docker-beso - Tested Ubuntu 20.04.5 LTS & Ubuntu 22.04.1 LTS

one command, the following will be installed

webmin

docker

docker compose

portainer

nginexproxy manager

Odoo 14

Odoo 15

odoo 16

INSTALL

curl  -L -o elblasy.sh https://raw.githubusercontent.com/elblasy33/docker-beso/main/elblasy.sh  && chmod +x elblasy.sh && ./elblasy.sh

after reboot

Navigate to your server hostname / IP address on port 10000 to log in webmin username: your root password: your pass

Navigate to your server hostname / IP address on port 9000 and create your admin account for Portainer-CE

Navigate to your server hostname/ IP address on port 81 to setup NGinX Proxy Manager admin account. The default login credentials for NGinX Proxy Manager are: username: admin@example.com password: changeme

Started Odoo16 @ server hostname / IP address on port:8016 | Master Password: Elblasy2022@1234 | Live chat port: 20016

Started Odoo15 @ server hostname / IP address on port:8015 | Master Password: Elblasy2022@1234 | Live chat port: 20015

Started Odoo14 @ server hostname / IP address on port:8014 | Master Password: Elblasy2022@1234 | Live chat port: 20014

all odoo instance installed folder path /opt

extra addons & odoo enterprise addons folder path /opt//addons & /opt//etc/addons/<odoo -v >

you must change your Master Password by edit odoo.conf folder path /opt//etc/odoo.conf

To keep one Odoo version and erase the other, the container can be erased from the Portainer-CE the unused IMAGE can be erased to save space on the hard disk

Install two Odoo version of the same release Or more for example two Odoo 16

curl -s https://raw.githubusercontent.com/elblasy33/odoo16-docker-sh/main/run.sh | sudo bash -s  <odoo-name> <odoo port> <chat port> 

for odoo 15

curl -s https://raw.githubusercontent.com/elblasy33/odoo15-d0cker-sh/main/run.sh | sudo bash -s <odoo-name> <odoo port> <chat port>

for odoo 14

curl -s https://raw.githubusercontent.com/elblasy33/odoo14-docker-sh/main/run.sh | sudo bash -s <odoo-name> <odoo port> <chat port>

Easy Install

Check os version Ubuntu 20.04.5 LTS & Ubuntu 22.04.1 LTS

First Command

curl  -L -o elblasy.sh https://raw.githubusercontent.com/elblasy33/docker-beso/main/elblasy.sh  && chmod +x elblasy.sh && ./elblasy.sh

Please select the number for your OS

choose 4

Docker-CE (y/n):

choose y

Docker-Compose(y/n):

choose y

NGinX Proxy Manager (y/n):

choose y

Portainer-CE (y/n):

choose y

Please choose either Portainer-CE or just Portainer Agent:

choose 1