Setup Frappe on Ubuntu Server 20 using a bash script using postgresql
Requirements: Ubuntu Server 20 Python 3.10 is installed by default
Install time - 10-20 mins
Instructions
- Git clone this repo, or create a bash script file with name of your choice, and copy-paste the contents of the bash file in this repo
- run command sudo chmod +x <bash-script-name | default file if git cloned : install.sh>
- run without the double quotes " /.install.sh " so that the install happens automatically