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

Test

parent beec5000
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM debian:stable as build ...@@ -2,7 +2,7 @@ FROM debian:stable as build
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y python3 python3-pip python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 RUN apt-get update && apt-get install -y python3 python3-pip git
COPY requirements.txt ./requirements.txt COPY requirements.txt ./requirements.txt
RUN pip3 install -r ./requirements.txt RUN pip3 install -r ./requirements.txt
...@@ -21,13 +21,8 @@ COPY ./docs/publications.md ./docs/publications.md ...@@ -21,13 +21,8 @@ COPY ./docs/publications.md ./docs/publications.md
COPY ./docs/system.md ./docs/system.md COPY ./docs/system.md ./docs/system.md
COPY ./mkdocs.yml ./mkdocs.yml COPY ./mkdocs.yml ./mkdocs.yml
RUN echo 'plugins:\n\ # 1.1
- with-pdf:\n\ RUN git checkout beec500012949c1baa197c72d52e383276a8fd02
author: FAIR Data Austria\n\ RUN mike deploy 1.1
copyright: CC-BY 4.0\n\
cover_title: "DBRepo: Database Repository"\n\
cover_subtitle: "Technical Documentation"' >> ./mkdocs.yml
RUN cat ./mkdocs.yml
ENTRYPOINT [ "mkdocs", "build" ] ENTRYPOINT [ "mkdocs", "build" ]
\ No newline at end of file
TAG ?= 1.1
.PHONY: clean .PHONY: clean
all: build all: build
clean: clean:
rm -rf ./site
release-deps: release-deps:
pip3 install -r ./dockerhub/requirements.txt pip3 install -r ./dockerhub/requirements.txt
...@@ -13,7 +16,9 @@ release: release-deps ...@@ -13,7 +16,9 @@ release: release-deps
build: build:
docker-compose build docker-compose build
docker-compose up docker-compose up
sudo mv ./site/pdf/document.pdf ./site/pdf/documentation.pdf
install: build version:
mike list
install: build version
sudo cp -r ./site/* /usr/share/nginx/html/ sudo cp -r ./site/* /usr/share/nginx/html/
\ No newline at end of file
...@@ -7,14 +7,14 @@ hide: ...@@ -7,14 +7,14 @@ hide:
# Database Repository # Database Repository
## Problem Statement ## Problem Statement !!!!!!
Digital repositories see themselves more frequently encountered with the problem of making databases accessible in their Digital repositories see themselves more frequently encountered with the problem of making databases accessible in their
collection. Challenges revolve around organizing, searching and retrieving content stored within databases and collection. Challenges revolve around organizing, searching and retrieving content stored within databases and
constitute a major technical burden as their internal representation greatly differs from static documents most digital constitute a major technical burden as their internal representation greatly differs from static documents most digital
repositories are designed for. repositories are designed for.
[Get Started](/getting-started){ .action-button .md-button .md-button--primary } [Get Started](/docs/getting-started.md){ .action-button .md-button .md-button--primary }
## Application Areas ## Application Areas
......
...@@ -8,6 +8,8 @@ extra: ...@@ -8,6 +8,8 @@ extra:
social: social:
- icon: fontawesome/brands/gitlab - icon: fontawesome/brands/gitlab
link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services link: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
version:
provider: mike
nav: nav:
- Home: index.md - Home: index.md
- getting-started.md - getting-started.md
......
mkdocs==1.3.0 mkdocs==1.3.0
mkdocs-material==8.2.9 mkdocs-material==8.2.9
mkdocs-with-pdf==0.9.3 mkdocs-with-pdf==0.9.3
mike>=1.1.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment