You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Maybe important or not: This is on Windows 10. I'm running Ubuntu with the Windows Subsystem for Linux.
After successfully running the initial steps in the readme, I have the following error when running docker-compose zen up:
ERROR: In file C:\dev\cp-local-development\workspace-zen\cp-zen-platform\web\config\development.env: environment variable name 'export EVENTS_SERVICE' may not contains whitespace.
I can confirm the issue on Linux, this is not a Windows related issue, but a dodgy change in docker-compose (docker/compose#6511). The fix seems to use a new upcoming flag --skip-env-file when running docker-compose.
As far as I'm aware, those env var are only used for the unit tests of cp-zen-platform, locally and in CI. Didn't try if removing the "export" keyword works or not, though.
👍 for making a formal report
Maybe important or not: This is on Windows 10. I'm running Ubuntu with the Windows Subsystem for Linux.
After successfully running the initial steps in the readme, I have the following error when running
docker-compose zen up
:That file contains the following lines:
After removing the exports in front of the variable definitions, it looks like the system is now starting.
So what I did to fix this is change the file to:
So my questions:
https://github.com/CoderDojo/cp-zen-platform/blob/master/web/config/development.env
The text was updated successfully, but these errors were encountered: