ManfredHerrmann / erpnext_quick_install

(Almost) No interaction script for ERPNext V14

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Install Script for ERPNext

(Almost) No-interactive script for ERPNext V14 installation (also compatible with V13 with minor script edit).

This is an almost no-interactive script for installing ERPNext Version 14. You can set up either development or production with very minimal interaction.

How To:

To use this script, follow these steps:

  1. Clone the Repo:
git clone https://github.com/flexcomng/erpnext_quick_install.git
  1. navigate to the folder:
cd erpnext_quick_install
  1. Make the script executable
sudo chmod +x erpnext_install.sh
  1. Run the script:
source erpnext_install.sh

Compatibility

Ubuntu 22.04 LTS, Ubuntu 20.04 LTS

Debian 10 (Buster), Debian 11 (Bulls Eye)

Others coming soon!

About

(Almost) No interaction script for ERPNext V14

License:MIT License


Languages

Language:Shell 100.0%