Cytomine-bootstrap icon indicating copy to clipboard operation
Cytomine-bootstrap copied to clipboard

Cytomine installation procedure

Results 17 Cytomine-bootstrap issues
Sort by recently updated
recently updated
newest added

Hi. With a recent release of Google Chrome, the browser will change how they apply the default value to the `SameSite` cookie policy. I'm wondering if there is an easy...

enhancement

In some instance, the communication between software_router and slurm containers is inactive due to a SSH problem. How to reproduce : `docker exec -it software_router bash` then `ssh cytomine@slurm` ```...

Im trying to get the email SMTP settings cofigured correctly, and for far I cant seem to get it to work. I've tried using Sparkpost, a Google Suite email account,...

Got into testing out the email sending, and found that the `reply-to` email configuration is always set to "[email protected]". Found the hard coded line in the source code: https://github.com/cytomine/Cytomine-core/blob/4b2a72ee337f1f6edcc8cda73ed6410b6d313a97/grails-app/services/be/cytomine/utils/CytomineMailService.groovy#L61 Is...

There is a duplication of the variable "ADMIN_EMAIL" in configuration.sh ``` #Mail ADMIN_EMAIL='[email protected]' # SENDER_EMAIL, SENDER_EMAIL_PASS, SENDER_EMAIL_SMTP : email params of the sending account SENDER_EMAIL_PASS='passwd' SENDER_EMAIL_SMTP_HOST='smtp.gmail.com' SENDER_EMAIL_SMTP_PORT='587' SENDER_EMAIL='[email protected]' # RECEIVER_EMAIL...

Currently, we assure than the tomcat7 user in ims container has rights by forcing a chown at each restart (user id may change). But, by doing it, it give rights...

enhancement

Hi, I'm trying set up cytomine using the Cytomine-bootstrap and configuration.sh Out smtp mail relay does not require a password, so I am not sure how to configure. I've tried...