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
0e568eca
Verified
Commit
0e568eca
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme and updated last docs
parent
7c45d813
No related branches found
No related tags found
3 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docs/deployment-docker-compose.md
+7
-4
7 additions, 4 deletions
.docs/deployment-docker-compose.md
README.md
+18
-7
18 additions, 7 deletions
README.md
with
25 additions
and
11 deletions
.docs/deployment-docker-compose.md
+
7
−
4
View file @
0e568eca
...
@@ -19,15 +19,18 @@ curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service
...
@@ -19,15 +19,18 @@ curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service
For this small, local, test deployment any modern hardware would suffice, we recommend a dedicated virtual machine with
For this small, local, test deployment any modern hardware would suffice, we recommend a dedicated virtual machine with
the following settings.
the following settings.
-
min. 8 vCPU cores
-
min. 16GB RAM memory
-
min. 200GB SSD storage
-
min. 100Mbit/s connection
*Optional*
: public IP-address if you want to secure the deployment with a (free) TLS-certificate from Let's Encrypt.
!!! tip "Resource Consumption"
!!! tip "Resource Consumption"
Note that most of the vCPU and RAM resources will be needed for starting the infrastructure, this is because of
Note that most of the vCPU and RAM resources will be needed for starting the infrastructure, this is because of
Docker. During operation and especially idle times, the deployment will use significantly less resources.
Docker. During operation and especially idle times, the deployment will use significantly less resources.
-
8 vCPU cores
-
16GB RAM memory
-
100GB SSD storage
### Software
### Software
We only test the Docker Compose deployment with the
We only test the Docker Compose deployment with the
...
...
This diff is collapsed.
Click to expand it.
README.md
+
18
−
7
View file @
0e568eca
[

](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
[

](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
[

](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
[

](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
[

](https://opensource.org/licenses/Apache-2.0)
[

](https://opensource.org/licenses/Apache-2.0)
[

](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags)

<img
src=
"./dbrepo-ui/static/logo.png"
alt=
"DBREPO — Repository for Data in Databases"
width=
"200"
/>
## tl;dr
If you have
[
Docker
](
https://docs.docker.com/engine/install/
)
already installed on your system, you can install DBRepo
with:
```
bash
curl
-sSL
https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/install.sh | bash
```
## Documentation
## Documentation
More documentation can be found online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
Find a system description, component documentation and endpoint documentation
online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/.
## Contribute
## Contribute
Contributions are always welcome and encouraged, please read the
[
contribution overview
](
./CONTRIBUTING.md
)
and
Contributions are always welcome and encouraged, please read the
[
contribution overview
](
./CONTRIBUTING.md
)
and
contact
[
Andreas Rauber
](
http://www.ifs.tuwien.ac.at/~andi/
)
.
contact
[
Prof.
Andreas Rauber
](
http://www.ifs.tuwien.ac.at/~andi/
)
or
[
Martin Weise
](
https://ec.tuwien.ac.at/~weise/
)
.
## Acknowledgements
## Acknowledgements
...
@@ -20,10 +31,10 @@ We want to thank the following organizations:
...
@@ -20,10 +31,10 @@ We want to thank the following organizations:
*
Bundesministerium für Bildung, Wissenschaft und Forschung (BMBWF) for funding during
*
Bundesministerium für Bildung, Wissenschaft und Forschung (BMBWF) for funding during
the
[
call
](
https://www.bmbwf.gv.at/Themen/HS-Uni/Aktuelles/Ausschreibung--Digitale-und-soziale-Transformation-in-der-Hochschulbildung-.html
)
the
[
call
](
https://www.bmbwf.gv.at/Themen/HS-Uni/Aktuelles/Ausschreibung--Digitale-und-soziale-Transformation-in-der-Hochschulbildung-.html
)
"Digitale und soziale Transformation in der Hochschulbildung".
"Digitale und soziale Transformation in der Hochschulbildung".
*
[
TU.it
](
https://www.it.tuwien.ac.at/en/
)
for their continuous support in project work, funding and compute resources
*
[
TU.it & .digital office
](
https://www.it.tuwien.ac.at/en/
)
for their continuous support in project
provided in-kind.
work,
[
funding
](
https://www.tuwien.at/tu-wien/organisation/zentrale-bereiche/digital-office/projekte/dcall-2023-projekte
)
and compute resources provided in-kind.
## License
## License
This work is licensed under
The source code is licensed under
[
Apache 2.0
](
https://opensource.org/licenses/Apache-2.0
)
.
a
[
Creative Commons Attribution 4.0 International License
](
http://creativecommons.org/licenses/by/4.0/
)
\ No newline at end of file
\ No newline at end of file
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