install oracle OCI-8 BS, you will have to figure that one out
get and build the program
go get github.com/ahouts/ProDuctive-server
cd $GOPATH/src/github.com/ahouts/ProDuctive-server
# golang dep, read more at [https://github.com/golang/dep]
dep ensure
go build .choose a directory to serve from
move swagger-dist, ProDuctive-server, and config-example.json binary to that directory
cp -r ./swagger-dist ./ProDuctive-server <install dir>
cp ./config-example.json <install dir>/config.jsoncd to that directory and edit the configuration
cd <install dir>
vi config.jsonget help from the executable
./ProDuctive-server helpstart the server
./ProDuctive-server serve