Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/userguide/arcanist.diviner
| Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Lines | - Facebook does most development on development servers, which have a standard | ||||
| mount source updates everyone's versions, and new employees have a working | mount source updates everyone's versions, and new employees have a working | ||||
| `arc` when they first log in. | `arc` when they first log in. | ||||
| - Another common approach is to write an install script as an action into | - Another common approach is to write an install script as an action into | ||||
| existing build scripts, so users can run `make install-arc` or | existing build scripts, so users can run `make install-arc` or | ||||
| `ant install-arc` or similar. | `ant install-arc` or similar. | ||||
| == Installing Tab Completion == | == Installing Tab Completion == | ||||
| If you use `bash`, you can set up tab completion by adding something like this | If you use `bash`, you can set up tab completion by running this command: | ||||
| to your `.bashrc`, `.profile` or similar: | |||||
| source /path/to/arcanist/resources/shell/bash-completion | $ arc shell-complete | ||||
| This will install shell completion into your current shell. After installing, | |||||
| you may need to start a new shell (or open a new terminal window) to pick up | |||||
| the updated configuration. | |||||
| == Configuration == | == Configuration == | ||||
| Some Arcanist commands can be configured. This configuration is read from | Some Arcanist commands can be configured. This configuration is read from | ||||
| three sources, in order: | three sources, in order: | ||||
| # A project can specify configuration in an `.arcconfig` file. This file is | # A project can specify configuration in an `.arcconfig` file. This file is | ||||
| JSON, and can be updated using `arc set-config --local` or by editing | JSON, and can be updated using `arc set-config --local` or by editing | ||||
| Show All 31 Lines | |||||