From 6268412ffd450c392708a0f3ea50ef0b3e9dffa9 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Wed, 13 Oct 2021 10:17:06 +0200 Subject: Add soc_collector as submodule --- .gitmodules | 3 +++ README.md | 2 +- soc_collector | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 soc_collector 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 diff --git a/README.md b/README.md index c0d943a..112f8cd 100644 --- a/README.md +++ b/README.md @@ -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 index 0000000..c333019 --- /dev/null +++ b/soc_collector @@ -0,0 +1 @@ +Subproject commit c3330191348b19be264eabf5e0acd5fb97f0568d -- cgit v1.1