mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
f7e2b03077
Summary: Alters the installation instructions to guide installers into a "setup" mode which does config file sanity checking. Test Plan: Put myself in setup mode, simulated all the failures it detects, took myself out of setup mode, Phabricator works OK. Reviewed By: tuomaspelkonen Reviewers: jungejason, tuomaspelkonen, aran CC: aran, tuomaspelkonen, epriestley Differential Revision: 230
20 lines
588 B
PHP
20 lines
588 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'infrastructure/env');
|
|
phutil_require_module('phabricator', 'infrastructure/setup/sql');
|
|
phutil_require_module('phabricator', 'storage/connection/mysql');
|
|
phutil_require_module('phabricator', 'storage/queryfx');
|
|
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'moduleutils');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('PhabricatorSetup.php');
|