About project technology
- TODO: More info here
WorkInProgress
This project is under construction and could be not work correctly right now. If you wish to test it you can:
-
Clone it
$ mkdir -p $GOPATH/src/github.com/iver/ $ git clone http://github.com/iver/hermes $GOPATH/src/github.com/iver/hermes $ cd $GOPATH/src/github.com/iver/hermes
-
Set environment variables
export MANDRILL_KEY="YOUR-MANDRILL-APIKEY" export SENDGRID_API_KEY="YOUR-SENDGRID-APIKEY" export MG_API_KEY="YOUR-MAILGUN-PRIVATE-APIKEY" export MG_PUBLIC_API_KEY="YOUR MAILGUN-PUBLIC-APIKEY" export MG_DOMAIN="YOUR-MAILGUN-DOMAIN" export SENDGRID_USER="someuser@email.com" export MG_EMAIL_TO="someuser@email.com" export MANDRILL_USER="someuser@email.com"
-
Compile it
$ make build
-
Run it
$ cd bin/ $ ./hermes
- TODO: Add descriptions and steps
TODO: Add description
Copyright (c) 2014-2016 Iván Jaimes. See LICENSE for details.