Preparation for installation
DeepWiki-Open支持多种部署方式,适用于Ubuntu、macOS和Windows(通过WSL2)系统。在安装前需要准备Google Gemini和OpenAI的API密钥。
推荐部署方式
Docker deployment (recommended):最简单快捷的部署方式,适合快速验证和生产环境使用。
- Ensure that Docker and Docker Compose are installed
- Cloning Project Warehouse:
git clone https://github.com/AsyncFuncAI/deepwiki-open.git
- 创建.env文件并配置API密钥
- (of a computer) run
docker-compose up
Starting services
服务启动后,API会在http://localhost:8001
运行,前端页面可在http://localhost:3000
Access.
手动安装流程
- 安装Python环境和Node.js
- 配置后端API服务:安装Python依赖并启动
- 配置前端界面:安装JavaScript依赖并启动开发服务器
无论采用哪种方式,建议分配至少4GB内存以确保稳定运行。
This answer comes from the articleDeepWiki-Open: Automatically Generating AI Documentation for GitHub, GitLab RepositoriesThe