summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2021-11-24 17:11:02 +0100
committerErnst Widerberg <ernst@sunet.se>2021-11-24 17:11:02 +0100
commit37a5be906c22a7a0ab205f50be600ad85f00e80d (patch)
tree7ecc8ed616eefba679c524beb6b20d64eb0a20c8 /README.md
parentf98b193c7fd0872ebe087baaa851d42203f27ff7 (diff)
Update for backend changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 2 insertions, 16 deletions
diff --git a/README.md b/README.md
index 8ec1b10..577354a 100644
--- a/README.md
+++ b/README.md
@@ -3,21 +3,7 @@
## Development setup
Quick start:
-- `source init.sh`
-
-What it does:
-- Starts `soc_collector` listening on `COLLECTOR_URL`
-- Starts `jwt_mock.go` listening on `JWT_URL`
-- Starts `soc_dashboard` listening on `http://localhost:8001`
-
----
+- `source env.sh`
+- `npm run start`
The commit pointed to by the `soc_collector` submodule is compatible with `main` in this repo.
-
----
-
-To populate `soc_collector` with data from `example_data.json`:
-
-```
-cat example_data.json | curl -s -u user3:pw3 --data-binary @- ${COLLECTOR_URL}/sc/v0/add
-```