Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
6d5a6d70
Unverified
Commit
6d5a6d70
authored
Jul 29, 2022
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Delete old files, change order
parent
7d85c8a5
No related branches found
No related tags found
2 merge requests
!81
New stable release
,
!80
Multiple features connected with user management and ownership of databases
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env.example
+1
-1
1 addition, 1 deletion
.env.example
.fda-deployment/fda-authentication-service/install_invenio
+0
-2
0 additions, 2 deletions
.fda-deployment/fda-authentication-service/install_invenio
Makefile
+1
-6
1 addition, 6 deletions
Makefile
with
2 additions
and
9 deletions
.env.example
+
1
−
1
View file @
6d5a6d70
This diff is collapsed.
Click to expand it.
.fda-deployment/fda-authentication-service/install_invenio
deleted
100755 → 0
+
0
−
2
View file @
7d85c8a5
#!/bin/bash
sudo cat
/root/invenio.secret
>>
./.env
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
6
View file @
6d5a6d70
...
@@ -2,20 +2,15 @@ all:
...
@@ -2,20 +2,15 @@ all:
config-backend
:
config-backend
:
./.fda-deployment/fda-authentication-service/install_smtp
./.fda-deployment/fda-authentication-service/install_smtp
./.fda-deployment/fda-authentication-service/install_invenio
config-frontend
:
config-frontend
:
./.fda-deployment/fda-ui/install_cert
./.fda-deployment/fda-ui/install_cert
docker-compose
-f
docker-compose.prod.yml config
docker-compose
-f
docker-compose.prod.yml config
config-docker
:
config-docker
:
docker image pull
-q
postgres:13.4-alpine
||
true
>
/dev/null
docker image pull
-q
mysql:8.0
||
true
>
/dev/null
docker image pull
-q
mariadb:10.5
||
true
>
/dev/null
docker image pull
-q
mariadb:10.5
||
true
>
/dev/null
docker image pull
-q
rabbitmq:3-alpine
||
true
>
/dev/null
docker image pull
-q
nginx:1.20-alpine
||
true
>
/dev/null
config
:
config-backend
config-docker config-frontend
config
:
config-docker config-frontend
config-backend
build-backend-metadata
:
build-backend-metadata
:
mvn
-f
./fda-metadata-db/pom.xml clean
install
mvn
-f
./fda-metadata-db/pom.xml clean
install
...
...
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