ewels / Labrador

A web based tool to manage and automate the processing of publicly available datasets.
https://www.bioinformatics.babraham.ac.uk/projects/labrador/
GNU General Public License v3.0
38 stars 9 forks source link

Improved sendmail configuration #23

Closed StevenWingett closed 3 years ago

StevenWingett commented 3 years ago

The configuring of sendmail has been improved in the setup process and works for me. It would be useful to know if this works for other users and on other systems. If this is all good, then this could form the basis of a Labrador Docker container at some point in the future.

Cheers, Steven

ewels commented 3 years ago

Looks like you haven't configured git with your GitHub.com email address - some of your commits here are not attributed to you. See https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git

git config --global user.email "email@example.com"
ewels commented 3 years ago

(or if you have, then maybe that email address hasn't been added to your GitHub profile)

StevenWingett commented 3 years ago

I agree. So long as this works for other people then we just need to translate these commands into a Docker recipe. 😀

Cheers, Steven