/mainflux-manager

Mainflux service for system provisioning (devices, channels, users, applications, ...)

Primary LanguageGoApache License 2.0Apache-2.0

Mainflux Manager

License Build Status Go Report Card Join the chat at https://gitter.im/Mainflux/mainflux

Service for provisioning user accounts and applications.

Installation

Prerequisite

If not set already, please set your GOPATH and GOBIN environment variables. For example:

mkdir -p ~/go
export GOPATH=~/go
export GOBIN=$GOPATH/bin
# It's often useful to add $GOBIN to $PATH
export PATH=$PATH:$GOBIN

Get the code

Use go tool to "get" (i.e. fetch and build) mainflux-manager package:

go get github.com/mainflux/mainflux-manager

This will download the code to $GOPATH/src/github.com/mainflux/mainflux-manager directory, and then compile it and install the binary in $GOBIN directory.

Now you can run the program with:

mainflux-manager

if $GOBIN is in $PATH (otherwise use $GOBIN/mainflux-manager)

Documentation

Development documentation can be found here.

Community

Mailing lists

mainflux Google group.

IRC

Mainflux Gitter

Twitter

@mainflux

License

Apache License, version 2.0