geektortoise

Results 42 comments of geektortoise

Hello, As annotations concerns multiple tables and we can use multiple filters, Cytomine generate complex queries. Did you try to paginate your requests (with max and offset) ? What are...

Multiple problems here : - The term is given by the table annotation_term. - We can't easily display all the terms of the annotation (see bellow) - We can filter...

Hello, The json_agg need a GROUP BY. It is tricky to make it work with all the possible requests. So I used the previous proposition. More easy to integrate. https://github.com/cytomine/Cytomine-core/commit/140007ac0fa13372b563d39b5a52620325fa0fd6...

This is an IMS problem. The commit https://github.com/cytomine/Cytomine-IMS/commit/917f305b4db26c6302cf81059ed979f8a039eba3 fix the problem.

Hello, Have you tried these ways ? 1) In the configs/core/cytomineconfig.groovy file, you will find the default generated password for "admin" user. If nobody has changed this password, you will...

If you collegua has left the default value, here are the commands `sudo docker exec -it postgresql bash` `psql -h localhost -U docker` Password for user docker: is docker

What is the result of the command `sudo docker ps` ?

Hello, Hmmm :/ What is the result of the command `sudo docker logs db` ? It may indicates why it is restarting.

Commit https://github.com/cytomine/Cytomine-Web-UI/commit/9a2b55e1377f9cf1d9fc335b1fa18c555a14a216 seems to fix the issue. I will do more tests when I'm able to.

Hi, I answered on https://forum.image.sc/t/i-cant-install-cytomine-and-get-it-working/52553 I propose to continue the discussion on forum.image.sc. :-)