Open sveinugu opened 3 years ago
@FBernal-oPs, some comments:
localhost
. smtp.uio.no
will not work (I added that in a previous version of the issue by mistake). Please test mail sending from both the command line and as a bug report from galaxy. You would need sendmail
installed on the server for this to work, I believe.Comments 1,2 and 4 are resolved. For 3 comment the smtp server is now set to localhost
but testing is still missing
@FBernal-oPs To test mail sending from the command line:
python -c "from smtplib import SMTP; s = SMTP('localhost'); frm = 'no-reply@oncotools.elixir.no'; to = 'oslo-services@elixir.no'; subject = 'Test email'; body = 'Test text'; s.sendmail(frm, to, 'From: {}\nTo: {}\nSubject: {}\n{}'.format(frm, to, subject, body))"
(copied from slack)
@FBernal-oPs Here's a final checklist of features to install/test before Sigve can submit his paper:
galaxy-term
related config for nginx and the task that creates a local copy of the GDPR repo and instead just point to this URL in the galaxy config (terms_url: https://elixir-oslo.github.io/gdpr/
). I am not sure whether you needed to add a web hook for the "Help"->"Terms and Conditions" menu option or not. If so, you still need it.localhost
. Could you try to set up the bug reporting solution usingsmtp_server: localhost
anderror_email_to: oslo-services@elixir.no
(I have now requested for this to be created)? And test that this actually works but submitting a bug report on a red history box (if you have one).<a href="../tool_runner?tool_id=galaxy-ntnu.bioinfo.no%2Ftoolshed_nels%2Frepos%2Fradmilko%2Foncoenrichr%2Foncoenrichr_wrapper" target="_top"> text </a>
Sigve probably has some opinions on where/how this link should be added.Anything else?