Skip to content

Instantly share code, notes, and snippets.

View Clyzer's full-sized avatar
🏠
En cuarentena

Diego Sánchez Clyzer

🏠
En cuarentena
View GitHub Profile
@Clyzer
Clyzer / 1_erpnext13_public.sh
Last active March 9, 2024 21:31 — 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
$ sudo apt install -y git
# Ubuntu update and upgrade packages
$ sudo apt update -y && sudo apt upgrade -y
# Install Python 3.8 and dependencies