go-json-rest-examples
go-json-rest-examples copied to clipboard
Go-json-rest example and Openshift
Hello.
It's possible to use your server in Openshift?
I have copied hello world example to my repository: https://github.com/Syjgin/zerotram-server
After this, I want to use it in Openshift environment (throurh https://github.com/smarterclayton/openshift-go-cart theirs go cartridge). After I wrote my repository address in .godir file, app successfully compiled and binary was created, but there are nothing on curl -i golang-zerotramserver.rhcloud.com:8080
request result. Port number is correct. What's can be wrong?