Json-Eclipse-Plugin
Json-Eclipse-Plugin copied to clipboard
REQUEST: Instructions for offline installation
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)
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.