-
Using Docker-Compose. See the README for more details.
cd docker-compose make quick-start
This is useful for creating local development environments. The build downloads by default the latest code from the master branch, but it also allows developers to work with their local clones by providing the local path to the OpenWhisk repo:
PROJECT_HOME=/path/to/openwhisk make quick-start
Each tool in this repository has to provide travis build scripts inside a .travis
folder.
The folder should define 2 scripts:
setup.sh
- invoked duringbefore_install
phasebuild.sh
- invokes duringscript
phase
For an example check out docker-compose/.travis folder.