Skip to content

Commit

Permalink
Add OpenSSH requirements to 02-install.md (#9228)
Browse files Browse the repository at this point in the history
* Add OpenSSH requirements to 02-install.md

Adding details about OpenSSH requirements for Terminus nested Drush and WP-CLI commands.

* Copy edits, add openssh to required packages, remove recommended packages

---------

Co-authored-by: Rachel Whitton <[email protected]>
  • Loading branch information
codyfishman and rachelwhitton authored Sep 27, 2024
1 parent b0bfe3d commit d2573fe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/content/terminus/02-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +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

- [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

Expand Down

0 comments on commit d2573fe

Please sign in to comment.