diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 6bb4275267..20f97b9f86 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -9184,12 +9184,17 @@ Some notes from Cal: | |||
9184 | The critical requirement is that the URIs in the | 9184 | The critical requirement is that the URIs in the |
9185 | target repository configuration point to the | 9185 | target repository configuration point to the |
9186 | correct remote location for the feeds. | 9186 | correct remote location for the feeds. |
9187 | This example uses a location outside of the build | 9187 | <note><title>Tip</title> |
9188 | system's <filename>deploy</filename> directory. | 9188 | For development purposes, you can point the web |
9189 | Realize that it is possible to run a web server | 9189 | server to the build system's |
9190 | that gets the databases from | 9190 | <filename>deploy</filename> directory. |
9191 | <filename>deploy</filename> directory where the image | 9191 | However, for production use, it is better to copy |
9192 | was built. | 9192 | the package directories to a location outside of |
9193 | the build area and use that location. | ||
9194 | Doing so avoids situations where the build system | ||
9195 | overwrites or changes the | ||
9196 | <filename>deploy</filename> directory. | ||
9197 | </note> | ||
9193 | </para> | 9198 | </para> |
9194 | 9199 | ||
9195 | <para> | 9200 | <para> |