斐浦软件 - 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/frappe11版本
bench init --verbose --frappe-branch version-11 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe13版本
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/frappe14版本
bench init --verbose --frappe-branch version-14 frappe-bench --frappe-path=https://gitee.com/phipsoft/frappe15版本
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/