1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-08 10:24:48 +01:00

Minor doc tweaks.

Summary:

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley 2011-02-11 16:12:02 -08:00
parent 2e4022aca8
commit 2082d5e227

View file

@ -59,7 +59,6 @@ useful error message telling you what else you need to fix (for instance, you
may need to set up MySQL credentials). If you see something else, you did may need to set up MySQL credentials). If you see something else, you did
something very wrong and/or this document lied to you. something very wrong and/or this document lied to you.
= Configuring Phabricator = = Configuring Phabricator =
Now that basic setup is complete, you should configure Phabricator. Phabricator Now that basic setup is complete, you should configure Phabricator. Phabricator
@ -69,19 +68,19 @@ configuration options which control how the applications behave are stored here:
There are several configuration templates: There are several configuration templates:
- default.conf.php: root configuration, lists every configuration option and - ##default.conf.php##: root configuration, lists every configuration option
sets some default for it. Look in this file to figure out what you can and sets some default for it. Look in this file to figure out what you can
configure. configure.
- development.conf.php: pulls in default.conf.php, but overrides some - ##development.conf.php##: pulls in ##default.conf.php##, but overrides some
configuration options to better values for doing development on Phabricator. configuration options to better values for doing development on Phabricator.
You probably don't need to even look at this file unless you're making You probably don't need to even look at this file unless you're making
changes to Phabricator itself. changes to Phabricator itself.
- production.conf.php: pulls in default.conf.php, but overrides some - ##production.conf.php##: pulls in ##default.conf.php##, but overrides some
configuration options to provide better values for a production install. configuration options to provide better values for a production install.
Once you've completed setup, you should switch to this configuration or Once you've completed setup, you should switch to this configuration or
one based upon it. one based upon it.
- setup.conf.php: pulls in default.conf.php, but sets some flags that make - ##setup.conf.php##: pulls in ##default.conf.php##, but sets some flags that
it easier to set up a Phabricator install. Switch away from this before make it easier to set up a Phabricator install. Switch away from this before
deploying a production install. deploying a production install.
While you can use these templates as-is, you'll probably want to set up custom While you can use these templates as-is, you'll probably want to set up custom