Articles in this series
Step 1 chmod -R o+rx /home/[frappe_user] Step 2: sudo nano /etc/supervisor/supervisord.conf (Add these lines under...
Here is the process I use when setting up Multi-Tenant DNS on frappe bench` bench config dns_multitenant on bench new-site library.dev bench setup...
Run this to generate Wildcard SSL sudo certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns-01 --server...
Most likely it's because your system shutdown unexpectedly Try postgres -D /usr/local/var/postgres # for Intel M1 postgres -D /usr/local/var/postgres...
After installing MariaDB 10.6+ I started getting errors such as: ERROR 4047 (HY000) at line 10: InnoDB refuses to write tables with...
Error unable to import frappe in VScode Assuming that your project root directory is inside /apps/ and that's also where frappe app is located....