Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
dbms-catalogue
Commits
8af78de0
Commit
8af78de0
authored
Jul 13, 2019
by
Daniel Seybold
Browse files
fixed cockroachdb single node script
parent
d2e36b56
Pipeline
#51659
passed with stage
in 9 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
input/applications/database/cockroachdb_single.app
input/applications/database/cockroachdb_single.app
+5
-5
No files found.
input/applications/database/cockroachdb_single.app
View file @
8af78de0
...
...
@@ -10,11 +10,11 @@ components :
lifecycleActions :
init : ""
download : "sudo apt-get -y update && sudo apt-get install wget -y
&& wget -O install.sh '
https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/dbms-catalogue-scripts/raw/master
/scripts/database/cockroachdb/install.sh'
&& wget -O init.sh '
https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/dbms-catalogue-scripts/raw/master
/scripts/database/cockroachdb/init.sh'
&& wget -O seed.sh '
https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/dbms-catalogue-scripts/raw/master
/scripts/database/cockroachdb/seed.sh'
&& wget -O telegraf.sh '
https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/dbms-catalogue-scripts/raw/master
/scripts/database/cockroachdb/telegraf.sh'
&& wget -O maki-manager.sh '
https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/dbms-catalogue-scripts/raw/master
/scripts/maki-manager/install_maki_manager.sh' "
&& wget -O install.sh '
#SERVICE_ENDPOINT#
/scripts/database/cockroachdb/install.sh'
&& wget -O init.sh '
#SERVICE_ENDPOINT#
/scripts/database/cockroachdb/init.sh'
&& wget -O seed.sh '
#SERVICE_ENDPOINT#
/scripts/database/cockroachdb/seed.sh'
&& wget -O telegraf.sh '
#SERVICE_ENDPOINT#
/scripts/database/cockroachdb/telegraf.sh'
&& wget -O maki-manager.sh '
#SERVICE_ENDPOINT#
/scripts/maki-manager/install_maki_manager.sh' "
install : "sudo -E chmod +x install.sh && sudo -E ./install.sh"
configure : " source /etc/environment && sudo -E chmod +x init.sh && sudo -E chmod +x seed.sh && sudo -E ./init.sh"
start : "source /etc/environment && sudo -E ./seed.sh && sudo -E chmod +x telegraf.sh && sudo -E ./telegraf.sh && chmod +x maki-manager.sh && sudo -E ./maki-manager.sh"
...
...
Write
Preview
Markdown
is supported
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