Centrally managing Phpstorm updates / patches
hello
we currently use phpstorm 5.0.1 on all our machines
I would like to centrally deploy the 5.0.2 patch to these machines is this possible ?
is the 3mb patch file deployable ?
i do not want to deploy the full file version as this installs seperately leaving 5.0.1 also installed......
thanks in advance
neil
请先登录再写评论。
We download the full version in zip file format. Extract that and replace on one machine (delete old folder, replace with new), then script pushes that to a server location and finally another script pulls down the full version for each user, deletes their local folder and replaces it. Works good, but took some time to configure.