Get Started
You can deploy ACCESS localy on your system by following this steps:
Infrastructure
First you need to define the following valiables
DB_USER=database_user
DB_PASSWORD=database_password
MONGO_DB_NAME=mongodb
MONGO_DB_USER=mongodb_user
MONGO_DB_PASSWORD=mongodb_password
KEYCLOAK_REALM
KEYCLOAK_USER=keycloak_user
KEYCLOAK_PASSWORD=keycloak_password
GITLAB_WEBHOOK_SECRET
DOCKER_WORKER_HOST
AUTH_SERVER
JWK_URI
FRONTEND_REALM
REDIRECT_URI_EMAIL
BACKEND_VERSION
NGINX_CONF
Next, download and spin up the docker images
# Download the Infrastructure
git clone https://github.com/mp-access/Infrastructure.git
# Start up the Infrastructure Docker images
docker-compose -f docker-compose-prod.yml up