Skip to content

Commit

Permalink
update version details
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
  • Loading branch information
jkandasa committed Mar 20, 2023
1 parent d63cfaf commit 46b10eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1

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

{{< alert title="Note">}}
`mycontroller.yaml` file will not be included in the backup for the security reasons.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Download the executable bundle that matches to your operating system architectur

#### Download
* Here we are focusing on `arm` architecture (Raspberry Pi). You can follows this guide for other architecture too.
* Download [mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz](https://download.mycontroller.org/v2/master/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz)<br>
* 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>


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

# download the bundle and extract on executable directory
cd /opt/apps/mycontroller
wget https://download.mycontroller.org/v2/master/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz
wget https://github.com/mycontroller-org/server/releases/download/{{< variable "versionTag" >}}/mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz
tar xzf mycontroller-server-{{< variable "version" >}}-linux-arm.tar.gz --strip-components=1 --directory /opt/apps/mycontroller/executable
```
* now we have isolated MyController server *data* and *executables*, the expected result will be as follows,
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.20.0-alpine
FROM nginx:1.23.3-alpine

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

Expand Down
1 change: 1 addition & 0 deletions config.yaml → hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ outputs:

params:
pageVariables:
versionTag: master # version tag used to pick exact release tag
version: 2.0.0-devel

copyright: "The MyController.org Authors."
Expand Down

0 comments on commit 46b10eb

Please sign in to comment.