bench icon indicating copy to clipboard operation
bench copied to clipboard

Improvements to easy install

Open revant opened this issue 1 year ago • 0 comments

  • [ ] refactor code, improve nested code blocks, add sub-commands
  • [ ] easy-install.py deploy, production setup, also migrate.
  • [ ] easy-install.py develop, development setup
  • [ ] easy-install.py build, build custom image
  • [ ] easy-install.py wizard, interactive wizard, build and deploy, just deploy, create development setup, migrate existing setup.
  • [ ] all options should also be picked up from environment variables if specified including SUBCOMMAND

Migrate part from deploy command and wizard needs previous project names, compose and env files. May need to store data under $HOME/.frappe/easy-install.

May explore curl -sSL https://frappe.fyi/easy-install | python3 if it works.

revant avatar Oct 30 '24 13:10 revant