You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do ##class(Security.Users).UnExpireUserPasswords("*")
// load installer
do $SYSTEM.OBJ.Load("/opt/irisapp/Installer.cls", "ck")
// setup environment (namespaces, users, etc.)
set sc = ##class(App.Installer).Run(.vars)
// install zpm
s version="latest" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")