-
Using Docker-Compose. See the README for more details.
cd docker-compose make quick-startThis 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_installphasebuild.sh- invokes duringscriptphase
For an example check out docker-compose/.travis folder.