Thank you, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail: user-h...@guacamole.apache.org
I am following the Writing your own Guacamole applicationĀ section of
the Guacamole documentation. While I am not new to development, I am new
to Guacamole and developing web apps in this type of environment. I will
be using Ubuntu desktop 24.04 and VS Code to write a javascript-based
web app to work with the consoles of virtual machines accessible through
Guacamole. I will also be using the LXD virtualization environment and
its APIs to manage the VM environment. My primary concern is with the
Guacamole development environment. After I install Ubuntu desktop 24.04,
what other packages must I install to develop and deploy my web app? I
am guessing I need the JDK and Maven at the least. Can anyone point me
in the right direction as to what all I should install prior to getting
started with the tutorial "Writing your own Guacamole application?"