@@ -53,18 +53,21 @@ No Twitcher/Magpie access control, this Test Thredds is directly behind the
5353Nginx proxy.
5454
5555
56- ## A second Finch server for testing
56+ ## A generic bird WPS service
57+
58+ Can be used to quickly deploy any birds temporarily without changing code.
59+ Good to preview new birds or test alternative configuration of existing birds.
5760
5861How to enable in ` env.local ` (a copy from
5962[ ` env.local.example ` ] ( ../env.local.example ) ):
6063
61- * Add ` ./optional-components/finch2 ` to ` EXTRA_CONF_DIRS ` .
64+ * Add ` ./optional-components/generic_bird ` to ` EXTRA_CONF_DIRS ` .
6265
63- * Optionally set ` FINCH2_IMAGE ` , ` FINCH2_PORT ` , ` FINCH2_NAME ` in ` env.local `
66+ * Optionally set ` GENERIC_BIRD_IMAGE ` , ` GENERIC_BIRD_PORT ` , ` GENERIC_BIRD_NAME ` in ` env.local `
6467 for further customizations. Default values are in [ ` common.env ` ] ( ../common.env ) .
6568
66- Second Finch service will be available at ` http://PAVICS_FQDN:FINCH2_PORT /wps `
67- or ` https://PAVICS_FQDN_PUBLIC/TWITCHER_PROTECTED_PATH/FINCH2_NAME ` where
69+ The WPS service will be available at ` http://PAVICS_FQDN:GENERIC_BIRD_PORT /wps `
70+ or ` https://PAVICS_FQDN_PUBLIC/TWITCHER_PROTECTED_PATH/GENERIC_BIRD_NAME ` where
6871` PAVICS_FQDN ` , ` PAVICS_FQDN_PUBLIC ` and ` TWITCHER_PROTECTED_PATH ` are defined
6972in your ` env.local ` .
7073
@@ -75,6 +78,6 @@ self-contained and to allow experimenting with different versions of Postgres
7578DB.
7679
7780Magpie will be automatically configured to give complete public anonymous
78- access for this second Finch .
81+ access for this WPS service .
7982
80- Canarie monitoring will also be automatically configured for this second Finch .
83+ Canarie monitoring will also be automatically configured for this WPS service .
0 commit comments