I followed your guideline. But got error

HI Admin,

Im a newbie in Frappe!

I build Frappe helpdesk using Docker. But got errors bellow

wget https://frappe.io/easy-install.py

python3 ./easy-install.py deploy \
–project=helpdesk_prod_setup \
–email=your_email.example.com \
–image= Package helpdesk · GitHub \
–version=stable \
–app=helpdesk \
–sitename subdomain.domain.tld

“docker logs helpdesk_prod_setup-configurator-1
bash: line 1: sites/apps.txt: No such file or directory
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
bash: line 1: sites/apps.txt: No such file or directory
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

Error: No such command ‘set-config’.
WARN: Command not being executed in bench directory
Usage: bench [OPTIONS] COMMAND [ARGS]…
Try ‘bench --help’ for help.

For docker, bench get-app does not work (immutable image and non-persistent volume). Please use easy-install.py at Creating new custom app in the dockerized instance is not possible · Issue #1640 · frappe/frappe_docker · GitHub

1 Like

Thanks for your support!

I fixed by run again this command: python3 ./easy-install.py deploy
–project=helpdesk_prod_setup
–email=your_email.example.com
–image= Package helpdesk · GitHub
–version=stable
–app=helpdesk
–sitename subdomain.domain.tld