Docker

How To Install Odoo on Ubuntu 20.04 with Docker — step-by-step Docker tutorial on Progressive Robot

How To Install Odoo on Ubuntu 20.04 with Docker

Introduction Odoo is an open-source enterprise resource planning (ERP) tool written in Python. It supports a number of plugins for different kinds of business needs like accounting, payroll, inventory management, and more. In this tutorial you will install Odoo and a PostgreSQL database using Docker Compose, then install Nginx to act as a reverse proxy […]

Read more
How To Set Up Flask with MongoDB and Docker — step-by-step Docker tutorial on Progressive Robot

How To Set Up Flask with MongoDB and Docker

As a micro web framework built on Python, Flask provides an extensible way for developers to grow their applications through extensions that can be integrated into projects. To continue the scalability of a developer’s tech stack, MongoDB is a NoSQL database is designed to scale and work with frequent changes. Developers can use Docker to simplify the process of packaging and developing their applications.

Read more
CHAT