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

Delete old files, change order

parent 7d85c8a5
Branches
Tags
2 merge requests!81New stable release,!80Multiple features connected with user management and ownership of databases
This commit is part of merge request !81. Comments created here will be created in the context of that merge request.
#!/bin/bash
sudo cat /root/invenio.secret >> ./.env
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment