Clone frappe_docker
git clone https://github.com/frappe/frappe_docker.git
cd frappe_docker<fargate-profile-namespace>. Guidekube-system namespace, refer guide from previous step)Refer Helm Installation to install helm command
| # Video: https://youtu.be/b-KFj8GfvzE | |
| # Full Backup | |
| mariadb-backup --backup \ | |
| --user=$DB_ROOT_USER \ | |
| --password=$DB_ROOT_PASSWORD \ | |
| --target-dir=$BACKUP_BASE_DIR | |
| # Incremental Backup | |
| mariadb-backup --backup \ | |
| --user=$DB_ROOT_USER \ |
| 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 |
| version: '2' | |
| services: | |
| mysql: | |
| image: docker.io/bitnami/mysql:5.7.36 | |
| environment: | |
| - MYSQL_ROOT_PASSWORD=123 | |
| - MYSQL_USER=opencartuser | |
| - MYSQL_DATABASE=opencartdb | |
| - MYSQL_PASSWORD=opencart | |
| volumes: |
Follow these steps:
Install prerequisites:
apt-get update && apt-get dist-upgrade -y
dpkg-reconfigure --priority=low unattended-upgrades
adduser -D craft
usermod -aG sudo craft
curl -fsSL https://get.docker.com | bashA guide to Install Frappe Bench v14 on Ubuntu 22.04 LTS and start building the Library Tutorial I hope this makes your Frappe development and exploration more simpler. Frappe Cloud provides great capabilities too. This is for a development server and not for a production build (obviously)
Digital Ocean account and a droplet created
Ubuntu 22.04 LTS