From b97c5f152fe5181719be4fcc9f943c969003969b Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Wed, 13 Mar 2024 21:18:12 +0000 Subject: [PATCH] Updates --- content/docs/data_registry/remote_registry/_index.md | 3 ++- .../docs/data_registry/remote_registry/installation/_index.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/docs/data_registry/remote_registry/_index.md b/content/docs/data_registry/remote_registry/_index.md index 7c65809..e282aa0 100644 --- a/content/docs/data_registry/remote_registry/_index.md +++ b/content/docs/data_registry/remote_registry/_index.md @@ -4,4 +4,5 @@ title: "Remote Registry" bookCollapseSection: true --- -# Remote Registry \ No newline at end of file +# Remote Registry +The remote registry, is a centralised registry which can be used to collate data and metadata from multiple local and remote registries. To install a remote registry see the [remote registry installation guide]({{< relref "/docs/data_registry/remote_registry/installation" >}}). Alternatively an example remote registry is available at [https://data.fairdatapipeline.org/](https://data.fairdatapipeline.org/) \ No newline at end of file diff --git a/content/docs/data_registry/remote_registry/installation/_index.md b/content/docs/data_registry/remote_registry/installation/_index.md index b5d5bc6..179b97d 100644 --- a/content/docs/data_registry/remote_registry/installation/_index.md +++ b/content/docs/data_registry/remote_registry/installation/_index.md @@ -86,6 +86,10 @@ with open('/home/ubuntu/secret_key.txt') as f: Add your domain to `ALLOWED_HOSTS` replacing `data.fairdatapipeline.org` +### Edit `DOMAIN_URL` + +Replace the `DOMAIN_URL` with your fully qualified domain url followed by a trailing slash e.g. `https://data.fairdatapipeline.org/` + #### Edit `DATABASES` The `databases` dictionary (fields) should be modified to contain a single `default` database containing the following fields: `ENGINE` the engine for your database see the [django documentation](https://docs.djangoproject.com/en/5.0/ref/databases/) for more details.