ERPNext 13 Docker - Ubuntu 22.04 - AMD based Compute VMs with 1/8 OCPU and 1 GB memory - amd64 CPU

❯ curl -sSL https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py > easy-install.py
❯ python3 easy-install.py --help
usage: easy-install.py [-h] [-p] [-d] [-s SITENAME] [-n PROJECT] [--email EMAIL] [-v VERSION]

Install Frappe with Docker

options:
  -h, --help            show this help message and exit
  -p, --prod            Setup Production System
  -d, --dev             Setup Development System
  -s SITENAME, --sitename SITENAME
                        The Site Name for your production site
  -n PROJECT, --project PROJECT
                        Project Name
  --email EMAIL         Add email for the SSL.
  -v VERSION, --version VERSION
                        ERPNext version to install, defaults to latest stable

try -v v13.43.2 or --version=v13.43.2 if it works for you.

1 Like