We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent03bf267 commitecaa5e2Copy full SHA for ecaa5e2
install.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/envbash
2
3
set -e
4
@@ -9,12 +9,19 @@ Before you submit any github issue, please do the following check:
9
* make sure the docker daemon is running
10
* make sure you use docker compose v2: recommend 2.x.x, got$(docker compose version --short2>/dev/null||echo not install)
11
* check your internet connection if timeout happens
12
+* check for potential port conflicts if you have local services listening on all interfaces (e.g. another redis container listening on *:6379)
13
===========================
14
EOF
15
}
16
17
trap notes ERR
18
19
+if! docker info>/dev/null2>&1;then
20
+echo"Docker daemon or Docker Desktop is not running... please check"2>&1
21
+false
22
+exit 1
23
+fi
24
+
25
DOWNLOAD_URL='https://github.com/apitable/apitable.github.io/releases/latest/download/docker-compose.tar.gz'
26
27
mkdir -p apitable