Fermyon is a platform to host Spin applications and other compatible WebAssembly workloads.
The resources in this repository are intended to provide users with different ways to deploy ("install") Fermyon in their preferred environment.
Fermyon runs on Nomad, so deployment scenarios will first configure and install this software, in tandem with Consul.
Afterwards, the components comprising Fermyon are deployed in the form of Nomad jobs, including a Bindle server, Traefik as the reverse proxy/load balancer and Hippo, the web UI for managing Spin-based applications.
Looking to install Fermyon on your local machine? Follow the local guide to get started.
Once the prerequisites have been installed, this is the quickest and easiest method to launch Fermyon and begin deploying apps.
The AWS Quick-start is a great option to go if you'd like to run Fermyon in a separate environment.
This installer utilizes Terraform to deploy a lightweight, working example of Fermyon on AWS, using only a minimal array of resources needed to run the services.
You'll be able to interact with publicly-accessible Bindle and Hippo services
within 5 minutes of invoking terraform apply
. From there, you can start
deploying your applications.
After installing Fermyon in your preferred environment, you are ready to deploy your first application.
Follow the deploy guide to get started.