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.json
cd to that directory and edit the configuration
cd <install dir>
vi config.json
get help from the executable
./ProDuctive-server help
start the server
./ProDuctive-server serve