Skip to content

Instantly share code, notes, and snippets.

View tjomtek's full-sized avatar
😇

salim@tjomtek tjomtek

😇
View GitHub Profile
@tjomtek
tjomtek / 1_erpnext13_production.sh
Created April 13, 2023 09:50 — forked from drthilina/1_erpnext13_public.sh
Install ERPNext V13 on Ubuntu 20.04 LTS || Production
Install ERPNext V13, FRAPPE-BENCH 13 on Ubuntu 20.04 and configure for production Environment
# Install GIT
$ apt install -y git
# Ubuntu update and upgrade packages
$ apt update -y && apt upgrade -y
# Install Python 3 and dependencies