Skip to content

endocode/qmstr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quartermaster Maven demo

  1. Navigate to the k8s folder:

    cd k8s
    
  2. Launch the DGraph database:

    kubectl apply -k dgraph
    
  3. Launch Quartermaster:

    kubectl apply -k qmstr
    
  4. Wait for the building process to be over:

    kubectl logs --follow $(kubectl get pods --selector job-name=qmstr -o=name) qmstr-client
    
  5. Forward two local ports to the following two ports on the DGraph Pod:

    kubectl port-forward dgraph-0 8000:8000
    
    kubectl port-forward dgraph-0 8080:8080
    
  6. Open http://localhost:8000/?latest in your browser.

  7. Click on "Continue":

    DGraph login page

  8. Navigate to the "Console" page"

  9. Execute the following query to retrieve the Build Graph:

  10. The Build Graph should look something like this:

About

Repository to showcase QMSTR features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published