diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | soc_collector | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f089cce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "soc_collector"] + path = soc_collector + url = git@git.sunet.se:soc_collector.git @@ -2,7 +2,7 @@ ## Development setup -Run `soc_collector` checked out to tag `dashboard` on port 8000. +Run `soc_collector` on port 8000. The commit pointed to by the `soc_collector` submodule is compatible with `main` in this repo. Populate `soc_collector` with data from `example_data.json`: diff --git a/soc_collector b/soc_collector new file mode 160000 +Subproject c3330191348b19be264eabf5e0acd5fb97f0568 |