Skip to content
Snippets Groups Projects
Unverified Commit 4afd9a5b authored by Martin Weise's avatar Martin Weise
Browse files

Merged remote branch, added the teaser video and a preview to save loading time

parents ba3c0bcf ea5a4530
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ run: build ...@@ -9,11 +9,11 @@ run: build
docker-compose up docker-compose up
docs: docs:
widdershins --environment ./misc/env.json ./misc/api-authentication.yaml -o ./docs/operation/authentication.md widdershins --environment ./misc/env.json ./misc/api-authentication.yaml -o ./docs/operation/endpoints/authentication.md
widdershins --environment ./misc/env.json ./misc/api-container.yaml -o ./docs/operation/container.md widdershins --environment ./misc/env.json ./misc/api-container.yaml -o ./docs/operation/endpoints/container.md
widdershins --environment ./misc/env.json ./misc/api-database.yaml -o ./docs/operation/database.md widdershins --environment ./misc/env.json ./misc/api-database.yaml -o ./docs/operation/endpoints/database.md
widdershins --environment ./misc/env.json ./misc/api-identifier.yaml -o ./docs/operation/identifier.md widdershins --environment ./misc/env.json ./misc/api-identifier.yaml -o ./docs/operation/endpoints/identifier.md
widdershins --environment ./misc/env.json ./misc/api-query.yaml -o ./docs/operation/query.md widdershins --environment ./misc/env.json ./misc/api-query.yaml -o ./docs/operation/endpoints/query.md
deploy: run deploy: run
sudo cp -r ./site/* /usr/share/nginx/html/ sudo cp -r ./site/* /usr/share/nginx/html/
\ No newline at end of file
File moved
File moved
File moved
# Operation # Operation
## Deploy !!! abstract "Abstract"
```bash We compiled a short [getting started guide](/getting-started) that quickly allows a stand-alone test-deployment of the infrastructure on your server without the need of infrastructure configuration.
make teardown \ No newline at end of file
make config-frontend # for renewing Let's Encrypt certificates
docker-compose build fda-metadata-database
docker-compose build --parallel
docker-compose -f docker-compose.prod.yml up -d
```
# Production
!!! bug "Alpha-release software"
Currently, the database repository is in an alpha-release and not considered secure enough to hold sensitive data. Enroll into our [mailing list](https://lists.univie.ac.at/mailman/listinfo/fairdata_dbrepo) and be notified every 2-3 months with progress of the software.
!!! info "Friendly users"
We always welcome friendly users who want to deploy the database repository on their premises and provide continious feedback and create bug reports. We also take their improvement inquiries to improve the software quality. Please [contact](/contact) us.
\ No newline at end of file
...@@ -7,14 +7,20 @@ hide: ...@@ -7,14 +7,20 @@ hide:
# Publications # Publications
### Conferences ## Refereed
##### 2022
1. Weise, M., Staudinger, M., Michlits, C., Gergely, E., Stytsenko, K., Ganguly, R. and Rauber A., 2022. A Semantic Digital Repository for Relational Databases, [accepted] in *Proceedings of the 17th International Digital Curation Conference*, (Virtual).
##### 2021
1. Weise, M., Michlits, C., Staudinger, M., Gergely, E., Stytsenko, K., Ganguly, R. and Rauber A., 2021. FDA-DBRepo: A 1. Weise, M., Michlits, C., Staudinger, M., Gergely, E., Stytsenko, K., Ganguly, R. and Rauber A., 2021. FDA-DBRepo: A
Data Preservation Repository Supporting FAIR Principles, Data Versioning and Reproducible Queries. *Proceedings of Data Preservation Repository Supporting FAIR Principles, Data Versioning and Reproducible Queries. *Proceedings of
the 17th International Conference on Digital Preservation*, Beijing, China, p.34. the 17th International Conference on Digital Preservation*, Beijing, China, p.34.
DOI: [10.17605/OSF.IO/B7NX5](http://doi.org/10.17605/OSF.IO/B7NX5) DOI: [10.17605/OSF.IO/B7NX5](http://doi.org/10.17605/OSF.IO/B7NX5)
### News ## Other
1. Staudinger, M., 2022. DBRepo: A Repository to Save Research Databases. [Online]. 1. Staudinger, M., 2022. DBRepo: A Repository to Save Research Databases. [Online].
URL: [https://www.tuwien.at/en/tu-wien/news/news-articles/news/dbrepo](https://www.tuwien.at/en/tu-wien/news/news-articles/news/dbrepo) URL: [https://www.tuwien.at/en/tu-wien/news/news-articles/news/dbrepo](https://www.tuwien.at/en/tu-wien/news/news-articles/news/dbrepo)
......
...@@ -14,11 +14,13 @@ nav: ...@@ -14,11 +14,13 @@ nav:
- system.md - system.md
- Operation: - Operation:
- operation/index.md - operation/index.md
- operation/authentication.md - operation/production.md
- operation/container.md - Endpoints:
- operation/database.md - operation/endpoints/authentication.md
- operation/identifier.md - operation/endpoints/container.md
- operation/query.md - operation/endpoints/database.md
- operation/endpoints/identifier.md
- operation/endpoints/query.md
- publications.md - publications.md
- contact.md - contact.md
extra_css: extra_css:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment