Skip to content
Snippets Groups Projects
Verified Commit 862739de authored by Martin Weise's avatar Martin Weise
Browse files

Updated the contact info, updated the getting started guide

parent 2e309293
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,30 @@ hide:
# Contact
Ao.Univ.Prof. Dipl.-Ing. Dr.techn. Andreas Rauber<br />
[Technische Universität Wien](https://ror.org/04d836q62)<br />
[Information and Software Engineering Group](https://informatics.tuwien.ac.at/orgs/e194-01)<br />
## Team
### Project
Ao.univ.Prof. Dr. [Andreas Rauber](//tiss.tuwien.ac.at/person/39608.html)<br />
Technische Universität Wien<br />
Information and Software Engineering Group<br />
Favoritenstraße 9-11<br />
A-1040 Vienna, Austria
Mail: [andreas.rauber@tuwien.ac.at](mailto:andreas.rauber@tuwien.ac.at)
\ No newline at end of file
### Development
Projektass. Dipl.-Ing. [Martin Weise](//tiss.tuwien.ac.at/person/287722.html)<br />
Technische Universität Wien<br />
Information and Software Engineering Group<br />
Favoritenstraße 9-11<br />
A-1040 Vienna, Austria
## Contributors
- Martin Weise
- Moritz Staudinger
- Cornelia Michlits
- Eva Gergely
- Kirill Stytsenko
- Raman Ganguly
- Andreas Rauber
......@@ -33,49 +33,42 @@ We currently maintain 14 images on [Dockerhub](https://hub.docker.com/u/dbrepo).
=== ":fontawesome-brands-linux: Linux"
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml)
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml)
and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example)
```console
wget https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml
```
$ curl -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
$ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
Start the services
```console
docker-compose up -d
```
$ docker-compose up -d
=== ":fontawesome-brands-windows: Windows"
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml)
and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example)
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml)
```console
curl.exe -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml
```
$ curl.exe -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
$ curl.exe -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
Start the services
```console
docker-compose up -d
```
$ docker-compose up -d
=== ":fontawesome-brands-apple: macOS"
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml)
and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example)
Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml)
```console
wget https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.yml
```
$ curl -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
$ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
Start the services
```console
docker-compose up -d
```
$ docker-compose up -d
The system is auto-configured for a small, local, test deployment. You only need to start all containers by executing:
The system is auto-configured for a small, local, test deployment. You need to place the `.env` file in the same
directory as the `docker-compose.yml`.
## Development
......
......@@ -7,10 +7,6 @@ hide:
# System
!!! abstract "Abstract"
Hello
## Architecture
The repository is designed as a microservice architecture to ensure scalability and the utilization of various
......
......@@ -28,6 +28,7 @@ theme:
features:
- navigation.tabs
- navigation.tabs.sticky
- content.code.annotate
icon:
repo: fontawesome/brands/git-alt
palette:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment