Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Simple Odoo Installation Script for Installing Odoo along with PostgresSQL in macOS.

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.