mizjaggy18

Results 6 comments of mizjaggy18

Thank you @geektortoise. Can you guide on how to enter SQL from the terminal? It should already be installed together with Cytomine, right? Also I need to mention that the...

> If you collegua has left the default value, here are the commands > > `sudo docker exec -it postgresql bash` > > `psql -h localhost -U docker` > >...

Hi @geektortoise, sorry for the late reply, I was not in the lab previous days. I attached here the output of `sudo docker ps`. Please advise. Thank you. ![oput1](https://user-images.githubusercontent.com/77017051/110416433-b0a2a700-80ce-11eb-8a94-ed014eccaf78.jpg) ![oput2](https://user-images.githubusercontent.com/77017051/110416439-b1d3d400-80ce-11eb-9a23-862359c0c442.jpg)

Ok I just run this command: `sudo docker exec -it db bash` and got this response: `Error response from daemon: Container [CONTAINER ID] is restarting, wait until the container is...

Hi @geektortoise and Cytomine developers, Using the same code above, but now trying to add properties to the annotation using the lines below: `prop1 = Property(Annotation().fetch(id_image), key="Hue", value=str(hue)).save()` `prop2 =...

Hi Cytomine developers, Our organization is enforcing SSL for all FQDNs and we need to enable HTTPS to our Cytomine platform (core v3.1.0, postgis v2.0.0). I've followed the instructions in...