Browse Source

Update 'README.md'

天问 6 days ago
parent
commit
1960d30812
1 changed files with 29 additions and 0 deletions
  1. 29 0
      README.md

+ 29 - 0
README.md

@@ -1,2 +1,31 @@
 # dify
 
+AI应用开发平台
+
+## 安装
+
+* python 3.12
+* poetry
+* docker, compose
+* postgreSql
+* redis
+* weaviate 向量数据库
+
+```bash
+git clone https://github.com/dify-ai/dify.git
+cd dify/docker
+cp middleware.env .env
+docker compose up -d
+
+
+# 或
+
+```
+
+CONSOLE_WEB_URL: Web控制台地址(默认:http://127.0.0.1:3000)
+
+SERVICE_API_URL: 服务API地址(默认:http://127.0.0.1:5001)
+
+
+
+