Skip to content

City-of-Helsinki/employment-services-content-sync

Repository files navigation

NOTE: This application is no longer in use. Everything in this repository is currently deprecated.

employment-services-content-sync

Syncs events from Linked Events to Drupal

Related repositories

Local development flow

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