POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Vagrant or equivalent setup script #22

Open m8pple opened 5 years ago

m8pple commented 5 years ago

A vagrant image would be helpful, ideally for ubuntu 16 or 18, and with a provision shell script that can be run independently to install dependencies in an existing machine.

mvousden commented 5 years ago

I'm not sure what you are suggesting here. I'm going to put words in your mouth, and posit that you are describing two features:

The first of these makes sense; because the operating system of the virtual machine would be known. The second feature is quite a task if we want it to be distribution agnostic, because we would have to pull the dependencies tarball, as we can't use package management systems.