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

Added the links

parent e3eb873f
Branches
No related tags found
No related merge requests found
Pipeline #2845 passed
......@@ -9,4 +9,4 @@ services:
container_name: dbrepo-docs
hostname: dbrepo-docs
ports:
- "80:80"
\ No newline at end of file
- "8080:8080"
\ No newline at end of file
---
hide:
- navigation
---
# Operation
!!! abstract "Abstract"
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.
## External Systems
We thought the easiest way to make documentation of the endpoints available was through the interactive in-code
documentation of Swagger:
* [Analyse Service](https://dbrepo2.ec.tuwien.ac.at/docs/analyse)
* [Authentication Service](https://dbrepo2.ec.tuwien.ac.at/docs/authentication)
* [Container Service](https://dbrepo2.ec.tuwien.ac.at/docs/container)
* [Database Service](https://dbrepo2.ec.tuwien.ac.at/docs/database)
* [Identifier Service](https://dbrepo2.ec.tuwien.ac.at/docs/identifier)
* [Metadata Service](https://dbrepo2.ec.tuwien.ac.at/docs/metadata)
* [Query Service](https://dbrepo2.ec.tuwien.ac.at/docs/query)
* [Table Service](https://dbrepo2.ec.tuwien.ac.at/docs/table)
* [Units Service](https://dbrepo2.ec.tuwien.ac.at/docs/units)
\ No newline at end of file
# Operation
!!! abstract "Abstract"
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.
\ No newline at end of file
# 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
......@@ -14,9 +14,7 @@ nav:
- Home: index.md
- getting-started.md
- system.md
- Operation:
- operation/index.md
- operation/production.md
- operation.md
- publications.md
- contact.md
extra_css:
......
......@@ -33,5 +33,7 @@ COPY ./api-query.yaml ./docs/query/api.yaml
COPY ./api-table.yaml ./docs/table/api.yaml
COPY ./api-units.yaml ./docs/units/api.yaml
EXPOSE 8080
# generate
RUN bash /app/docker-build.sh
\ No newline at end of file
......@@ -46,7 +46,7 @@ http {
}
server {
listen 80 default_server;
listen 8080 default_server;
server_name _;
root /usr/share/nginx/html/;
index index.html index.htm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment