https://github.com/imkrunalkanojiya/odoo-install-macos
Simple Odoo Installation Script for Installing Odoo along with PostgresSQL in macOS.
https://github.com/imkrunalkanojiya/odoo-install-macos
odoo odoo-sh script shell-script
Last synced: 4 months ago
JSON representation
Simple Odoo Installation Script for Installing Odoo along with PostgresSQL in macOS.
- Host: GitHub
- URL: https://github.com/imkrunalkanojiya/odoo-install-macos
- Owner: imkrunalkanojiya
- License: mit
- Created: 2024-11-21T10:20:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T10:23:37.000Z (8 months ago)
- Last Synced: 2025-01-23T12:15:50.262Z (6 months ago)
- Topics: odoo, odoo-sh, script, shell-script
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install Odoo in MacOS(Intel/ARM64) with Script
- 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.## Installation
1. Download the script.
2. Open the terminal.
3. Run the script.```bash
# make executable
chmod +x odoo-install-mac.sh# excute script
./odoo-install-mac.sh
```4. Follow the instructions.
5. Done.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.