Json-Eclipse-Plugin icon indicating copy to clipboard operation
Json-Eclipse-Plugin copied to clipboard

REQUEST: Instructions for offline installation

Open sachsgit opened this issue 5 years ago • 1 comments

At work, they have implemented a firewall rule against github.io, so I am unable to obtain updates nor able to get a new instance for a new computer because of it. But I don't have such a limit at home, plus can clone from github.com.

So how can I install the plugin from either local repository or create a zip file archive to install from?

(Want to learn more about Eclipse plugins and offline installation)

sachsgit avatar Mar 05 '20 17:03 sachsgit

You can download the entire content of the p2 Update Site as a single zip archive here: https://github.com/boothen/Json-Eclipse-Plugin/tree/gh-pages

Then, you can host it on your own webserver inside your company network for everyone. A simple Apache or nginx will do. Just refer to your local installation instead of "http://boothen.github.io/Json-Eclipse-Plugin/" and it will download and install the plugin from there.

msteiger avatar Mar 05 '20 19:03 msteiger