Skip to content

MinIO configuration

Roberta Takenaka edited this page Sep 24, 2024 · 1 revision

Translation: Lilian Calò, 04-Mar-2024 Update: Development team, 24-Set-2024

Back to Table of Contents

MinIO configuration

MinIO is a web application to store image, pdf, xml and other files in the cloud.

  1. On website (opac), create the file corresponding to .envs/.production/.minio, completing the variables
MINIO_ROOT_USER=
MINIO_ROOT_PASSWORD=
  1. Create the access keys for the Restful API. To do it, go to https://minio.scielo.xxx (localhost:9001), enter the user and password configured in the .envs/.production/.minio file. The access keys will be used to configure the Upload application.
image

Figure 3.Configuring access keys in Minio version/minio:RELEASE.2022-09-17T00-09-45Z

image

Figure 4. Configuring access keys in Latest version (not working yet)

  1. Add MinIO in the web server configuration (nginx), i.e., MinIO must be accessible as a web application to provide the XML, PDF and images. This address will be used at Upload configuration.

Back to Table of Contents