frappe_docker/scripts/easy-docker
2026-03-25 12:43:23 +01:00
..
lib feat(easy-docker): add interactive bootstrap TUI with dependency handling 2026-03-25 12:43:23 +01:00
main.sh feat(easy-docker): add interactive bootstrap TUI with dependency handling 2026-03-25 12:43:23 +01:00
README.md feat(easy-docker): add interactive bootstrap TUI with dependency handling 2026-03-25 12:43:23 +01:00

Easy-Frappe-Docker

Easy installation script for Frappe Docker for development and production

Run

bash easy-docker.sh

Dependencies

  • gum is used for the TUI
  • The script checks required dependencies on startup
  • Missing dependencies are installed automatically when possible
  • If package manager installation for gum fails, the script can use a GitHub binary fallback

Options

  • -h, --help
    • Shows usage and exits without starting the TUI
  • --no-github-binary-fallback
    • Disables GitHub binary fallback for gum
    • If package manager installation fails, the script exits with manual installation guidance