You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
easy-install.py deploy
, production setup, also migrate.easy-install.py develop
, development setupeasy-install.py build
, build custom imageeasy-install.py wizard
, interactive wizard, build and deploy, just deploy, create development setup, migrate existing setup.SUBCOMMAND
Migrate part from
deploy
command andwizard
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.The text was updated successfully, but these errors were encountered: