You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`template` expressions use the [Go Text Template](https://pkg.go.dev/text/template) library with some additional functions provided by the [gomplate](https://docs.gomplate.ca/) library.
6
-
In this example we get the current exchange rate:
6
+
7
+
In this example we print out the exchange rates returned by an HTTP API Call
Copy file name to clipboardExpand all lines: canary-checker/docs/windows.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ In order to run Canary Checker on windows please ensure the following
16
16
2. You must be able to execute the powershell install script as a local administrator
17
17
3. Canary Checker uses an embedded Postgress DB which requires [Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.38.33130](https://www.microsoft.com/en-us/Download/confirmation.aspx?id=52685)
18
18
19
-
4. Canary checker uses port 8080 (can be changed) for the HTTP API and port 6432 for the embedded posgres sql server , ensure these ports are free
19
+
4. Canary checker uses port 8080 (can be changed) for the HTTP API and port 6432 for the embedded postgresql server , ensure these ports are free
20
20
21
21
## 2. Downloading required files
22
22
@@ -56,13 +56,12 @@ To test our canary config without installing it, use the below
56
56
```
57
57
58
58
## 4. Install Canary Checker as a service
59
-
60
-
The powershell install script is able to download all requirements , if the windows machine does not have internet accesss you will need to manually download the [prerequisites](/##-1.-check-prerequisites) and place them in the script folder.
59
+
The powershell install script is able to download all requirements , if the windows machine does not have internet access you will need to manually download the [prerequisites](/##-1.-check-prerequisites) and place them in the script folder.
0 commit comments