Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
ebdd6211
Verified
Commit
ebdd6211
authored
3 weeks ago
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-1.8'
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parents
24a76c5f
2c24c821
No related branches found
No related tags found
1 merge request
!413
Master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.s3cfg
+8
-0
8 additions, 0 deletions
.s3cfg
install.sh
+6
-5
6 additions, 5 deletions
install.sh
with
14 additions
and
5 deletions
.s3cfg
0 → 100644
+
8
−
0
View file @
ebdd6211
access_key = seaweedfsadmin
secret_key = seaweedfsadmin
# Setup endpoint
host_base = http://localhost:9000
host_bucket = dbrepo
use_https = False
# Enable S3 v4 signature APIs
signature_v2 = False
\ No newline at end of file
This diff is collapsed.
Click to expand it.
install.sh
+
6
−
5
View file @
ebdd6211
#!/bin/bash
# preset
VERSION
=
"1.8.2"
APP_VERSION
=
"1.8.2"
DOC_VERSION
=
"1.8"
MIN_CPU
=
8
MIN_RAM
=
20
SKIP_CHECKS
=
${
SKIP_CHECKS
:-
0
}
...
...
@@ -45,8 +46,8 @@ else
fi
# environment
echo
"[🚀] Gathering environment for version
${
VERSION
}
..."
curl
-ksSL
-o
./dist.tar.gz
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
${
VERSION
}
/dist.tar.gz"
echo
"[🚀] Gathering environment for version
${
APP_
VERSION
}
..."
curl
-ksSL
-o
./dist.tar.gz
"https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
${
APP_
VERSION
}
/dist.tar.gz"
tar
xzfv ./dist.tar.gz
if
[[
$DOWNLOAD_ONLY
-eq
1
]]
;
then
...
...
@@ -54,7 +55,7 @@ if [[ $DOWNLOAD_ONLY -eq 1 ]]; then
exit
0
fi
echo
"[📦] Pulling images for version
${
VERSION
}
..."
echo
"[📦] Pulling images for version
${
APP_
VERSION
}
..."
docker compose pull
echo
"[🎉] Success!"
...
...
@@ -68,4 +69,4 @@ echo "Then start the local deployment with:"
echo
""
echo
" docker compose up -d"
echo
""
echo
"Read about next steps online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
${
VERSION
}
/installation/#next-steps"
echo
"Read about next steps online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
${
DOC_
VERSION
}
/installation/#next-steps"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment