Skip to content

Commit 46b10eb

Browse files
committed
update version details
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent d63cfaf commit 46b10eb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

content/en/docs/installation/advanced-installation/backend-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66

77
MyController backend configurations are loaded at the time of startup.<br>
88
Configurations should be in the **[YAML](https://yaml.org/)** file format.<br>
9-
Samples are available in the [source code repository](https://github.com/mycontroller-org/server/tree/{{< variable "version" >}}/resources)
9+
Samples are available in the [source code repository](https://github.com/mycontroller-org/server/tree/{{< variable "versionTag" >}}/resources)
1010

1111
{{< alert title="Note">}}
1212
`mycontroller.yaml` file will not be included in the backup for the security reasons.

content/en/docs/installation/quick-installation/executable-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Download the executable bundle that matches to your operating system architectur
2727

2828
#### Download
2929
* Here we are focusing on `arm` architecture (Raspberry Pi). You can follows this guide for other architecture too.
30-
* Download [mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz](https://download.mycontroller.org/v2/master/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz)<br>
30+
* Download [mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz](https://github.com/mycontroller-org/server/releases/download/{{< variable "versionTag" >}}/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz)<br>
3131

3232

3333
{{< alert title="Note" >}}
@@ -47,7 +47,7 @@ If you want to run MyController server with `root`, you should include `sudo` in
4747

4848
# download the bundle and extract on executable directory
4949
cd /opt/apps/mycontroller
50-
wget https://download.mycontroller.org/v2/master/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz
50+
wget https://github.com/mycontroller-org/server/releases/download/{{< variable "versionTag" >}}/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz
5151
tar xzf mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz --strip-components=1 --directory /opt/apps/mycontroller/executable
5252
```
5353
* now we have isolated MyController server *data* and *executables*, the expected result will be as follows,

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.20.0-alpine
1+
FROM nginx:1.23.3-alpine
22

33
LABEL maintainer="Jeeva Kandasamy <jkandasa@gmail.com>"
44

config.yaml renamed to hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ outputs:
9898

9999
params:
100100
pageVariables:
101+
versionTag: master # version tag used to pick exact release tag
101102
version: 2.0.0-devel
102103

103104
copyright: "The MyController.org Authors."

0 commit comments

Comments
 (0)