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 | |
| $ apt install -y git | |
| # Ubuntu update and upgrade packages | |
| $ apt update -y && apt upgrade -y | |
| # Install Python 3 and dependencies |