You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `make lint` to check your changes, and `make format` to format your code
@@ -118,11 +116,11 @@ version uses virtualenvs which are incompatible with Conda's environments)
118
116
119
117
Set ODC's environment variable before running the server:
120
118
121
-
export DATACUBE_ENVIRONMENT=staging
119
+
export ODC_ENVIRONMENT=staging
122
120
123
121
You can always see which environment/settings will be used by running `datacube system check`.
124
122
125
-
See the ODC documentation for config and [datacube environments](https://datacube-core.readthedocs.io/en/latest/user/config.html#runtime-config)
123
+
See the ODC documentation for [datacube configuration and environments](https://opendatacube.readthedocs.io/en/latest/installation/database/configuration.html)
126
124
127
125
### How can I set different timezone
128
126
@@ -218,8 +216,8 @@ Three roles are created:
218
216
-**explorer-generator**: Suitable for generating and updating summaries (ie. Running `cubedash-gen`)
219
217
-**explorer-owner**: For creating and updating the schema. (ie. Running `cubedash-gen --init`)
220
218
221
-
Note that these roles extend the built-in datacube role `agdc_user`. If you
222
-
created your datacube without permissions, a stand-alone creator of the `agdc_user`
219
+
Note that these roles extend the built-in datacube role `agdc_user` (using postgres) or `odc_user` (using postgis).
220
+
If you created your datacube without permissions, a stand-alone creator of the appropriate
223
221
role is available as a prerequisite in the same [roles](cubedash/summary/roles)
0 commit comments