Copy of packages onto offline machine

I’m trying to get Julia into larger usage at my company. However, one key part of this is getting it set up on our completely offline network. I would like to be able to put basically everything offered in the Julia Package Listing onto the offline side.

Does anyone have any knowledge as to the best method for doing this? I’m guessing something like put it all in an offline git repo (can you even make an offline git repo?), and then Pkg.add(PackageSpec(url="/remote/mycompany/juliapackages/OurPackage")) (code from documentation)

1 Like