galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.37k stars 991 forks source link

Investigate an Easy to Launch Development Environment #11297

Open jmchilton opened 3 years ago

jmchilton commented 3 years ago

Maybe something based on one of those:

@afgane brought up at the developer roundtable that we really need a way to allow people to get going quickly with small fixes.

jmchilton commented 3 years ago

Perhaps of interest also:

https://github1s.com/galaxyproject/galaxy

davelopez commented 3 years ago

Perhaps of interest also: https://github1s.com/galaxyproject/galaxy

AFAIK github1s is only for quickly browse a Github repo online instead of using the Github UI which it's awesome on its own :) https://github.com/conwnet/github1s

Another possibility as a self-hosted solution: https://github.com/cdr/code-server

mvdbeek commented 3 years ago

I’ve experimented a bit with gitpod … this is pretty cool. So much easier to just switch between branches by switching tabs. Don't need to install the right dependencies, re-build the client etc. I could see this becoming my main way of developing.