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
7cab8e13
Verified
Commit
7cab8e13
authored
4 days ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated docs
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
28532665
No related branches found
Branches containing commit
Tags
v1.8.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docs/index.md
+1
-1
1 addition, 1 deletion
.docs/index.md
.docs/installation.md
+3
-3
3 additions, 3 deletions
.docs/installation.md
.docs/kubernetes.md
+1
-1
1 addition, 1 deletion
.docs/kubernetes.md
with
5 additions
and
5 deletions
.docs/index.md
+
1
−
1
View file @
7cab8e13
...
...
@@ -14,7 +14,7 @@ author: Martin Weise


Documentation for version:
[
v1.
7.3
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases
)
.
Documentation for version:
[
v1.
8.0
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases
)
.
DBRepo is a repository for data in databases that cover the entire data life cycle supporting data evolution, -citation
and -versioning. It implements the query store of the
[
RDA WGDC
](
https://doi.org/10.1162/99608f92.be565013
)
on precisely
...
...
This diff is collapsed.
Click to expand it.
.docs/installation.md
+
3
−
3
View file @
7cab8e13
...
...
@@ -11,7 +11,7 @@ author: Martin Weise
If you have
[
Docker
](
https://docs.docker.com/engine/install/
)
already installed on your system, you can install DBRepo with:
```
shell
curl
-sSL
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
7
/install.sh | bash
curl
-sSL
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
8
/install.sh | bash
```
!!! bug "Default installation security disclaimer"
...
...
@@ -38,7 +38,7 @@ SSL/TLS certificate is recommended. Follow the [secure installation](#secure-ins
Execute the installation script to download only the environment and save it to
`dist`
.
```
shell
curl
-sSL
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
7
/install.sh |
DOWNLOAD_ONLY
=
1 bash
curl
-sSL
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
8
/install.sh |
DOWNLOAD_ONLY
=
1 bash
```
### Static Configuration
...
...
@@ -82,7 +82,7 @@ the variable `IDENTITY_SERVICE_ADMIN_PASSWORD` in `.env`.
Update the client secret of the
`dbrepo-client`
:
```
bash
curl
-sSL
"https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
7
/.scripts/reg-client-secret.sh"
| bash
curl
-sSL
"https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.
8
/.scripts/reg-client-secret.sh"
| bash
```
Also, update the JWT key according to the
...
...
This diff is collapsed.
Click to expand it.
.docs/kubernetes.md
+
1
−
1
View file @
7cab8e13
...
...
@@ -6,7 +6,7 @@ author: Martin Weise
To install DBRepo in your existing cluster, download the
sample
[
`values.yaml`
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.
7
/helm/dbrepo/values.yaml
)
`values.yaml`
](
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.
8
/helm/dbrepo/values.yaml
)
for your deployment and update the variables, especially
`hostname`
.
```
shell
...
...
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