Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 691 Bytes

build-everything.md

File metadata and controls

24 lines (15 loc) · 691 Bytes

Building Everything

This document covers Step 2 and 3:

/docs/prism-build-to-deploy.png

Build Container Images and CWL Wrappers

Inside the virtual machine, run the following command to bulid all the necessary container images as well as the CWL wrappers.

$ cd /vagrant/build/scripts/
$ ./build-all.sh

Note that this will not push the generated docker images to Docker Hub. If you do want to push, run with the -p parameter.

Move Artifacts

The following command will gather all the created container images as well as the CWL wrappers and place them in the /setup directory.

$ ./move-all-artifacts-to-setup.sh