From e55b08227ca57b80b67841afb922a74bf2215c47 Mon Sep 17 00:00:00 2001 From: codyfishman <89869823+codyfishman@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:44:05 -0500 Subject: [PATCH 1/2] Add OpenSSH requirements to 02-install.md Adding details about OpenSSH requirements for Terminus nested Drush and WP-CLI commands. --- source/content/terminus/02-install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/content/terminus/02-install.md b/source/content/terminus/02-install.md index 654215d332..ba315e991a 100644 --- a/source/content/terminus/02-install.md +++ b/source/content/terminus/02-install.md @@ -66,6 +66,9 @@ Terminus does not work with the following platforms: ### Recommended Packages +- [OpenSSH 7.8](https://github.com/PowerShell/Win32-OpenSSH/wiki/) or later + - You can check your OpenSSH version by running `ssh -V` from a terminal application. + - This is required package for executing nested Drush or WP-CLI commands. - [Drush](https://www.drush.org/12.x/install/). This is useful if you need to run Drush commands that are incompatible with Terminus. - [WP-CLI](http://wp-cli.org/). This is useful if you need to run WP-CLI commands that are incompatible with Terminus. From 4872976b94ab0206cbe9385df648694bd8d46b60 Mon Sep 17 00:00:00 2001 From: Rachel Whitton Date: Wed, 25 Sep 2024 11:39:08 -0500 Subject: [PATCH 2/2] Copy edits, add openssh to required packages, remove recommended packages --- source/content/terminus/02-install.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/source/content/terminus/02-install.md b/source/content/terminus/02-install.md index ba315e991a..f618eaf47c 100644 --- a/source/content/terminus/02-install.md +++ b/source/content/terminus/02-install.md @@ -56,21 +56,18 @@ Terminus does not work with the following platforms: ### Required Packages - PHP Version 7.4 or later - - You can check your PHP version by running `php -v` from a terminal application. You must have the [php-xml extension](https://secure.php.net/manual/en/dom.setup.php) for: - - mbstring - - XML - - [cURL](https://secure.php.net/manual/en/curl.setup.php) - - [CLI](http://www.php-cli.com) + - You can check your PHP version by running `php -v` from a terminal application. + - You must have the [php-xml extension](https://secure.php.net/manual/en/dom.setup.php) for: + - mbstring + - XML + - [cURL](https://secure.php.net/manual/en/curl.setup.php) + - [CLI](http://www.php-cli.com) - [Composer](https://getcomposer.org/download/) -- [Git](https://help.github.com/articles/set-up-git/). This may be needed for the plugin manager component. - -### Recommended Packages - -- [OpenSSH 7.8](https://github.com/PowerShell/Win32-OpenSSH/wiki/) or later - - You can check your OpenSSH version by running `ssh -V` from a terminal application. - - This is required package for executing nested Drush or WP-CLI commands. -- [Drush](https://www.drush.org/12.x/install/). This is useful if you need to run Drush commands that are incompatible with Terminus. -- [WP-CLI](http://wp-cli.org/). This is useful if you need to run WP-CLI commands that are incompatible with Terminus. +- [Git](https://help.github.com/articles/set-up-git/) + - This may be needed for the plugin manager component. +- OpenSSH 7.8 or later + - You can check your OpenSSH version by running `ssh -V` from a terminal application. + - This package is required for executing nested Drush or WP-CLI commands. ## Install Terminus