Install Go 1.7.x or greater, git, setup $GOPATH, and PATH=$PATH:$GOPATH/bin, sqlite3
Install database
cat migrations/db.sql | sqlite3 instagram.db
Run the server
cd $GOPATH/src/github.com/maddevsio/screen-monitoring/agents/instagram_agent
go get -u -v .
go build .
./instagram_agent -httpAddr=:8090 -dashboardURL=http://localhost:8080/dashboard/v1/register