docker-bake.hcl ci: push frappe or erpnext branch as tag (#1508) Nov 11, 2024 example.env chore: Update example.env Mar 3, 2025 install_x11_deps.sh Cypress UI Test service and updates to installer.py (#1250) Oct 26, 2023 pwd.yml ...
1、docker启动不了,耗时3小时,官方文档https://github.com/frappe/lms中的方法,启动docker,出现很多错误,其中一条是 在frappe中找不到setup.py, 猜测是版本问题, name: lms services: mariadb: image: mariadb:10.6 command: - --character-set-server=utf8mb4 - --collation-server=utf8mb4_unicode_ci -...
首先,介绍了Docker的基本概念和优势,然后详细说明了在Mac上使用Docker的开发流程。包括拉取Docker镜像、...
docker frappe frappe-bench frappe-framework frappe-docker Updated Jul 25, 2024 Shell Improve this page Add a description, image, and links to the frappe-docker topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate yo...
Easy install script using Docker images Development installation on bare metal Contributing Code of Conduct Contribution Guidelines Security Policy Translations Resources frappeframework.com - Official documentation of the Frappe Framework. frappe.school - Pick from the various courses by the maintainers or...
Easy install script using Docker images Development installation on bare metal Contributing Code of Conduct Contribution Guidelines Security Policy Translations Resources frappeframework.com- Official documentation of the Frappe Framework. frappe.school- Pick from the various courses by the maintainers or fro...
git clone https://github.com/frappe/frappe_docker cd frappe_docker docker compose -f pwd.yml up -d After a couple of minutes, site should be accessible on your localhost port: 8080. Use below default login credentials to access the site. ...
mkdir frappe-crm cd frappe-crm # Download the docker-compose file wget -O docker-compose.yml https://raw.githubusercontent.com/frappe/crm/develop/docker/docker-compose.yml # Download the setup script wget -O init.sh https://raw.githubusercontent.com/frappe/crm/develop/docker/init.sh ...
立即登录 没有帐号,去注册 编辑仓库简介 简介内容 之前安装时好像没有用这个仓库,erpnext的docker安装方式有变化。 主页 取消 保存更改 Python 1 https://gitee.com/ljsrzc/frappe_docker.git git@gitee.com:ljsrzc/frappe_docker.git ljsrzc frappe_docker frappe_docker main深圳...
Variables defined in the .env file are referenced via ${VARIABLE_NAME} within the docker-compose .yml file. example.env contains a non-exhaustive list of possible configuration variables. To get started, copy example.env to .env. FRAPPE_VERSION Frappe framework release. You can find all ...