Fixes T11561. Collect guidance about local configuration which hasn't been obvious in the past.
Details
Details
- Reviewers
amckinley chad - Maniphest Tasks
- T11561: Write a "Contributor Onboarding" document
- Commits
- rPc9f51fd40523: Write a "Developer Setup" guide for onboarding
- Read document carefully.
- Used ./bin/diviner generate to generate documentation.
- Previewed in Diviner locally:
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/docs/contributor/developer_setup.diviner | ||
---|---|---|
55–56 | Maybe it's obvious, but needing to restart the web service after modifying is typically necessary too. |
Comment Actions
Maybe it's obvious, but needing to restart the web service after modifying is typically necessary too.
It shouldn't be if you enable phabricator.developer-mode, then resolve any setup warnings. They should tune apc.stat and/or opcache.validate_timestamps/opcache.revalidate_freq appropriately for development (never require a restart) or production (improve performance).