From cf572a6bd826cba054ba24c0b0a31b2985ae109c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 6 Nov 2019 18:24:00 +0100 Subject: [PATCH] add a readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0594903 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Microcks Workshop + +## Requirements + +- OpenShift +- Microcks +- Apicurio +- A GitHub platform (either in the cloud or on-premises) + +## Setup + +- Deploy the [API Backend](api-backend/nodejs/) +- Fork this repo in your GitHub platform +- 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!