Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Error when running 'docker-compose up zen' after a clean setup_repo.sh & install_deps.sh run #83

@pbackx

Description

@pbackx

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.

That file contains the following lines:

export EVENTS_SERVICE=events2
export EMAIL_SERVICE=email
export USERS_SERVICE=users
export CLUBS_SERVICE=clubs

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:

EVENTS_SERVICE=events2
EMAIL_SERVICE=email
USERS_SERVICE=users
CLUBS_SERVICE=clubs

So my questions:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions