aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-04-03 10:49:59 +0200
committerGitHub <noreply@github.com>2020-04-03 10:49:59 +0200
commit9a5264054c4b27bb78e8fdad7526dfeb53ff4bbd (patch)
tree1af979a5a53200fe679b80204d804e99fce19082
parent490e527b511e1bb16a70cac58f3a8ae6dffadb3c (diff)
dashboard/app: add instructions on how to update the scheme
-rw-r--r--dashboard/app/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/dashboard/app/README.md b/dashboard/app/README.md
index 06817d183..db586afac 100644
--- a/dashboard/app/README.md
+++ b/dashboard/app/README.md
@@ -7,10 +7,13 @@ It is so-called [Standard environment](https://cloud.google.com/appengine/docs/s
To deploy and manage the app you need to install [Google Cloud SDK](https://cloud.google.com/sdk/install).\
For more details about App Engine refer to the [docs](https://cloud.google.com/appengine/docs/standard/go/).
-Here is "big" picture of possible setup:
+**Note**: The app is not stable and is not officially supported. It's here only to power the main deployment.
+
+Here is "big" picture of a possible setup:
![Overall picture of syzbot setup](/docs/syzbot_architecture.png)
-**Note**: The app is not stable and is not officially supported. It's here only to power the main deployment.
+**Note**: the vector source is [here](https://docs.google.com/drawings/d/16EdqYrWD4PWD2nV_PoDPvC5VPry2H40Sm8Min-RtDdA);
+to update: make a copy of the source, edit, download a png, update the png and include a link to your vector copy into the PR.
To deploy the app you need to add a `.go` file with production config. The config specifies kernel namespaces,
bug reporting details, API keys, etc. Tests contain a [config example](app_test.go), but it's not ready for