Description
Hi,
I love this tool. I use it since 3 years ago. Now I've found there's a way to set up a demo via Docker and I'd like to give it a try.
I've cloned the repo and when I run the docker command to build and run it, it crashes at step 19/21. I get this:
Step 19/21 : RUN do $SYSTEM.OBJ.Load("Installer.cls", "ck") set sc = ##class(App.Installer).setup() zn "%SYS" write "Creating web application ..." set webName = "/ClassExplorer" set webProperties("DispatchClass") = "ClassExplorer.Router" set webProperties("NameSpace") = "IRISAPP" set webProperties("Enabled") = 1 set webProperties("AutheEnabled") = 32 set sc = ##class(Security.Applications).Create(webName, .webProperties) write sc write "Web application "webName" has been created!"
---> Running in ca96e6d00456
standard_init_linux.go:207: exec user process caused "no such file or directory"
Service 'iris' failed to build: The command '/irissession.sh do $SYSTEM.OBJ.Load("Installer.cls", "ck") set sc = ##class(App.Installer).setup() zn "%SYS" write "Creating web application ..." set webName = "/ClassExplorer" set webProperties("DispatchClass") = "ClassExplorer.Router" set webProperties("NameSpace") = "IRISAPP" set webProperties("Enabled") = 1 set webProperties("AutheEnabled") = 32 set sc = ##class(Security.Applications).Create(webName, .webProperties) write sc write "Web application "webName" has been created!"' returned a non-zero code: 1