All Projects → frappe → Frappe_docker

frappe / Frappe_docker

Licence: mit
Docker images for production and development setups of the Frappe framework and ERPNext

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Frappe docker

Moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Stars: ✭ 61,815 (+22215.88%)
Mutual labels:  containers
Blockchain Network On Kubernetes
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
Stars: ✭ 261 (-5.78%)
Mutual labels:  containers
Crashcart
CrashCart: sideload binaries into a running container
Stars: ✭ 268 (-3.25%)
Mutual labels:  containers
Kubernetes Java Sample
Kubernetes Hands-on Workshop
Stars: ✭ 254 (-8.3%)
Mutual labels:  containers
Simpleator
Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".
Stars: ✭ 260 (-6.14%)
Mutual labels:  containers
Dotfiles
Installing
Stars: ✭ 2,948 (+964.26%)
Mutual labels:  containers
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+5974.37%)
Mutual labels:  containers
Lxd
Powerful system container and virtual machine manager
Stars: ✭ 3,115 (+1024.55%)
Mutual labels:  containers
Hpc Container Maker
HPC Container Maker
Stars: ✭ 260 (-6.14%)
Mutual labels:  containers
Awesome Rancher
Curated list of Rancher resources
Stars: ✭ 265 (-4.33%)
Mutual labels:  containers
Netshoot
a Docker + Kubernetes network trouble-shooting swiss-army container
Stars: ✭ 3,709 (+1238.99%)
Mutual labels:  containers
Eliot
Open source system for managing containerized applications in IoT device
Stars: ✭ 258 (-6.86%)
Mutual labels:  containers
Portus
Authorization service and frontend for Docker registry (v2)
Stars: ✭ 2,880 (+939.71%)
Mutual labels:  containers
Kubernetes
Production-Grade Container Scheduling and Management
Stars: ✭ 83,715 (+30122.02%)
Mutual labels:  containers
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-2.89%)
Mutual labels:  containers
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+20497.83%)
Mutual labels:  containers
Dockly
Immersive terminal interface for managing docker containers and services
Stars: ✭ 3,034 (+995.31%)
Mutual labels:  containers
Lxdmosaic
Web interface to manage multiple instance of lxd
Stars: ✭ 270 (-2.53%)
Mutual labels:  containers
Service Fabric
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Stars: ✭ 2,874 (+937.55%)
Mutual labels:  containers
Stargz Snapshotter
Fast docker image distribution plugin for containerd, based on CRFS/stargz
Stars: ✭ 263 (-5.05%)
Mutual labels:  containers
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.

It doesn't take care of the following:

  • Cron Job to backup sites is not created by default.
  • Use CronJob on k8s or refer wiki for alternatives.
  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. Environment Variables
  5. Custom apps for production
  6. Tips for moving deployments
  7. Wiki for optional recipes

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].