Tag: Docker

  • Launching Odoo for Local Development Using Docker Compose

    Odoo is a powerful open-source ERP and CRM system that provides a comprehensive suite of business applications. Whether you’re a developer looking to customize Odoo modules or a business owner wanting to test out Odoo’s features before deploying it in production, setting up Odoo for local development using Docker Compose is a convenient and efficient…

  • DevOPS tools

    DevOps is a methodology that relies on a wide range of tools and technologies to enable efficient collaboration, automation, and integration between development and operations teams. Here are some of the main DevOps tools: Git: Git is a distributed version control system that enables developers to collaborate on code and track changes over time. It…