SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

chore: Add the preparation script that should run on the initialization of the project and also update of the readme file #689

Closed martin-trajanovski closed 2 years ago

martin-trajanovski commented 2 years ago

Description

  1. Add prepare-configuration.sh script that copies all the configuration files needed on the correct place.
  2. Add prepare:start script inside the package.json to run the preparation script and start all the needed containers.
  3. Update the docker-compose-local-instance.yaml file to run all the containers without the backend(because backend should be started locally in this case).
  4. Update the readme file to be aware of this script existing when initializing the backend for the first time locally

Motivation

There was not enough information and explanation on how to start the backend locally.

Fixes:

https://jira.esss.lu.se/browse/SWAP-2717

Changes:

Tests included/Docs Updated?