Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenSSH requirements to 02-install.md #9228

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading