|
|
@@ -1,3 +1,19 @@
|
|
|
# canary-log-viewer
|
|
|
|
|
|
-Structured log viwer for canary logs
|
|
|
+Structured log viewer for canary logs.
|
|
|
+
|
|
|
+## How to run
|
|
|
+
|
|
|
++ Install [deno](https://deno.land/manual/getting_started/installation)
|
|
|
++ Run `deno run --allow-read clv.ts <logfile>`.
|
|
|
+
|
|
|
+## How to deploy
|
|
|
+
|
|
|
++ Install [OCI CLI](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm)
|
|
|
++ Modify the OCI object storage details in `deploy.sh`.
|
|
|
++ Run `deploy.sh`
|
|
|
+
|
|
|
+## How to install
|
|
|
+
|
|
|
++ Add `clv.sh` to your `PATH` if you are using bash
|
|
|
+Note: it is using a preauthenticated url of the deployed `clv.ts`.
|