Skip to content

Commit

Permalink
Update template_README.md
Browse files Browse the repository at this point in the history
Include troubleshooting for when only the example schema is displayed, but not the self-created schema.
  • Loading branch information
fabianschoeppach authored May 29, 2024
1 parent 3fb9a4c commit 65b32d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions template_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,14 @@ be generated.
You can read how to make your package public in the GitHub docs [here](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)
or how to configure a PAT (if you want to keep the distribution private) in the GitHub
docs [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).

---

*I included and extended a custom NOMAD plugin generated from the [official NOMAD plugin template](https://github.com/FAIRmat-NFDI/nomad-plugin-template), but I can only see/use the example schema and not my own I created.*

This is probably a matter of incorrectly configured EntryPoints of your own schema.
First, make sure that the EntryPoint of the schema is mentioned in the `pyproject.toml` of the plugin.
Furthermore, it is necessary to generate a new Oasis distribution image after changes. Trigger this manually in Github under Action > Docker (left column) > Run workflow.



0 comments on commit 65b32d2

Please sign in to comment.