Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / docs / user / userguide / drydock_working_copies.diviner
blob2e8eb293c7c0bc42bcca69d63a29bef2e8525f24
1 @title Drydock Blueprints: Working Copies
2 @group userguide
4 Guide to configuring Drydock working copy blueprints.
7 Overview
8 ========
10 IMPORTANT: Drydock is not a mature application and may be difficult to
11 configure and use for now.
13 To let Drydock build repository working copies in order to run unit tests and
14 other similar operations, you'll configure **working copy blueprints**.
16 Working Copies
17 ==============
19 Working copy blueprints rely on host blueprints, so you'll need to configure
20 a suitable host blueprint first. See @{article:Drydock Blueprints: Hosts}.
22 To configure a working copy blueprint, choose the host blueprints it should
23 use in **Use Blueprints**.
25 You can optionally specify a **Limit**. If you do, the blueprint won't be
26 allowed to create more than this many simultaneous resources. If you leave
27 it empty, the blueprint will be able to create an unlimited number of
28 resources.
30 After you save the blueprint, make sure you authorize it to use the selected
31 host blueprints. It won't be able to acquire host resources until you do.
34 Next Steps
35 ==========
37 Continue by:
39   - returning to @{article:Drydock Blueprints}.