-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add meta.yaml to custom implementation #1
Comments
I have this problem. The first thing I would like to do, is to set up the DSOMM with my own teams and applications. Before I start playing around and filling out and states. I manage to edit Doing this, my new team names show up in the I presume this is possible. But very confusing when reading the documentation. |
There really should be a graphical interface for setting up the teams. Perhaps an export method like 'Download edited YAML file' but for teams. If it is one thing everyone needs to "customize" before they are able to use DSOMM, it is to enter their own names for teams and groups. |
This comment to avoid way too early autoclose |
Currently when building a custom DSOMM
generated.yaml
, there is no way to getmeta.yaml
changes/settings intogenerated.yaml
from the provided documentation.Consider adding example
meta.yaml
to this repo and providing an updated build command to pull in the custommeta.yaml
Example
docker run -e "IS_IMPLEMENTED_WHEN_EVIDENCE=true" -v "$(pwd)/meta.yaml:/var/www/html/src/assets/YAML/meta.yaml" -v "$(pwd)/data/custom:/var/www/html/src/assets/YAML/custom" -v "$(pwd)/tmp/generated:/var/www/html/src/assets/YAML/generated" wurstbrot/dsomm-yaml-generation
The text was updated successfully, but these errors were encountered: