Skip to content

Commit

Permalink
Update template_README.md
Browse files Browse the repository at this point in the history
Mention the `include` issue of the `nomad.yml`.
  • Loading branch information
fabianschoeppach authored May 29, 2024
1 parent d5c8b51 commit 1e821dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ be generated.
*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.
* 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.
* Finally, the new plugin mechanism is not compatible with the use of the `plugins/include` option in the `nomad.yml` configuration file. Omitting this section completely solves this issue, as it will load all installed/available plugins.



0 comments on commit 1e821dc

Please sign in to comment.