# openserverless-build **Repository Path**: mirrors_apache/openserverless-build ## Basic Information - **Project Name**: openserverless-build - **Description**: Apache openserverless - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openserveless-build 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](https://github.com/apache/openwhisk) ## Developer Guide To develop with this repo, please use [VSCode](https://code.visualstudio.com/). 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 1. clone everyting and open it in VSCode: ``` git clone https://github.com/francescotimperi/openserverless-controller --recurse-submodules code nuvolaris ``` It will open and show a pop-up asking if you want to `Reopen in Container`. Click on it. 2. When it has finished, open the `workspace.code-workspace` file and then open the workspace (there will be a button to do that, click on it). 3. Open the Metals plugin (click on the icon that looks like an 'm'). To import the project, click on `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. 4. Check `Run doctor` to verify the projects has been imported correctly. An healthy import looks like this: ![](./healthy-import.png)