mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 01:48:23 +01:00
document running phabricator on builtin PHP webserver
Summary: This is based on info from https://github.com/facebook/phabricator/pull/165 Test Plan: View configuration guide Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3467
This commit is contained in:
parent
7dd8851a61
commit
4d4b4f4837
1 changed files with 9 additions and 0 deletions
9
src/docs/developer/running_builtin_php_webserver.diviner
Normal file
9
src/docs/developer/running_builtin_php_webserver.diviner
Normal file
|
@ -0,0 +1,9 @@
|
|||
@title Running built-in PHP webserver
|
||||
@group developer
|
||||
|
||||
As of version 5.4.0, the PHP command line interface provides a built-in web
|
||||
server. This web server is designed for developmental purposes only, and should
|
||||
not be used in production. Phabricator can be executed under it with the
|
||||
command:
|
||||
|
||||
$ php -S localhost:8000 -t path/to/phabricator/webroot/ path/to/phabricator/webroot/index.php
|
Loading…
Add table
Reference in a new issue