Syncs events from Linked Events to Drupal
Content sync functions can be built and run with Docker. See Dockerfile and docker-compose
.
Steps:
- Define
.env
in project root. Copy.env.example
to.env
. - Run docker containers
docker-compose up -d
- Update containers
docker-compose up -d --build
Run with npm:
nvm use
# install dependencies
npm install
# start syncing
npm start