1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/config
epriestley 5d8ddd888c Move PATH checks to post-install
Summary:
We no longer need to do PHP CLI checks (D4568) or run `git submodule` (D4581) so we don't need $PATH to be set to complete setup. Move it to post-install.

Drop the instructions about PHP-FPM because the Phabricator config is dramatically easier now that we have it.

Test Plan: Set environment.append-paths to various things, faked lack of $PATH, verified I got the warning when I expected to setting Phabricator config cleared it.

Reviewers: codeblock, btrahan

Reviewed By: codeblock

CC: aran

Maniphest Tasks: T2228

Differential Revision: https://secure.phabricator.com/D4585
2013-01-22 14:45:19 -08:00
..
application Move mail-related setup issues to setup checks 2013-01-18 13:28:30 -08:00
check Move PATH checks to post-install 2013-01-22 14:45:19 -08:00
controller Two minor Config sidebar tweaks. 2013-01-21 18:55:54 -08:00
editor Repair invalid configuration by setting values back to defaults 2013-01-17 16:25:38 -08:00
exception Allow configuration to be explicitly validated, including validation of complex attributes 2013-01-01 18:15:03 -08:00
issue Detect and raise setup warnings from within Phabricator 2012-12-30 06:37:49 -08:00
json Mask remaining config values, and implement set type 2013-01-16 15:06:07 -08:00
management Add enum option type. 2013-01-21 18:48:29 -08:00
option Don't require phabricator.base-uri to be configured 2013-01-22 13:57:02 -08:00
query Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
storage Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
view Don't require phabricator.base-uri to be configured 2013-01-22 13:57:02 -08:00