[ok] Easy Install Script for Erpnext 13 and Ubuntu 22.04 LTS - Docker

Thank’s @revant_one

GitHub GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

❯ 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.

sudo python3 easy-install.py --prod --version=v13.43.2 --email jannis@gmx.com

Greets
jannis

Check for me:

History for bench/easy-install.py Commits on Jan 24, 2023

erpn13

1 Like