Page MenuHomePhabricator

Write a "Developer Setup" guide for onboarding
ClosedPublic

Authored by epriestley on Apr 9 2017, 11:58 AM.
Tags
None
Referenced Files
F18871795: D17641.diff
Wed, Nov 5, 12:39 AM
F18791120: D17641.id42435.diff
Oct 16 2025, 2:34 AM
F18784733: D17641.id42434.diff
Oct 13 2025, 2:59 PM
F18784476: D17641.id42434.diff
Oct 13 2025, 12:38 PM
F18764665: D17641.id42435.diff
Oct 7 2025, 7:10 AM
F18752042: D17641.id42427.diff
Oct 4 2025, 1:51 PM
F18745777: D17641.id42427.diff
Oct 3 2025, 9:21 AM
F18744629: D17641.id42427.diff
Oct 3 2025, 3:38 AM
Subscribers
Tokens
"Like" token, awarded by cspeckmim.

Details

Summary

Fixes T11561. Collect guidance about local configuration which hasn't been obvious in the past.

Test Plan
  • Read document carefully.
  • Used ./bin/diviner generate to generate documentation.
  • Previewed in Diviner locally:

Screen Shot 2017-04-09 at 4.57.46 AM.png (1×2 px, 297 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cspeckmim added inline comments.
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.

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).

Aha! That will simplify my dev setup/process

This revision is now accepted and ready to land.Apr 9 2017, 5:50 PM

Maybe something about lipsum

  • Add notes about bin/lipsum.
This revision was automatically updated to reflect the committed changes.