Skip to content

GoComply/ocdb

 
 

Repository files navigation

ATO Pathways

Docker Repository on Quay

Quick Demo

  • run demo in container
podman run -it -p "3000:3000" quay.io/redhatgov/ocdb

Developer Setup

  • 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
  • build front-end pipeline
    • install npm dnf install -y npm
    • install yarn npm install -g yarn
    • install frontend dependencies yarn install
  • run server buffalo dev
  • point your browser to http://127.0.0.1:3000

Developer Links

Deployment info

How to pull new version manually in openshift?

    oc import-image ocdb

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.3%
  • Go 20.0%
  • XSLT 5.5%
  • JavaScript 2.1%
  • Dockerfile 1.1%
  • SCSS 1.1%
  • Other 1.9%