OpenKnowledgeMaps / Headstart

A framework for creating web-based knowledge maps
https://openknowledgemaps.org/
MIT License
194 stars 42 forks source link

docker compose: cannot find env files #660

Open frafra opened 2 years ago

frafra commented 2 years ago

It is not possible to run docker compose, as the env files are all missing:

$ grep '\.env' docker-compose.yml | awk '{ print $2 }' | xargs stat
stat: cannot stat 'server/workers/triple/triple.env': No such file or directory
stat: cannot stat 'server/workers/gsheets/gsheets.env': No such file or directory
stat: cannot stat 'server/workers/dataprocessing/dataprocessing.env': No such file or directory
stat: cannot stat 'server/workers/base/base.env': No such file or directory
stat: cannot stat 'server/workers/pubmed/pubmed.env': No such file or directory
stat: cannot stat 'server/workers/openaire/openaire.env': No such file or directory

Wouldn't it be better to rename the example env files or to point to the examples and/or to write a comment to figure out where they are located and what should it be done?

frafra commented 2 years ago

This has been fixed in master, but not in the latest stable.