@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at upstream/main 9 lines 376 B view raw
1@title Running built-in PHP webserver 2@group developer 3 4As of version 5.4.0, the PHP command line interface provides a built-in web 5server. This web server is designed for developmental purposes only, and should 6not be used in production. Phorge can be executed under it with the 7command: 8 9 $ php -S localhost:8000 -t path/to/phorge/webroot/ path/to/phorge/webroot/index.php