Giter Site home page Giter Site logo

Comments (5)

planetahuevo avatar planetahuevo commented on June 19, 2024

Find out how to do it. :)

from dmarc-report-converter.

tierpod avatar tierpod commented on June 19, 2024

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

from dmarc-report-converter.

planetahuevo avatar planetahuevo commented on June 19, 2024

Hi, Let me wrote it here:

  • First, if your server is new, you may need to have go installed.
    so in my case:
    sudo apt install golang-go
    After that this command didn´t work:
    go get -u github.com/tierpod/dmarc-report-converter
    not sure why, so I downloaded master and uploaded myself to the home folder
    cd $HOME/yourfolder/dmarc-report-converter-master
    then we can execute this from the root of the master folder, where the makefile is.
    make bin/dmarc-report-converter
    That will generate a bin folder on the same one.
    Then Steps 2-4 are right, and you can use make install for that, but you can have permissions problems and then it does not work as expected. Also the make install won´t rename the config file.
    So new steps will be (I do not think make install makes this easier).
  • copy bin/dmarc-report-converter executable to installation directory (for example, /opt/dmarc-report-converter) cp bin/dmarc-report-converter /opt/dmarc-report-converter
  • copy config/config.dist.yaml to installation directory, rename and edit it
cp config/config.dist.yaml /opt/dmarc-report-converter/config.yaml
nano /opt/dmarc-report-converter/config.yaml
  • copy templates directory to installation directory
    cp templates /opt/dmarc-report-converter/

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).

from dmarc-report-converter.

tierpod avatar tierpod commented on June 19, 2024

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

from dmarc-report-converter.

planetahuevo avatar planetahuevo commented on June 19, 2024

I can. It is fantastic! Thanks!

from dmarc-report-converter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.