ant0ine / go-json-rest-examples

Examples for go-json-rest
http://ant0ine.github.io/go-json-rest/
MIT License
195 stars 52 forks source link

Go-json-rest example and Openshift #18

Open Syjgin opened 8 years ago

Syjgin commented 8 years ago

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?