Guide To Install Frappe Version-16 in MAC OS || Frappe || D-codE
Автор: D-codE
Загружено: 2026-03-02
Просмотров: 146
Описание:
Installation Guide
Follow the steps below in order to complete the installation process.
Step 1: Install Xcode Command Line Tools
Run the following command to install the required developer tools:
xcode-select --install
Step 2: Install Homebrew
Execute the command below to install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"
source ~/.zshrc
Step 3: Download wkhtmltopdf Package
Download the required package:
curl -L https://github.com/wkhtmltopdf/packag... -O
Step 4: Install wkhtmltopdf
Install the downloaded package:
sudo installer -pkg wkhtmltox-0.12.6-2.macos-cocoa.pkg -target ~
Step 5: Install Required Dependencies via Homebrew
Install the necessary packages:
brew install git redis [email protected] pkg-config mariadb-connector-c
Step 6: Restart MariaDB Service
Restart the MariaDB service:
brew services restart [email protected]
Step 7: Secure MariaDB Installation
Run the secure installation setup:
sudo mariadb-secure-installation
Step 8: Install NVM (Node Version Manager)
Install NVM:
curl o https://raw.githubusercontent.com/nvm... | bash
Step 9: Reload Shell Configuration
Reload your shell configuration:
source ~/.zshrc
Step 10: Install Node.js Version 24
Install Node.js version 24 using NVM:
nvm install 24
Step 11: Install Yarn Globally
Install Yarn globally via npm:
npm install -g yarn
Step 12: Install UV
Install UV using the following command:
curl -LsSf https://astral.sh/uv/install.sh | sh
Step 13: Reload Shell Configuration Again
Reload your shell configuration:
source ~/.zshrc
Step 14: Install Python 3.14 via UV
Install and set Python 3.14 as default:
uv python install 3.14 --default
Step 15: Install Frappe Bench Tool
Install the bench tool:
uv tool install frappe-bench
Step 16: Initialize Frappe Bench
Initialize a new bench:
bench init frappe-bench —frappe-branch version-16 —python python3.14
Step 17: Start Bench
Start the bench:
bench start
Step 18: Create a New Site
Create a new site:
bench new-site localsite.com
Step 19: Start Bench Again
bench start
Step 20: Set Active Site
Set the active site:
bench use localsite.com
Step 21: Build Bench
Build the bench:
bench build
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: