Welcome to Apache OpenServerless, an incubating project at the Apache Software Foundation
- If you want to install Apache OpenServerless in cloud go here.
- If you want to understand what this project is check the original proposal.
- If you want to contribute to the project, read on this README to setup a development environment.
- If you want to discuss with us, join our mailing list sending an email to
dev-subscribe@openserverless.apache.org - If you want to locally install open serverless from sources test or development, read on.
- you need an Unix environment, either OSX, Linux or Windows WSL.
- you need docker on the path
- you need go available on the path
- you need task (https://taskfile.dev) available in the path
Clone all the modules and submodules recursively
git clone https://github.com/apache/openserverless --recurse-submodules
First clean everything
task clean
then build:
task build
This will
- build the cli
- build the operator image TODO: build the runtimes
- Smoke test
Execute a basic smoke test
bash smoke.sh
- More tests
TODO: execute locally the full test suite under ./testing