Releases: fahmifareed/Odoo-Install
Releases · fahmifareed/Odoo-Install
odoo-script
OCB Script v1.0.0
This release includes a fully functional script for installing Odoo Community Backports (OCB). The script automates the setup process for a seamless OCB installation on Ubuntu servers.
Features
- Automated system update and package installation
- Python virtual environment setup
- PostgreSQL database installation and configuration
- OCB source code cloning and environment setup
- Configuration of Odoo settings
- Service management for Odoo
Installation
1- Download install_OCB14.sh
2- Make the script executable:
bash sudo chmod +x install_OCB14.sh
3- Execute the script:
bash sudo ./bash install_OCB14.sh
Configuration
- OE_USER: System username
- OE_PORT: Port for Odoo (default: 8069)
- OE_VERSION: OCB version to install (default: 14.0)
- OE_SUPERADMIN: Master password for Odoo installation
- INSTALL_NGINX: Set to
True
for Nginx installation (default: True) - ENABLE_SSL: Set to
True
for SSL configuration using Let's Encrypt (default: False)
Known Issues
- Ensure that your server meets the minimum requirements for running OCB effectively.
- Contact us via the repository's Issues section if you encounter any problems.
Contributions
We welcome contributions! Please fork the repository and submit a pull request.
License
This script is licensed under the MIT License.