Skip to content
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
14 changes: 8 additions & 6 deletions content/getting-started/environment-setup/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ After installing PHP, you must ensure that Composer 2 is installed on your machi

For more information on how to install Composer, go to the [official documentation](https://getcomposer.org/download/).

### JQ

Jq, a JSON processor, is also required for satellites to generate their composer.json files.

For more information on how to install jq, go to the [official documentation](https://stedolan.github.io/jq/download/).

### Docker (optional)

Gyroscops offers you the possibility to build your configurations as images that you can use in a dockerized environment.
That's why you may also need Docker.

For more information on how to install Docker, go to the [official documentation](https://docs.docker.com/get-docker/).

## Before v0.6.6 of `php-etl/satellite`:

### JQ

Jq, a JSON processor, is also required for satellites to generate their composer.json files.

For more information on how to install jq, go to the [official documentation](https://stedolan.github.io/jq/download/).