This repository contains an automated installation script for ERPNext, designed to simplify the setup process on Ubuntu 22.04. The script installs all necessary dependencies, configures the database, and sets up a new ERPNext site with minimal user input.
- Operating System: Ubuntu 22.04
- Sudo Privileges: A non-root user with sudo access
- This script installs ERPNext version 15.
- Clone the repository:
git clone https://github.com/aenigma-lab/erpnext-installer.git
cd erpnext-installer
- Give Executable permission to repository:
sudo chmod +x erpnext-installer.sh
- Execute file:
./erpnext-installer.sh