tierpod / dmarc-report-converter

Convert dmarc reports from xml to human-readable formats
MIT License
237 stars 25 forks source link

Setup instructions not working #13

Closed planetahuevo closed 5 years ago

planetahuevo commented 5 years ago

I am trying to follow the instructions and I cannot get the first line to work:

download pre-builded archive from releases or build dmarc-report-converter executable:

go get -u github.com/tierpod/dmarc-report-converter cd $HOME/go/src/github.com/tierpod/dmarc-report-converter make bin/dmarc-report-converter now you can run ./bin/dmarc-report-converter and test it

planetahuevo commented 5 years ago

Find out how to do it. :)

tierpod commented 5 years ago

Hello @planetahuevo ! What kind of problem did you have? If you give me more information I will try to improve documentation or installation process.

planetahuevo commented 5 years ago

Hi, Let me wrote it here:

And then edit assets and destination, but that is ok on your instructions if people know how to setup a webserver. Maybe a link to nginx for the ones that do not? Also the config line commented with the long name does not work properly (I think, I edited, but I think something is not right there).

tierpod commented 5 years ago

Documentation has updated in the branch issue#13, could you read it?

planetahuevo commented 5 years ago

I can. It is fantastic! Thanks!