veraison / services

Attestation verification services based on Veraison components
Apache License 2.0
25 stars 14 forks source link

Native deployment for Veraison #250

Closed setrofim closed 2 months ago

setrofim commented 2 months ago

This pull adds a "native" deployment for Veraison. This is similar to the existing "docker" deployment, but does not create docker containers, and instead runs natively on the system. The downside is that it has non-trivial dependencies (the deployment features boostrap scripts for Arch, Ubuntu, and MacOSX). The upside is that it is significantly faster to create, easier to use for development and debugging, and does not rely on Docker being set up on the system.

yogeshbdeshpande commented 2 months ago

@setrofim : Thanks for enabling the support for WSL users. We have validated the setup on my machine and now it all works to completion!