This repository contains the Dockerfile and docker-compose.yml to run ERPNext and Frappe in Docker containers.
- Clone this repository
- Copy the
.env.examplefile to.envand fill in the required values - Run
make upto start the containers (this will take a while the first time) - Open
http://localhost:8000in your browser - Follow the setup wizard to complete the installation
- Enjoy!
make upto start the containersmake up-rebuildto rebuild the containers and start them