This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |