Draft
Conversation
- Interactive configuration for LLM, authentication, and search - Auto-detect Docker and Docker Compose - Support --build-from-source for building from local code - Support --skip-config to reuse existing .env - Generate secure random JWT_SECRET_KEY and PASSWORD_SALT - Recommend 'local' auth mode for personal deployment Co-authored-by: Simpleyyt <simpleyyt@gmail.com>
- Detailed one-click setup instructions - Manual deployment step-by-step guide - Common model configuration examples (DeepSeek, OpenAI, Ollama) - Authentication mode comparison table - Operations & management commands - FAQ section for common issues Co-authored-by: Simpleyyt <simpleyyt@gmail.com>
…IDER - Add MODEL_PROVIDER to .env.example and docker-compose-example.yml - Add one-click setup section to both README files - Add local deployment link to sidebar navigation - Sync docker-compose-example.yml and .env.example into docs via update_doc.sh Co-authored-by: Simpleyyt <simpleyyt@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
提供完整的本地部署方案,包括一键部署脚本和中英文详细文档,降低用户的部署门槛。
变更内容
新增文件
setup.sh— 一键部署脚本--build-from-source从源码构建--skip-config跳过配置docs/local_deployment.md— 中文本地部署文档docs/en/local_deployment.md— 英文本地部署文档修改文件
.env.example— 添加MODEL_PROVIDER字段docker-compose-example.yml— 添加MODEL_PROVIDER字段README.md/README_zh.md— 在部署指南中添加一键部署章节docs/_sidebar.md/docs/en/_sidebar.md— 在侧边栏添加本地部署链接docs/quick_start.md/docs/en/quick_start.md— 同步更新 docker-compose 示例使用方式
git clone https://github.com/simpleyyt/ai-manus.git cd ai-manus ./setup.sh测试
bash -n setup.sh— 语法检查通过./setup.sh --help— 帮助信息正确显示update_doc.sh— 文档同步验证通过