olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

Deploy to openshift host #59

Closed TaiPhamD closed 7 years ago

TaiPhamD commented 7 years ago

Openshift now supports Go. Anyone has an idea on how to configure this starter kit to make it deployable to openshift? Thank you in advance.

https://github.com/smarterclayton/openshift-go-cart

I need to combine the link above with this project for deployment I think.

olebedev commented 7 years ago

The best way to deploy this project is to build a single binary artifact, as it already configured and push the executable wherever you want.

Example how to build you could find in readme.md and wercker.yml

However, I'm not sure that OpenShift supports binary executable files.