DEV Community

Cover image for Automating Frappe & ERPNext Setup with a Single Script (Linux + macOS)
Pranav Dixit
Pranav Dixit

Posted on • Originally published at Medium

Automating Frappe & ERPNext Setup with a Single Script (Linux + macOS)

πŸš€ 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
Enter fullscreen mode Exit fullscreen mode

πŸ”Έ 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
Enter fullscreen mode Exit fullscreen mode

πŸ“‚ 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


Top comments (0)