docs: update local source code setup instructions #544
docs: update local source code setup instructions #544hjlarry wants to merge 2 commits intolanggenius:mainfrom
Conversation
hjlarry
commented
Nov 26, 2025
- update the setup instructions from here https://github.com/langgenius/dify/blob/main/api/README.md
- add the beat service command
There was a problem hiding this comment.
Pull request overview
This PR updates the local source code setup instructions across three language versions (English, Chinese, and Japanese) to align with the latest setup requirements from the main API README. The changes improve the developer experience by providing more specific configuration options and adding support for the Beat service for scheduled tasks.
Key Changes:
- Updated docker compose command to use explicit profiles for PostgreSQL and Weaviate with configuration comments
- Added
--devflag touv synccommand for installing development dependencies - Expanded celery worker queue list to include all currently used queues (priority_dataset, priority_pipeline, pipeline, app_deletion, plugin, workflow_storage, conversation, workflow, schedule_poller, schedule_executor, triggered_workflow_dispatcher, trigger_refresh_executor)
- Added new section documenting the Beat service startup command for debugging scheduled tasks and Schedule Trigger nodes
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| en/getting-started/install-self-hosted/local-source-code.mdx | Updated English documentation with new setup instructions and Beat service section |
| zh-hans/getting-started/install-self-hosted/local-source-code.mdx | Updated Chinese documentation with new setup instructions and Beat service section |
| ja-jp/getting-started/install-self-hosted/local-source-code.mdx | Updated Japanese documentation with new setup instructions and Beat service section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zh-hans/getting-started/install-self-hosted/local-source-code.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.