Frappe in Production

Table of Contents

Frappe in Production

Installation

A typical bench setup provides two types of environments — Development and Production.

The setup for each of these installations can be achieved in multiple ways:

Containerized Installation

Let’s get started with Containerized Installation.

A Frappe instance can be setup and replicated easily using Docker. The officially supported Docker installation can be used to setup either of both Development and Production environments.

To setup either of the environments, you will need to clone the official docker repository:

git clone https://github.com/frappe/frappe_docker.git

A quick setup guide for both the environments can be found below. For more details, check out the Frappe Docker Repository.

Docker installation:

 sudo apt-get install docker-compose-plugin

Frappe docker

cd frappe-docker
docker compose -f pwd.yml up -d

Checking logs

docker compose -f pwd.yml logs -f create-site
Tags :