File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ metaDir="$HOME/.dblab/engine/meta"
74
74
# Copy the contents of configuration example
75
75
mkdir -p " ${configDir} "
76
76
77
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_generic.yml \
77
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_generic.yml \
78
78
--output " ${configDir} /server.yml"
79
79
80
80
# Edit the following options
@@ -136,7 +136,7 @@ check_dle_readiness || (echo "Database Lab Engine is not ready" && exit 1)
136
136
# ## Step 3. Start cloning
137
137
138
138
# Install Database Lab client CLI
139
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
139
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/engine/ scripts/cli_install.sh | bash
140
140
sudo mv ~ /.dblab/dblab /usr/local/bin/dblab
141
141
142
142
dblab --version
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ metaDir="$HOME/.dblab/engine/meta"
80
80
# Copy the contents of configuration example
81
81
mkdir -p " ${configDir} "
82
82
83
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_generic.yml \
83
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_generic.yml \
84
84
--output " ${configDir} /server.yml"
85
85
86
86
# Edit the following options
@@ -147,7 +147,7 @@ check_dle_readiness || (echo "Database Lab Engine is not ready" && exit 1)
147
147
# ## Step 3. Start cloning
148
148
149
149
# Install Database Lab client CLI
150
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
150
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/engine/ scripts/cli_install.sh | bash
151
151
sudo mv ~ /.dblab/dblab /usr/local/bin/dblab
152
152
153
153
dblab --version
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ metaDir="$HOME/.dblab/engine/meta"
40
40
# Copy the contents of configuration example
41
41
mkdir -p " ${configDir} "
42
42
43
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.physical_walg.yml \
43
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.physical_walg.yml \
44
44
--output " ${configDir} /server.yml"
45
45
46
46
# Edit the following options
@@ -156,7 +156,7 @@ check_dle_readiness || (echo "Database Lab Engine is not ready" && exit 1)
156
156
# ## Step 3. Start cloning
157
157
158
158
# Install Database Lab client CLI
159
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
159
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/engine/ scripts/cli_install.sh | bash
160
160
sudo mv ~ /.dblab/dblab /usr/local/bin/dblab
161
161
162
162
dblab --version
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ metaDir="$HOME/.dblab/engine/meta"
95
95
# Copy the contents of configuration example
96
96
mkdir -p " ${configDir} "
97
97
98
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.physical_generic.yml \
98
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.physical_generic.yml \
99
99
--output " ${configDir} /server.yml"
100
100
101
101
# Edit the following options
@@ -169,7 +169,7 @@ check_dle_readiness || (echo "Database Lab Engine is not ready" && exit 1)
169
169
# ## Step 3. Start cloning
170
170
171
171
# Install Database Lab client CLI
172
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
172
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/engine/ scripts/cli_install.sh | bash
173
173
sudo mv ~ /.dblab/dblab /usr/local/bin/dblab
174
174
175
175
dblab --version
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ metaDir="$HOME/.dblab/engine/meta"
36
36
# Copy the contents of configuration example
37
37
mkdir -p " ${configDir} "
38
38
39
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_rds_iam.yml \
39
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_rds_iam.yml \
40
40
--output " ${configDir} /server.yml"
41
41
42
42
# Edit the following options
@@ -109,7 +109,7 @@ check_dle_readiness || (echo "Database Lab Engine is not ready" && exit 1)
109
109
# ## Step 3. Start cloning
110
110
111
111
# Install Database Lab client CLI
112
- curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/scripts/cli_install.sh | bash
112
+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/engine/ scripts/cli_install.sh | bash
113
113
sudo mv ~ /.dblab/dblab /usr/local/bin/dblab
114
114
115
115
dblab --version
You can’t perform that action at this time.
0 commit comments