Skip to content

Commit

Permalink
Merge pull request #716 from ScreamingHawk/main
Browse files Browse the repository at this point in the history
Remove tool_check as it is no longer in the repo
  • Loading branch information
kmurphypolygon authored Sep 19, 2024
2 parents f12f8b2 + a008434 commit 11756d2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/cdk/getting-started/local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,6 @@ git clone https://github.com/0xPolygon/kurtosis-cdk.git
cd kurtosis-cdk
```

### Check your environment

Run the `tool_check.sh` script to confirm you have all the prerequisite software.

!!! tip
You may need to make the script executable: `chmod +x scripts/tool_check.sh`

```sh
./scripts/tool_check.sh
```

If everything is installed correctly, you should see the following output:

```bash
Checking that you have the necessary tools to deploy the Kurtosis CDK package...
✅ kurtosis is installed, meets the requirement (=0.89).
✅ docker is installed, meets the requirement (>=24.7).

You might as well need the following tools to interact with the environment...
✅ jq is installed.
✅ yq is installed, meets the requirement (>=3.2).
✅ cast is installed.
✅ polycli is installed.

🎉 You are ready to go!
```

### Understanding the deployment steps

There are two configuration files which help you understand what happens during a deployment.
Expand Down

0 comments on commit 11756d2

Please sign in to comment.