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

Merge branch 'master' into dev

parents 324ba572 38c5d5c2
Branches
No related tags found
No related merge requests found
Pipeline #6483 failed
......@@ -4,6 +4,7 @@ tmp/
node_modules/
*.bkp
site.tar.gz
final.tar.gz
final/
## Cache
......@@ -132,6 +133,9 @@ acs-*.bib
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
......
......@@ -14,15 +14,10 @@ deploy-dockerhub-docs:
verify:
sudo nginx -t
build-docs:
sudo pip3 install -r ./requirements.txt
mkdocs build
cd ./swagger && bash ./generate.sh
build-swagger:
cd ./swagger && UPDATE=1 ./generate.sh
deploy-docs: build-docs
tar czfv ./site.tar.gz ./site
scp ./site.tar.gz ec-thoas2:site.tar.gz
ssh ec-thoas2 "rm -rf /system/user/ifs/infrastructures/public_html/dbrepo/*; tar xzfv ./site.tar.gz; rm -f ./site.tar.gz; cp -r ./site/* /system/user/ifs/infrastructures/public_html/dbrepo; rm -rf ./site"
deploy-docs:
tar czfv ./final.tar.gz ./final
scp ./final.tar.gz ec-thoas2:final.tar.gz
ssh ec-thoas2 "rm -rf /system/user/ifs/infrastructures/public_html/dbrepo/*; tar xzfv ./final.tar.gz; rm -f ./final.tar.gz; cp -r ./final/* /system/user/ifs/infrastructures/public_html/dbrepo; rm -rf ./final"
......@@ -33,15 +33,3 @@ evolving, allows reproducing of query results and supports findable-, accessible
- Demonstration instance [https://dbrepo1.ec.tuwien.ac.at](https://dbrepo1.ec.tuwien.ac.at)
- Sandbox instance [https://dbrepo2.ec.tuwien.ac.at](https://dbrepo2.ec.tuwien.ac.at)
- System description [https://doi.org/10.2218/ijdc.v17i1.825](https://doi.org/10.2218/ijdc.v17i1.825)
<style>
video {
max-width: 100%;
}
#teaser-preview {
width: 50%;
}
.hidden {
display: none;
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirect Notice</title>
<meta http-equiv="Refresh" content="0; url='https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/'" />
</head>
<body>
<h1>Redirect Notice</h1>
<p>
This page should automatically open the documentation for version 1.3. In case this page does not load the site is
available at:
</p>
<p>
<a href="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/">https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/</a>
</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment