Vorbereitung für den Einbau
DeepWiki-Open支持多种部署方式,适用于Ubuntu、macOS和Windows(通过WSL2)系统。在安装前需要准备Google Gemini和OpenAI的API密钥。
推荐部署方式
Docker-Bereitstellung (empfohlen):最简单快捷的部署方式,适合快速验证和生产环境使用。
- Sicherstellen, dass Docker und Docker Compose installiert sind
- Klonen des Projektlagers:
git clone https://github.com/AsyncFuncAI/deepwiki-open.git
- 创建.env文件并配置API密钥
- in Bewegung sein
docker-compose up
Neue Dienste
服务启动后,API会在http://localhost:8001
运行,前端页面可在http://localhost:3000
Zugang.
手动安装流程
- 安装Python环境和Node.js
- 配置后端API服务:安装Python依赖并启动
- 配置前端界面:安装JavaScript依赖并启动开发服务器
无论采用哪种方式,建议分配至少4GB内存以确保稳定运行。
Diese Antwort stammt aus dem ArtikelDeepWiki-Open: Automatische KI-Dokumentationserstellung für GitHub- und GitLab-RepositoriesDie