pure bash docker-compose frontend for managing Odoo development instances
-
this will install an executable in
/usr/bin/
calledcnt
; before installing check that it doesn't conflict with your system configuration. regarding docker, adomatix/odoo:base
image will be installed; you also need to check that this does not conflict with your current system configuration. -
this document explains the basic installation and update steps. if you want to know the script's ins and outs, check the development documentation
- gnu make
- docker
- docker-compose
- expect
git clone https://github.com/Domatix/odm
cd odoo-dev
sudo make install # this will create the cnt executable
if you updated the script from upstream, chances are that the utilities your containers have are not updated
cd your-odoo-dev-root-path
make update_conf
if you only want to update a specific container:
cp helper-scripts/* containers/<your-odoo-container>/custom/