https://github.com/nmasse-itix/microcks-workshop
An hands-on lab about Microcks and Apicurio
https://github.com/nmasse-itix/microcks-workshop
Last synced: about 2 months ago
JSON representation
An hands-on lab about Microcks and Apicurio
- Host: GitHub
- URL: https://github.com/nmasse-itix/microcks-workshop
- Owner: nmasse-itix
- Created: 2019-11-06T14:33:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:44:18.000Z (over 2 years ago)
- Last Synced: 2025-02-12T11:16:27.442Z (4 months ago)
- Language: JavaScript
- Homepage: https://microcks-workshop.netlify.com/
- Size: 635 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](api-backend/nodejs/)
- Update the URLs to match your environments in [config.toml](lab-instructions/config.toml)
- Deploy the workshop instructions in your environment:```sh
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!