mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
项目简介
This commit is contained in:
parent
cb848d1b30
commit
a6a5419948
@ -1,22 +0,0 @@
|
||||
## Docker Build
|
||||
|
||||
### 更新项目
|
||||
|
||||
```bash
|
||||
git checkout 2.0-meteor1.9
|
||||
git pull
|
||||
```
|
||||
|
||||
### 登录docker
|
||||
|
||||
```bash
|
||||
docker login
|
||||
# 输入用户名和密码
|
||||
```
|
||||
|
||||
### 执行打包
|
||||
|
||||
```bash
|
||||
yarn build_image
|
||||
# 等待打包,打包后会自动推送到hub
|
||||
```
|
@ -17,7 +17,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center" style="border-top: solid 1px #cccccc">
|
||||
华炎魔方是Salesforce低代码开发平台的开源替代方案,你只需点击鼠标,就能轻松便捷地创建智能化、移动化的企业应用程序。
|
||||
华炎魔方是Salesforce低代码平台的开源替代方案,助力使用可视化方式构建管理软件后端业务逻辑,包括数据建模、权限控制、流程审批、统计分析、应用集成,并可以编写“高代码”实现复杂的业务逻辑。
|
||||
</p>
|
||||
|
||||
<h3 align="center">
|
||||
|
@ -1 +0,0 @@
|
||||
theme: jekyll-theme-cayman
|
16
crowdin.yaml
16
crowdin.yaml
@ -1,16 +0,0 @@
|
||||
project_identifier_env: CROWDIN_DOCUSAURUS_PROJECT_ID
|
||||
api_key_env: CROWDIN_DOCUSAURUS_API_KEY
|
||||
base_path: "./"
|
||||
preserve_hierarchy: true
|
||||
|
||||
files:
|
||||
-
|
||||
source: '/docs/*.md'
|
||||
translation: '/website/translated_docs/%locale%/%original_file_name%'
|
||||
languages_mapping: &anchor
|
||||
locale:
|
||||
'zh-CN': 'zh-CN'
|
||||
-
|
||||
source: '/website/i18n/en.json'
|
||||
translation: '/website/i18n/%locale%.json'
|
||||
languages_mapping: *anchor
|
Loading…
Reference in New Issue
Block a user