- run demo in container
 
podman run -it -p "3000:3000" quay.io/redhatgov/ocdb
- point your browser to http://127.0.0.1:3000
 
- install golang 
dnf install golang libxml2-devel - acquire ocdb - 
go get -u -v github.com/RedHatGov/ocdb - change dir to the source location - 
cd ~/go/src/github.com/RedHatGov/ocdb - acquire buffallo tool - 
go get -v github.com/gobuffalo/buffalo/buffalo- optionally consider installing bash completion: https://gobuffalo.io/en/docs/getting-started/integrations
 
 - build front-end pipeline
- install npm 
dnf install -y npm - install yarn 
npm install -g yarn - install frontend dependencies 
yarn install 
 - install npm 
 - run server 
buffalo dev - point your browser to http://127.0.0.1:3000
 
How to pull new version manually in openshift?
    oc import-image ocdb