SkillAgentSearch skills...

Ocdb

OpenControl Database

Install / Use

/learn @RedHatGov/Ocdb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
    • 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
  • 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

Related Skills

View on GitHub
GitHub Stars11
CategoryData
Updated1y ago
Forks15

Languages

TypeScript

Security Score

60/100

Audited on Jul 4, 2024

No findings