🚀 Just dropped a plug-and-play script that sets up your entire Frappe & ERPNext dev environment in minutes!
This blog is perfect for:
- 🧑💻 Developers contributing to ERPNext
- 🏗️ Builders creating custom Frappe apps
- 🧪 Testers setting up quick environments
⚙️ What the Script Automates
✅ Install and configure MariaDB, Redis, Node.js, Yarn
✅ Setup wkhtmltopdf (with patched Qt)
✅ Install and configure Bench CLI
✅ Create a Frappe site + install ERPNext app
✅ Works for both Linux & macOS
🧪 How to Use It
🔸 For Linux
wget https://raw.githubusercontent.com/pranavdixit/frappe-erpnext-installer/main/frappe_installer_linux.sh
chmod +x frappe_installer_linux.sh
./frappe_installer_linux.sh
🔸 For macOS
curl -O https://raw.githubusercontent.com/pranavdixit/frappe-erpnext-installer/main/frappe_installer_macos.sh
chmod +x frappe_installer_macos.sh
./frappe_installer_macos.sh
📂 Repo with both Linux & macOS scripts:
🔗 GitHub – pranavdixit/frappe-erpnext-installer
🧵 Dive into the full tutorial and source code here:
👉 Read the full blog
Let's connect!
👨💻 @pranavdixit20 on Twitter
🔗 LinkedIn
🌐 More projects on GitHub