This repository requires Docker Engine 18.06.0 or greater as Compose file format 3.7 is used.
scripts/install.sh to install dependenciesFrom the project root, run scripts/run.sh [SERVICE_NAME]. For example, to run the dev environment for graphql-server run scripts/run.sh graphql-server
Available services include:
graphql-serverexample-websitekeyword-analysisTo bring down all services (and service deps) run scripts/down.sh.
This repository uses Yarn workspaces for managing packages and services.
scripts/workspace.sh [WORKSPACE_NAME] add [package]scripts/workspace.sh [WORKSPACE_NAME] remove [package]The WORKSPACE_NAME is equivalent to the name field found in the package.json file of the package or service. For example, to add a package to the graphql-server service, run scripts/workspace.sh @base-cms/graphql-server add [package]
Do NOT run Yarn from your local machine. Instead run Yarn commands using scripts/yarn.sh [command]
To access the terminal inside Docker run scripts/terminal.sh
Content type
Image
Digest
Size
582 MB
Last updated
over 7 years ago
docker pull basecms/base-cms