Fixes for the build (#201) * gitmodules fix admin-api and streamer * updated build with bug fixes * fix --------- Co-authored-by: Trustable User <noreply@example.com> Co-authored-by: Michele Sciabarra <michele@sciabarra.com> Co-authored-by: Michele Sciabarra <michele@nuvolaris.io>
Welcome to Apache OpenServerless, an incubating project at the Apache Software Foundation
dev-subscribe@openserverless.apache.orgHere the procedures for MacOS, Windows 11 and Ubuntu Linux
On Mac, install brew and Docker Desktop. then do
brew install taskbrew install goOn windows,
wsl --install Ubuntu-24.04then enable docker to be used in the distro Ubuntu-24.04
Access the distro (wsl -d Ubuntu-24.04 ), configure a new user, then execute:
sudo apt-get update sudo apt-get -y install jq sudo snap install go --classic sudo snap install task --classic sudo snap install kubectl --classic
Setup for a plain Ubuntu Linux with an user with sudo power:
sudo apt-get update sudo apt-get -y install jq sudo snap install go --classic sudo snap install task --classic sudo snap install kubectl --classic curl -sL get.docker.com | sudo bash sudo usermod -aG docker $USER newgrp docker docker ps
git clone https://github.com/apache/openserverless --recurse-submodules cd openserverless task build task setup
TODO: task test