-
Notifications
You must be signed in to change notification settings - Fork 361
docs: update local source code setup instructions #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.