Skip to content

jordanyaker/openwhisk-devtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer tools for OpenWhisk

Installing OpenWhisk

  • Using Docker-Compose. See the README for more details.

    Build Status

    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

Travis builds

Each tool in this repository has to provide travis build scripts inside a .travis folder. The folder should define 2 scripts:

  • setup.sh - invoked during before_install phase
  • build.sh - invokes during script phase

For an example check out docker-compose/.travis folder.

About

Development tools for building and deploying Apache OpenWhisk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 92.4%
  • Shell 7.6%