- This script is for installing Odoo in MacOS. It will install Odoo and its dependencies.
- This script is tested on MacOS Sequoia 15.1.1.
- This script is tested on Odoo 16, 17.
- This script is tested on Python 3.11.
- This script is tested on PostgreSQL@14.
- This script is tested on Node.js 22 LTS.
- Download the script.
- Open the terminal.
- Run the script.
# make executable
chmod +x odoo-install-mac.sh
# excute script
./odoo-install-mac.sh
- Follow the instructions.
- Done.
This project is licensed under the MIT License - see the LICENSE file for details.