Callaba public community for developers
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Callaba 7
linux
Commits
19ba8acb
Commit
19ba8acb
authored
Jan 26, 2023
by
yo
Browse files
Update install.sh
parent
80bee475
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
19ba8acb
#!/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":"p
i
rrot"}'
| jq
-r
'.[].version_number'
)
export
STACK_VERSION
=
$(
curl
-X
'GET'
'https://api.callabacloud.com/getCallabaCloudVersion'
--header
"Content-Type: application/json"
-d
'{"version_name":"p
a
rrot"}'
| jq
-r
'.[].version_number'
)
sudo
-E
docker-compose
-f
docker-compose.cc-full-run-linux.yml up
-d
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment