IvanOS UI is a web UI for monitoring and debugging IvanOS.
- Add ivanos_ui_lib as a rebar dependency:
{ivanos_ui, "", {git, "https://github.com/ivanos/ivanos_ui_lib.git", {branch, "master"}}, [raw]},
- Add a post_hook to copy the ui into the ivanos_rest priv dir:
{post_hooks, [{compile, "sh -c 'cp -r deps/ivanos_ui/www deps/ivanos_rest/priv/static'"}]}.
{deps,
[{ivanos_ui, "", {git, "https://github.com/ivanos/ivanos_ui_lib.git", {branch, "master"}}, [raw]}]
}.
{post_hooks, [{compile, "sh -c 'cp -r deps/ivanos_ui/www deps/ivanos_rest/priv/static'"}]}.