-
Notifications
You must be signed in to change notification settings - Fork 7
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 is a web application to store image, pdf, xml and other files in the cloud.
- On website (opac), create the file corresponding to .envs/.production/.minio, completing the variables
MINIO_ROOT_USER=
MINIO_ROOT_PASSWORD=
- 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.
Figure 3.Configuring access keys in Minio version/minio:RELEASE.2022-09-17T00-09-45Z
Figure 4. Configuring access keys in Latest version (not working yet)
- 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