rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
107 stars 22 forks source link

Bench Production environment support. #157

Closed Xieyt closed 4 months ago

Xieyt commented 4 months ago

Description

Add support for bench production environment where the frappe server will run using gunicorn as configured by bench setup supervisor.

Xieyt commented 4 months ago

Description

Add support for bench production environment where the frappe server will run using gunicorn as configured by bench setup supervisor.

* [x]  Use gunicorn server for serving frappe.

* [x]  Add flag `--environment` to `create` and `update` command.
  This will be used to switch frappe environment. If environment is `dev` then frappe developer mode is turned on by default.

* [x]  Add flag `--developer-mode` to `create` and `update` command. This will be used enable/disable frappe developer mode.

Implemented in #155.