Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Automate
Agent sessions
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
GitLab 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
d2814531
Verified
Commit
d2814531
authored
4 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Update the install script
parent
834437bf
Branches
Branches containing commit
No related tags found
1 merge request
!416
Attempt new release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+2
-3
2 additions, 3 deletions
install.sh
with
2 additions
and
3 deletions
install.sh
+
2
−
3
View file @
d2814531
#!/bin/bash
# preset
APP_VERSION
=
"1.8.2"
DOC_VERSION
=
"1.8"
APP_VERSION
=
"1.8"
MIN_CPU
=
8
MIN_RAM
=
10
SKIP_CHECKS
=
${
SKIP_CHECKS
:-
0
}
...
...
@@ -69,4 +68,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/
${
DOC
_VERSION
}
/installation/#next-steps"
echo
"Read about next steps online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
${
APP
_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
sign in
to comment