mirror of https://github.com/vacp2p/wakurtosis.git
Updated kurtosis version to 0.64.2
This commit is contained in:
parent
5addeb00a8
commit
1f714e9670
|
@ -9,7 +9,7 @@ More info about Kurtosis: https://docs.kurtosis.com/
|
|||
|
||||
#### Before using this repository note that:
|
||||
|
||||
- **You are using Kurtosis version 0.62.0**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- **You are using Kurtosis version 0.64.2**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- The topology files that will be used by default are defined in `config/network_topology/`. This topology is created with https://github.com/logos-co/Waku-topology-test
|
||||
- Each node will need its own configuration file in `config/node_config_files/waku_X.toml` being `waku_X` the same name that is defined in the topology.
|
||||
- Only `kurtosis` and `docker` are needed to run this.
|
||||
|
|
6
build.sh
6
build.sh
|
@ -3,8 +3,8 @@ sudo apt-get update
|
|||
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||
|
||||
# Install Kurtosis, naively assuming amd64
|
||||
wget https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases/download/0.62.0/kurtosis-cli_0.62.0_linux_amd64.tar.gz
|
||||
tar -xf kurtosis-cli_0.62.0_linux_amd64.tar.gz
|
||||
wget https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases/download/0.64.2/kurtosis-cli_0.64.2_linux_amd64.tar.gz
|
||||
tar -xf kurtosis-cli_0.64.2_linux_amd64.tar.gz
|
||||
mv kurtosis /usr/bin
|
||||
rm -r scripts
|
||||
rm kurtosis-cli_0.62.0_linux_amd64.tar.gz
|
||||
rm kurtosis-cli_0.64.2_linux_amd64.tar.gz
|
Loading…
Reference in New Issue