mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
Change versions
This commit is contained in:
parent
d3ccdc7b70
commit
f0061a1c77
4 changed files with 6 additions and 6 deletions
|
@ -22,11 +22,11 @@ Installer binaries for Linux can be found in the [Github releases](https://githu
|
|||
For example, on `amd64` download the installer with either wget or curl and make it executable:
|
||||
|
||||
```bash
|
||||
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer
|
||||
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer
|
||||
```
|
||||
|
||||
```bash
|
||||
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer
|
||||
curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer
|
||||
```
|
||||
|
||||
The installer must be run as root. If you're not already root, switch to the root user or use sudo:
|
||||
|
|
|
@ -59,7 +59,7 @@ _For any Traefik configuration changes beyond what is needed in this tutorial, p
|
|||
```yaml
|
||||
services:
|
||||
pangolin:
|
||||
image: fosrl/pangolin:latest
|
||||
image: fosrl/pangolin:1.0.0-beta.6
|
||||
container_name: pangolin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -33,7 +33,7 @@ There are 2 ways to setup Newt: with the CLI application or the Docker container
|
|||
On Linux, you can wget the newt binary and run the command copied during the create site step. Make sure to replace amd64 with your architecture!
|
||||
|
||||
```bash
|
||||
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
|
||||
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
|
||||
```
|
||||
|
||||
Then run Newt
|
||||
|
|
|
@ -15,11 +15,11 @@ On Linux for example:
|
|||
Download Newt with either wget or curl or from your browser and make it executable:
|
||||
|
||||
```bash
|
||||
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
|
||||
wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
|
||||
```
|
||||
|
||||
```bash
|
||||
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt
|
||||
curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt
|
||||
```
|
||||
|
||||
And run it:
|
||||
|
|
Loading…
Reference in a new issue