Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Release everest 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Oct 20, 2023
1 parent f7ac65b commit e25b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "https://github.com/percona/percona-everest-cli/releases/download/${latest_
curl -sL https://github.com/percona/percona-everest-cli/releases/download/${latest_release}/everestctl-$os-$arch -o everestctl
chmod +x everestctl
echo "Deploying Backends using docker compose"
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/main/deploy/quickstart-compose.yml -o quickstart.yml
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/release-0.4.0/deploy/quickstart-compose.yml -o quickstart.yml
docker compose -f quickstart.yml up -d

while ! curl -s http://127.0.0.1:8080 &> /dev/null ; do
Expand Down

0 comments on commit e25b0df

Please sign in to comment.