Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fda-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FAIR Data Austria DB Repository
fda-docs
Commits
a6d50bb5
Verified
Commit
a6d50bb5
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into dev
parents
324ba572
38c5d5c2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6483
failed
1 year ago
Stage: build
Stage: deploy
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
Makefile
+4
-9
4 additions, 9 deletions
Makefile
docs/index.md
+0
-12
0 additions, 12 deletions
docs/index.md
redirect.html
+18
-0
18 additions, 0 deletions
redirect.html
with
26 additions
and
21 deletions
.gitignore
+
4
−
0
View file @
a6d50bb5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
9
View file @
a6d50bb5
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
docs/index.md
+
0
−
12
View file @
a6d50bb5
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
redirect.html
0 → 100644
+
18
−
0
View file @
a6d50bb5
<!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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment