Remote Ignition installation

Hello all,

I would like to install ignition on a remote debian server, in the terminal over ssh. Is this possible? and how do i bypass/automate the interactive setup screens during the installation?

Thanks for your help.

The *.run file works just fine – I do the equivalent with headless VMs regularly. When there isn’t an X display to connect to, the .run file will present all questions in text mode.

You can also just use one of the zip distributions, which I prefer anyway, since they don’t shotgun files all over your system. Just unzip to /opt/ignition or whatever folder you like.

Thanks, I completely missed the zip packages.