- First setup the project (cloning may take some time) You’ll need to do this only once.
./setup- Once everything is set up, you can start Odoo using the
utility script
./run # internally calls docker-composeDone.
Odoo now runs on localhost:8069
- When needing to restart the odoo server e.g.: after some changes, just restart odoo using the utility script:
./run -m <module_name> # reload moduleThere is no need to manually shut down the docker container. The utility script will take care of that.
To get more information about the run script, do:
./run --help