An hands-on lab about Microcks and Apicurio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Massé 72aca244a2
Merge pull request #1 from nmasse-itix/dependabot/npm_and_yarn/api-backend/nodejs/underscore-1.12.1
5 years ago
.s2i/bin fix s2i support 6 years ago
api-backend/nodejs Bump underscore from 1.9.1 to 1.12.1 in /api-backend/nodejs 5 years ago
lab-instructions change numbering 6 years ago
.gitignore first commit 6 years ago
.gitmodules add workshop instructions 6 years ago
README.md Update README.md 6 years ago

README.md

Microcks Workshop

Requirements

  • OpenShift
  • Microcks
  • Apicurio
  • A GitHub platform (either in the cloud or on-premises)

Setup

  • Fork this repo in your GitHub platform
  • Deploy the API Backend
  • Update the URLs to match your environments in config.toml
  • Deploy the workshop instructions in your environment:
oc new-project microcks-workshop --display-name="Microcks Workshop"
oc new-app centos/nginx-114-centos7:latest~https://github.com/nmasse-itix/microcks-workshop.git --name=microcks-workshop
oc expose svc/microcks-workshop

If you want the Red Hat official image, adjust the previous command to replace centos/nginx-114-centos7:latest with registry.access.redhat.com/rhscl/nginx-114-rhel7:latest. Also, do not forget to change the URL to point to your GIT repository instead!