斐浦软件 - Frappe
本地仓库
本地仓库安装方式,未验证。
用于在本地克隆Frappe:git clone --mirror
git clone --mirror https://gitee.com/phipsoft/frappe.git
使用协议 file:///
bench init --frappe-path file:///home/frappe/frappe.git --frappe-branch version-15 --python /usr/bin/python3 frappe-bench
安装
10版本
bench init --verbose --frappe-branch v10 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
11版本
bench init --verbose --frappe-branch version-11 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
13版本
bench init --verbose --frappe-branch version-13 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
指定小版本号
bench init --verbose --frappe-branch v13.35.2 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
14版本
bench init --verbose --frappe-branch version-14 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
15版本
bench init --verbose --frappe-branch version-15 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
#斐浦分支
bench init --verbose --frappe-branch version-15-p frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe
删除
rm -rf frappe-bench
配置成服务
cd frappe-bench
./env/bin/pip3 install -e apps/frappe/