Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update WCMP2 exercise based on config creation #90

Merged
merged 6 commits into from
Oct 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,21 @@ Ensure that your discovery metadata was also published to the broker, by looking

Click on your discovery metadata record and inspect the content, noting how it relates to the discovery metadata configuration created earlier in this session.

Update the title of your discovery metadata, and re-publish:
Update the title of your discovery metadata:

```bash
vi /data/metadata/discovery/metadata-synop.yml
wis2box metadata discovery publish /data/metadata/discovery/metadata-synop.yml
vi ~/wis2box-data/metadata/discovery/metadata-temp.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment the student is still logged into the management container so the path is wrong. Change to

vi /data/wis2box/metadata/discovery/metadata-synop.yml

```

!!! tip
You can also use WinSCP to connect to your instance and edit this file.

Now re-publish (from inside the **wis2box-management** container):

```bash
wis2box metadata discovery publish /data/metadata/discovery/metadata-synop.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/data/wis2box/metadata/discovery/metadata-synop.yml?

```

Ensure that your discovery metadata updates were published to the API, by refreshing the page to your discovery metadata.

!!! question
Expand Down
Loading