Skip to content

Deployment

raspberry-lef edited this page Sep 8, 2020 · 7 revisions

ActiveWorkflow Deployment

Deployment with Docker

You can deploy ActiveWorkflow to a platform that uses docker containers by creating an ActiveWorkflow image.

Note: currently there is no official ActiveWorkflow image, but this may change soon.

Requirements

To build, use, or try out a docker image you would need docker (and docker-compose if you plan to run docker images locally for testing). If you are on a Mac see Install Docker Desktop on Mac. On Linux please use your package manager, or follow this docker installation guide. To install docker-compose please see Install Docker Compose.

Building the Image

You can build a docker image for deployment by running:

make build-image

This creates an image named local/active_workflow.

Clone this wiki locally