2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
Docker images for production and development setups of the Frappe framework and ERPNext
Go to file
2020-06-13 11:25:05 -05:00
.devcontainer feat(frappe/bench): delete devcontainer Dockerfile 2020-06-11 13:43:27 +05:30
.github fix stale issues messages 2020-03-29 22:45:34 +01:00
.vscode Added an opinionated set of extensions that will provide a common base for development and tutorials 2020-04-19 14:00:35 +01:00
build feat: wait for connection before creating site 2020-06-12 23:12:52 +05:30
development feat(frappe/bench): allow 5 benches 2020-06-11 12:55:27 +05:30
docs Feat: How to HTTP > HTTPS redirection with traefik [skip travis] 2020-06-13 11:25:05 -05:00
installation fix: README 2020-04-27 13:36:33 +05:30
tests test: all worker commands 2020-05-01 16:54:52 +05:30
.dockerignore chore: cleanup redundant files 2020-03-02 23:10:16 +05:30
.gitignore Fix .gitiggnore, it was ignoring the README.md under development 2020-03-08 20:16:47 +00:00
.travis.yml build v13-beta images 2020-05-02 00:21:56 +05:30
CONTRIBUTING.md docs: organize docs 2020-06-13 15:33:06 +05:30
docker-compose.yml fix: Remove quotes to match other services [skip travis] 2020-06-13 11:15:55 -05:00
env-example fix: README 2020-04-27 13:36:33 +05:30
env-local fix: env example files 2020-06-12 23:19:03 +05:30
env-production fix: env example files 2020-06-12 23:19:03 +05:30
frappe-installer chore: remove redundant docker-compose 2020-03-02 23:47:13 +05:30
greetings.yml Create greetings.yml 2020-03-24 17:15:27 +00:00
LICENSE.md Rename LICENSE to LICENSE.md 2017-10-02 09:48:51 +05:30
README.md docs: organize fix links 2020-06-13 15:40:47 +05:30
travis.py build v13-beta images 2020-05-02 00:21:56 +05:30

Develop Build Status
Master Build Status

Getting Started

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