Skip to content

histographer/infrastructure

Repository files navigation

HISTOGRAPHER INFRASTRUCTURE

You need to have docker and docker-compose installed

Installation

  • Create a copy of .env.sample with the name .env
  • Fill the .env file where appropriate

Local Development

Mac OS specifics

You need to create local folders that you specify under #the storage path for your server in .env. Make sure you have the correct path and have access to the folders. If you do not do this correctly, you will not be able to upload images.

Production

To create safe passwords, we recommend to run ./generate_secrets.sh and copy the passwords that are generated over to .env.

You can follow the same proceedure as with local development if you only intend to run some of the services. If you want to run all services, run ./docker-containers-up.sh and they will deploy.