intersystems-community / iris-rest-api-template

The simplest template with REST CRUD for InterSystems IRIS
MIT License
11 stars 22 forks source link

issue in installing objectscript-rest-docker-template in IRIS(Windows 10) #2

Closed muniganesh84 closed 4 years ago

muniganesh84 commented 4 years ago

Hi, I am using windows 10 and installed IRIS community version and I am trying to install "objectscript-rest-docker-template" in IRIS and I am following the steps given in this project. I have installed Docker, Git and VS Code. I tried with  "docker-compose up -d --build" after cloning the repository in terminal, it has completed without errors. But when I see in management portal no namespace has been created with name IRISAPP and no class files created and not web application has been created.

I am attaching the output of "docker-compose up -d --build".

Please help to fix this, thanks in advance.

docker-compose-output.txt

muniganesh84 commented 4 years ago

Sorry for posting this as issue, I was actually searching in my local IRIS instance. But "objectscript-rest-docker-template" package is installed in the Virtual instance which is created by docker. I got it.