2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00
Docker images for production and development setups of the Frappe framework and ERPNext
Go to file
2020-06-30 15:27:14 +05:30
.devcontainer feat: dev environment also starts postgresql 2020-06-30 15:25:10 +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: dev environment also starts postgresql 2020-06-30 15:25:10 +05:30
development docs: frappe docker support for PostgreSQL 2020-06-30 15:27:14 +05:30
docs docs: frappe docker support for PostgreSQL 2020-06-30 15:27:14 +05:30
installation docs: frappe docker support for PostgreSQL 2020-06-30 15:27:14 +05:30
tests test: add tests for postgresql site 2020-06-30 15:26:40 +05:30
.dockerignore chore: cleanup redundant files 2020-03-02 23:10:16 +05:30
.gitignore chore: add deploy_key for helm travis 2020-06-17 09:48:21 +05:30
.travis.yml test: fix cgo errors before building 2020-06-26 10:19:27 +05:30
CONTRIBUTING.md docs: organize docs 2020-06-13 15:33:06 +05:30
deploy_key.enc chore: update deploy_key for travis 2020-06-17 10:31:18 +05:30
docker-compose.yml feat: dynamic labels for local or production 2020-06-14 05:45:14 +05:30
env-example fix: README 2020-04-27 13:36:33 +05:30
env-local feat: dynamic labels for local or production 2020-06-14 05:45:14 +05:30
env-production feat: dynamic labels for local or production 2020-06-14 05:45:14 +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 ci: trigger build 2020-06-17 15:15:56 +05:30
travis.py fix: erpnext image build 2020-06-28 05:55:15 +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