소스 검색

Adding basic instructions to README

bodicsek 5 년 전
부모
커밋
81e8f0aa96
1개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 17 1
      README.md

+ 17 - 1
README.md

@@ -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`.