Merge pull request #15 from d4rkstar/0.9.0 chore(doc): updated README
This repo builds the OpenWhisk controller that is the core of OpenWhisk and publishes the images in the GitHub docker registry.
It includes as a subrepo apache/openwhisk
To develop with this repo, please use VSCode. You can use other IDEs if you want but for VSCode there is the configuration ready. Note that you need also Docker running.
You can put it at work with the following procedure
git clone https://github.com/apache/openserverless-build code openserverless-build
It will open and show a pop-up asking if you want to Reopen in Container. Click on it.
workspace.code-workspace file and then open the workspace (there will be a button to do that, click on it).New Scala Project (but do not create any project actually) then import build. This will activate the Metals plugin, it will import all the subprojects and make available all the features of the plugin.Run doctor to verify the projects has been imported correctly. An healthy import looks like this: