Making Odoo development a breeze.
OdooGhost is a powerful tool tailored for streamlining the development and deployment of Odoo instances. It offers an integrated solution that harnesses the power of Docker for orchestrating and managing these instances. With both a Command Line Interface (CLI) and an upcoming web interface, managing Odoo stacks has never been simpler.
- Fine-grained Configuration: Customize each Odoo instance with configuration files, tailoring settings to fit your specific needs.
- Holistic Instance Management: With just a few commands, you can create, update, start, stop, and even delete Odoo instances straight from the CLI.
To kickstart your OdooGhost journey:
pipx install odooghost
.
Before diving deep into OdooGhost, ensure you set it up properly. Use the setup
command and specify your working directory:
odooghost setup /you/working/dir
To bring your Odoo instance to life, you first need to define its blueprint - the stack configuration file. Samples to guide your creation can be found here.
odooghost stack create you-stack-config.yaml
Have ideas or enhancements for OdooGhost? We'd love to see them! Create a Pull Request to join in the journey of making Odoo development smoother for everyone.
Licensed under the MIT License.