Fix documentation to require "sudo" for bin/aphlict
Summary: This script must run as root because it requires a privileged port to enable the flash cross-domain stuff. We give you a useful error message if you don't run it as root, but can be more clear in the documentation. Test Plan: Read file Reviewers: Afaque_Hussain, btrahan Reviewed By: Afaque_Hussain CC: aran Differential Revision: https://secure.phabricator.com/D4867
This commit is contained in:
@@ -67,7 +67,7 @@ NOTE: This is cumbersome. There will be better testing tools at some point.
|
||||
|
||||
You can run `aphlict` in the foreground to get output to your console:
|
||||
|
||||
phabricator/ $ ./bin/aphlict --foreground
|
||||
phabricator/ $ sudo ./bin/aphlict --foreground
|
||||
|
||||
You can run `support/aphlict/client/aphlict_test_client.php` to connect to the
|
||||
Aphlict server from the command line. Messages the client receives will be
|
||||
|
||||
Reference in New Issue
Block a user