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

Commit

Permalink
EVEREST-107 Updated links for the public release
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Sep 29, 2023
1 parent 6da6b55 commit c70683e
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/release-0.3.0/deploy/quickstart-compose.yml -o quickstart.yml
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/v0.3.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 c70683e

Please sign in to comment.