From 92e918c26b4eaef2fc9e43664816786d003d41c5 Mon Sep 17 00:00:00 2001 From: Chev91 <107302692+Chev91@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:11:36 +0200 Subject: [PATCH] Update development.md I encountered issues finalising the Development instance setup due to the mismatch between my macOS and Docker architecture. This step resolved the issue. --- docs/development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development.md b/docs/development.md index 5f56d915..14bcce83 100644 --- a/docs/development.md +++ b/docs/development.md @@ -76,6 +76,7 @@ NOTE: Prior to doing the following, make sure the user is **frappe**. bench init --skip-redis-config-generation frappe-bench cd frappe-bench ``` +NOTE: If this step throws errors, you may need to update your code to ensure it is compatible with Docker architecture. This could be a common issue for macOS. In your Frapper Docker docker-compose.yml file, update mariadb (line 3), redis (line 39 and 43) and frappe (line 47) to include 'platform: linux/amd64' To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 16 (default),