Newer
Older
# Editorial content indexer
## Environment variable
In order to run the code, some environment variables are needed. They are specified in the `template.env` file at the root of the project.
For a local deployment:
1. `cp env-template.sh env.sh`
2. Edit env.sh according to the chosen configuration
3. `source env.sh`
## Running the app with docker
1. `envsubst < config.template.yaml > config.yaml`
2. `docker-compose up [-d]`