Skip to content

Commit

Permalink
Merge pull request #2220 from OctopusDeploy/jw/linux-docs-update
Browse files Browse the repository at this point in the history
Update linux prereq links and wording
  • Loading branch information
steve-fenton-octopus authored Mar 22, 2024
2 parents 21906b9 + 3b10ac2 commit 829576b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"csv-parse": "^5.5.5",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"prettier": "^3.2.5",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2024-03-22
title: SSH target requirements
description: Requirements for using SSH deployment targets with Octopus.
navOrder: 15
Expand Down Expand Up @@ -60,7 +60,7 @@ Self-contained Calamari is built as a [.NET Core self-contained distributable](h

### Self-Contained .NET Core dependencies {#self-contained-net-core-dependencies}

[.NET Core has some dependencies](https://github.com/dotnet/core/blob/main/Documentation/prereqs/) which must be installed on the target server.
[.NET Core has some dependencies](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies) which must be installed on the target server.

## Calamari on Mono {#mono-calamari}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2024-03-11
modDate: 2024-03-22
title: Linux Tentacle
description: How to install and configure Octopus Tentacles on Linux Servers in either listening or polling mode.
navOrder: 20
Expand All @@ -20,7 +20,7 @@ Before you can configure a Linux Tentacle, the Linux server must meet the [requi

- Octopus Server **2019.8.3** or newer

Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that [you will need to install .NET](https://learn.microsoft.com/en-us/dotnet/core/install/linux).
Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that [you will need to install some prerequisites](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies).

## Known limitations

Expand Down

0 comments on commit 829576b

Please sign in to comment.