diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 88631fd..b9b59b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,9 @@ jobs: - name: Copy README run: cp ../README.md . + - name: Copy images + run: cp -r ../img . + - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 diff --git a/README.md b/README.md index 2de84ac..ea80e9f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ The LogAnalyzer open-source app is a simple, plug and play application developed - The only thing you need to set this up and use is the `CONNECT_API_KEY` set as an environment variable. The idea is that the key should come from either an admin account or someone with privileges to view all apps. Apps that are not available to a user will not have their logs available to them. - If you want to test the app locally, you will need to set the `CONNECT_SERVER` as an environment variable. When deployed, the `CONNECT_SERVER` is setup automatically for you. -![LogAnalyzerDemo](https://github.com/Appsilon/LogAnalyzer/assets/26517718/90d1111d-006b-42db-8d8b-b55ee391cb21) +![LogAnalyzerDemo](img/app_preview.gif) # Credits -It was our collaboration with Elkem which led to the creation of this app. The initial idea came from use-cases where we realised we wanted to track all the logs and be able to read them properly since Posit Connect was the de facto deployment environment. When we made this app, we realised there was potential in sharing this with the rest of the community and invite everyone to use it and add it. We appreciate and thank Elkem for their openness to share it with the world. +It was our collaboration with Elkem which led to the creation of this app. The initial idea came from use-cases where we realised we wanted to track all the logs and be able to read them properly since Posit Connect was the de facto deployment environment. When we made this app, we realised there was potential in sharing this with the rest of the community and invite everyone to use it and add it. We appreciate and thank Elkem for their openness to share it with the world. You can read more about Appsilon and Elkem's collaboration on our case study [here](https://www.appsilon.com/case-studies/refining-elkems-processes-with-advanced-data-analytics). diff --git a/img/app_preview.gif b/img/app_preview.gif new file mode 100644 index 0000000..961ca03 Binary files /dev/null and b/img/app_preview.gif differ diff --git a/img/elkem_logo.png b/img/elkem_logo.png new file mode 100644 index 0000000..fd0e637 Binary files /dev/null and b/img/elkem_logo.png differ