Skip to content

Commit

Permalink
Switch links to 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSample committed Jun 21, 2024
1 parent ec4a780 commit 148fdb8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Lake liming app

A web application for simulating the effectiveness of lake liming using different lime products. Developed for Miljødirektoratet during 2023.
A web application for simulating the effectiveness of lake liming using different lime products. Developed for Miljødirektoratet during 2023/4.

## 1. Background

An overview of the project and main development tasks can be found on the [Wiki](https://github.com/NIVANorge/lake_liming_app/wiki).

## 2. Streamlit app for testing
## 2. Streamlit app

A simple Streamlit app to explore user requirements is deployed [here](https://lake-liming.t.niva.no/). Note that the final application will probably not be deployed using Streamlit, but it's useful as a starting point for discussions and for quickly exploring UI options.
The app is deployed [here](https://lake-liming.p.niva.no/).

To deploy new code, make sure to take note of the **image tag** created by the github action **Build & Push** and update this image tag in the [kustomization.yaml](https://github.com/NIVANorge/nivacloud-manifests/blob/59494ea5716753abef9ffe9d8cc5d8ef2a5db4c8/workloads/lake-liming-app/base/kustomization.yaml#L9) file in the nivacloud-manifests repository. Then, run the github action **Lake liming test deployment** in the nivacloud-manifests repository.
To deploy new code, make sure to take note of the **image tag** created by the github action **Build & Push** and update this image tag in the [kustomization.yaml](https://github.com/NIVANorge/nivacloud-manifests/blob/59494ea5716753abef9ffe9d8cc5d8ef2a5db4c8/workloads/lake-liming-app/base/kustomization.yaml#L9) file in the nivacloud-manifests repository. Then, run the github action **Lake liming test deployment** or **Lake liming prod deployment** in the nivacloud-manifests repository.

To deploy the app for testing via JupyterHub:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.en.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Lake liming app documentation"
number-sections: true
---

This website provides documentation for the [lake liming application](https://lake-liming.t.niva.no/). The model aims to simulate typical/idealised responses of lake water chemistry (calcium concentration and pH) to various liming strategies.
This website provides documentation for the [lake liming application](https://lake-liming.p.niva.no/). The model aims to simulate typical/idealised responses of lake water chemistry (calcium concentration and pH) to various liming strategies.

* For a description of how to use the application, see the [User guide](https://nivanorge.github.io/lake_liming_app/user-guide.en.html).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ number-sections: true
language: norsk.yml
---

Denne nettsiden inneholder dokumentasjon for [innsjøkalkingsapplikasjonen](https://lake-liming.t.niva.no/). Modellen simulerer typiske/idealiserte endringer i innsjøers vannkjemi (kalsiumkonsentrasjon og pH) for ulike kalkingsstrategier.
Denne nettsiden inneholder dokumentasjon for [innsjøkalkingsapplikasjonen](https://lake-liming.p.niva.no/). Modellen simulerer typiske/idealiserte endringer i innsjøers vannkjemi (kalsiumkonsentrasjon og pH) for ulike kalkingsstrategier.

* For en beskrivelse av hvordan du bruker applikasjonen, se [Brukerhåndboken](https://nivanorge.github.io/lake_liming_app/user-guide.html).

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.en.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ number-sections: true

## Overview {#sec-overview}

The application is online [here](https://lake-liming.t.niva.no/) and consists of four separate pages or "tabs", which are selected from the left sidebar:
The application is online [here](https://lake-liming.p.niva.no/) and consists of four separate pages or "tabs", which are selected from the left sidebar:

1. **Forside** displays a welcome message and a link to this documentation.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: norsk.yml

## Oversikt {#sec-overview}

Applikasjonen er online [her](https://lake-liming.t.niva.no/) og består av fire separate sider eller "faner", som velges fra venstre sidefelt:
Applikasjonen er online [her](https://lake-liming.p.niva.no/) og består av fire separate sider eller "faner", som velges fra venstre sidefelt:

1. **Forside** viser en velkomstmelding og en lenke til denne dokumentasjonen.

Expand Down

0 comments on commit 148fdb8

Please sign in to comment.