2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-10 07:58:52 +00:00
Edward Almanzar 10c755fe0c
Enhance Docs for Custom Apps: Base64 Decoding for Testing and Fix 'nginx-entrypoint.sh: No Such File' Issue on Windows only" (#1479)
* Decode the Base64-encoded Environment Variable

* add docs to fix nginx-entrypoint.sh: no such file on windows

* Revert "add docs to fix nginx-entrypoint.sh: no such file on windows"

This reverts commit 395d7cfa3f724073adb702d43195eb5452d89e06.

* add docs to fix nginx-entrypoint.sh: no such file on windows

* Fix files according to pre-commit hooks
2024-10-06 17:49:47 +05:30
2021-12-10 11:53:43 +03:00
2023-10-20 18:40:10 +05:30
2022-03-14 11:23:03 +05:30
2024-05-01 12:25:49 +05:30
2023-06-26 11:54:37 +05:30
2024-10-04 03:13:06 +00:00
2024-06-30 04:12:24 +05:30
2022-03-24 10:40:56 +03:00

Build Stable Build Develop

Everything about Frappe and ERPNext in containers.

Getting Started

To get started you need Docker, docker-compose, and git setup on your machine. For Docker basics and best practices refer to Docker's documentation.

Once completed, chose one of the following two sections for next steps.

Try in Play With Docker

To play in an already set up sandbox, in your browser, click the button below:

Try in PWD

Try on your Dev environment

First clone the repo:

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

Then run: docker compose -f pwd.yml up -d

Final steps

Wait for 5 minutes for ERPNext site to be created or check create-site container logs before opening browser on port 8080. (username: Administrator, password: admin)

If you ran in a Dev Docker environment, to view container logs: docker compose -f pwd.yml -d. Don't worry about some of the initial error messages, some services take a while to become ready, and then they go away.

Documentation

Production

Custom Images

Development

Troubleshoot

Contributing

If you want to contribute to this repo refer to CONTRIBUTING.md

This repository is only for container related stuff. You also might want to contribute to:

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