BUILD
mkdir -p $GOPATH/src/github.com/mailflux
git clone https://github.com/wubigo/mainflux.git
cd github.com/mailflux/mailflux/
make
make dockers_dev
make run
Provision the System
mainflux-cli provision test
GET TOKEN
curl -k https://172.21.53.253/tokens
{
"email": "[email protected]",
"password": "12345678"
}