Callaba public community for developers

Commit 19ba8acb authored by yo's avatar yo
Browse files

Update install.sh

parent 80bee475
#!/bin/bash
sudo -E docker login registry.callabacloud.com
export STACK_VERSION=$(curl -X 'GET' 'https://api.callabacloud.com/getCallabaCloudVersion' --header "Content-Type: application/json" -d '{"version_name":"pirrot"}' | jq -r '.[].version_number')
export STACK_VERSION=$(curl -X 'GET' 'https://api.callabacloud.com/getCallabaCloudVersion' --header "Content-Type: application/json" -d '{"version_name":"parrot"}' | jq -r '.[].version_number')
sudo -E docker-compose -f docker-compose.cc-full-run-linux.yml up -d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment