mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
No description
e55d4d7aab
Phabricator requires mod_rewrite rule to emulate "routing" interface between web server and PHP aplication. Since PHP 5.4 where is built-in web server that can be invoked with "PHP -S 127.0.0.1:8000", but since it's very simple it don't have mod_rewrite functionality. But it have routing functionality if .php file is given via command-line - so this simple fix allows to use PHP 5.4+ built-in web server to start Phabricator. Useful for hacking, developing and testing. Use like this: "php -S 127.0.0.1:8000 ~/Documents/phabricator/webroot/ ~/Documents/phabricator/webroot/index.php" |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0