Howdy all! ERPNext/frappe-world newbie here
I’ve tried many variations, but I have yet to succeed in deploying ERPNext v16 via easy-install.py. I have succeeded in deploying v15, so I know that I’ve got the proper pieces in place.
I have tried using frappe_docker, also unsuccessfully.
Does anyone have an example command line(s) for easy-install or frappe_docker that produces a running v16 production environment?
Thanks!
Try the below as it worked for me
python3 easy-install.py build --frappe-branch=version-16 --python-version=3.14.2 --node-version=24.12.0
python3 easy-install.py deploy --image=custom-apps --version=latest --sitename=version16.lan --app=erpnext --no-ssl --http-port=12345
opened 09:26AM - 25 May 25 UTC
closed 02:33PM - 29 Dec 25 UTC
bug
## Description of the issue
Creating a new application in dockerized ErpNext br… eaks the system into an "internal server error"
## Context information (for bug reports)
Tried in all versions released since april 2025. Running on linux, using frappe_docker
## Steps to reproduce the issue
General: Try to add a new app skeleton into dockerized version.
1. Add correct folder mapping into the docker
2.
```
docker exec -it frappe_docker-backend-1 bash
```
3.
```
bench new-app custom_jinja
bench --site frontend install-app custom_jinja
bench --site frontend migrate
```
### Observed result
Internal server error
### Expected result
The app should be added, and visible in the About section
### Stacktrace / full error message if available
```
# Will add later if necessary. I try this on every new release, to see whether I can figure it out, or is fixed
```
1 Like
I have also been using this script…
Unattended install script for ERPNext Versions, 13, 14 and 15
I know it was updated not to long ago to do ‘develop’.
Not sure if V16 has been included recently.