# 至数云-合并到torch-yun **Repository Path**: isxcode/camunda-yun ## Basic Information - **Project Name**: 至数云-合并到torch-yun - **Description**: 超轻量级低代码流程平台/应用构建/企业流程 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 至数云 ### 超轻量级低代码流程平台/应用构建/企业流程 [![Docker Pulls](https://img.shields.io/docker/pulls/isxcode/zhishuyun)](https://hub.docker.com/r/isxcode/zhishuyun) [![build](https://github.com/isxcode/camunda-yun/actions/workflows/build-app.yml/badge.svg?branch=main)](https://github.com/isxcode/camunda-yun/actions/workflows/build-app.yml) [![GitHub Repo stars](https://img.shields.io/github/stars/isxcode/camunda-yun)](https://github.com/isxcode/camunda-yun) [![GitHub forks](https://img.shields.io/github/forks/isxcode/camunda-yun)](https://github.com/isxcode/camunda-yun/fork) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fisxcode%2Fcamunda-yun.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fisxcode%2Fcamunda-yun?ref=badge_shield&issueType=license) [![GitHub License](https://img.shields.io/github/license/isxcode/camunda-yun)](https://github.com/isxcode/camunda-yun/blob/main/LICENSE) | | | |-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| | 官网地址: | https://zhishuyun.isxcode.com | | 源码地址: | https://github.com/isxcode/camunda-yun | | 演示环境: | https://zhishuyun-demo.isxcode.com | | 安装包下载: | https://isxcode.oss-cn-shanghai.aliyuncs.com/zhishuyun/zhishuyun.tar.gz | | 许可证下载: | https://isxcode.oss-cn-shanghai.aliyuncs.com/zhishuyun/license.lic | | Docker Hub: | https://hub.docker.com/r/isxcode/zhishuyun | | 产品矩阵: | [至轻云](https://zhiqingyun.isxcode.com), [至流云](https://zhiliuyun.isxcode.com), [至慧云](https://zhihuiyun.isxcode.com), [至数云](https://zhishuyun.isxcode.com) | | 关键词: | 低代码平台, 表单分享, 应用搭建, 云原生, Camunda, Docker, Rancher | | | | ### 产品介绍        至数云是一款超轻量级、企业级低代码流程平台,基于Camunda生态打造。一键部署,开箱即用。快速实现应用搭建、流程配置、分享表单等多种功能,为企业提供高效便捷的低代码解决方案。 ### 功能特点 - **轻量级产品**: 无需额外组件安装,一键部署,开箱即用。 - **云原生私有化**: 兼容云原生架构,支持多节点安装与高可用集群部署。 - **流程管理**: 基于原生Camunda流程架构,高效地执行复杂业务流程。 ### 立即体验 > [!TIP] > 演示地址:https://zhishuyun-demo.isxcode.com
> 体验账号:user001
> 账号密码:welcome1 ### 快速部署 > [!NOTE] > 访问地址:http://localhost:8080
> 管理员账号:admin
> 管理员密码:admin123 ```bash docker run -p 8080:8080 -d isxcode/zhishuyun ``` ### 相关文档 - [快速入门](https://zhishuyun.isxcode.com/zh/docs/zh/1/0) - [产品手册](https://zhishuyun.isxcode.com/zh/docs/zh/2/0) - [开发手册](https://zhishuyun.isxcode.com/zh/docs/zh/6/1) - [博客](https://ispong.isxcode.com/tags/spring/) ### 源码构建 > [!IMPORTANT] > 安装包路径: /tmp/camunda-yun/camunda-yun-dist/build/distributions/zhishuyun.tar.gz ```bash cd /tmp git clone https://github.com/isxcode/camunda-yun.git docker run --rm \ -v /tmp/camunda-yun:/camunda-yun \ -w /camunda-yun -it registry.cn-shanghai.aliyuncs.com/isxcode/zhishuyun-build:amd-latest \ /bin/bash -c "source /etc/profile && gradle install clean package" ```