galaxyproject / training-material

A collection of Galaxy-related training material
https://training.galaxyproject.org
MIT License
294 stars 846 forks source link

Switch to prebuilt client in Admin Training? #4694

Open hexylena opened 3 months ago

hexylena commented 3 months ago

INSTALL_PREBUILT_CLIENT=1 in front of run.sh will use a prebuilt client from npm

Perhaps we can try switching to the prebuilt client in admin training, it'd get some more exposure/testing of the feature which could be quite good, and would let us switch from 8GB VMs back to the 2GB VMs so we can have more trainees supported in each event which benefits everyone. I think the node step is also probably ~80% of our wait time during the installation step so this would be fantastic for us.

xref https://github.com/galaxyproject/galaxy/issues/14948

cc @mira-miracoli @cat-bro @natefoo

mira-miracoli commented 2 weeks ago

Sounds like a good improvement :)

hexylena commented 2 weeks ago

some great work by @dometto in https://github.com/galaxyproject/ansible-galaxy/pull/209 towards that @natefoo do you have time to review it?