Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / docs / user / userguide / arcanist_mac_os_x.diviner
blobd75df8b33bddd0bdaa4f918c79c127f150338b8f
1 @title Arcanist User Guide: Mac OS X
2 @group userguide
4 Explains how to install Arcanist on Mac OS X.
6 = Required Components =
8 You need to install:
10   - PHP, which should be installed by default.
11   - Arcanist itself, see @{article:Arcanist User Guide}.
12   or @{article:Arcanist Quick Start}
13   - SVN, Git, or Mercurial.
15 Then, configure:
17   - Your PATH environmental variable should include `arcanist/bin`, and
18     `php` and your VCS command (`svn`, `hg`, `git`) should be in PATH. When you
19     type `php`, `arc`, or (for example) `git` from the command line, they should
20     all do something.
21   - Your EDITOR environmental variable should point at some valid CLI editor,
22     like `nano`, which is the best editor.
24 You can edit your `~/.profile` to permanently configure environmental variables.
26 Now you should be able to run `arc` like a normal command.
28 = Next Steps =
30 Continue by:
32   - returning to @{article:Arcanist User Guide}.