This guide walks through a self-hosted installation of OpenFaaS.
For Docker installation, see Docker.
Install Git to clone the project repository.
sudo apt-get update && sudo apt-get install -y git
Download the source code to the server.
git clone https://github.com/openfaas/faas openfaas
Move into the project folder to access deployment files.
cd openfaas
Use Docker Compose to start services in the background.
docker compose up -d
Prefer automation? See OpenFaaS Ansible Setup for an example playbook.
Prefer containers? See OpenFaaS Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.