2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-23 15:18:27 +00:00
manasan3010 8c05801b64
Update README.MD for clarity
Added a warning to prevent a common mistake that I made during my installation. 
Sourced from https://discuss.erpnext.com/t/how-to-get-started-with-the-official-docker-image/60710/2?u=manasan
2020-12-02 19:52:40 +05:30
2020-03-29 22:45:34 +01:00
2020-12-02 19:52:40 +05:30
2020-10-01 22:01:32 -05:00
2020-03-02 23:10:16 +05:30
2020-08-01 23:27:56 +05:30
2020-09-15 11:23:42 -07:00
2020-06-13 15:33:06 +05:30
2020-03-24 17:15:27 +00:00
2017-10-02 09:48:51 +05:30
2020-07-01 05:56:31 +05:30
2020-06-28 05:55:15 +05:30

Develop Build Status
Master Build Status

Getting Started

Try in Play With Docker

Try in PWD

Wait for 5 minutes for ERPNext site to be created or check site-creator container logs before opening browser on port 80.

Setting up Pre-requisites

This repository requires Docker, docker-compose and Git to be setup on the instance to be used.

For Docker basics and best practices. Refer Docker documentation.

Cloning the repository and preliminary steps

Clone this repository somewhere in your system:

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

Production Setup

It takes care of the following:

  • Setting up the desired version of Frappe/ERPNext.
  • Setting up all the system requirements: eg. MariaDB, Node, Redis.
  • Configure networking for remote access and setting up LetsEncrypt.
  1. Single Server Installs
    1. Single bench. Easiest Install!
    2. Multi bench
  2. Multi Server Installs
    1. Docker Swarm
    2. Kubernetes
  3. Site Operations
  4. Custom apps for production
  5. Tips for moving deployments

Development Setup

It takes care of complete setup to develop with Frappe/ERPNext and Bench, Including the following features:

  • VSCode containers integration
  • VSCode Python debugger
  • Pre-configured Docker containers for an easy start

Start development.

Contributing

Description
Docker images for production and development setups of the Frappe framework and ERPNext
Readme 109 MiB
Languages
Python 46.5%
Dockerfile 36.6%
Shell 10.5%
HCL 6.4%