Skip to content

Commit

Permalink
Updated README.md (arm64 architecture) (#1520)
Browse files Browse the repository at this point in the history
* Update README.md

Added documentation to run on arm64 architecture.

* fix: lint

---------

Co-authored-by: Revant Nandgaonkar <[email protected]>
  • Loading branch information
sharonpraju and revant authored Nov 27, 2024
1 parent 99a3600 commit 17753dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ cd frappe_docker

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

### To run on ARM64 architecture follow this instructions

After cloning the repo run this command to build multi-architecture images specifically for ARM64.

`docker buildx bake --no-cache --set *.platform=linux/arm64`

and then

- add `platform: linux/arm64` to all services in the pwd.yaml
- replace the current specified versions of erpnext image on `pwd.yml` with `:latest`

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`)
Expand Down

0 comments on commit 17753dd

Please sign in to comment.