https://github.com/redhat-middleware-workshops/service-interconnect-lab-instructions
https://github.com/redhat-middleware-workshops/service-interconnect-lab-instructions
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhat-middleware-workshops/service-interconnect-lab-instructions
- Owner: RedHat-Middleware-Workshops
- Created: 2023-07-28T15:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T22:04:13.000Z (about 2 years ago)
- Last Synced: 2025-02-15T08:42:40.049Z (10 months ago)
- Language: Shell
- Size: 3.48 MB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-interconnect-lab-instructions
## Run solution explorer locally
To run the instructions locally execute the following command:
```shell
docker run --rm -it -p 5001:5001 --name solex \
-v $PWD/walkthroughs:/opt/user-walkthroughs \
-e NODE_ENV=production \
-e THREESCALE_WILDCARD_DOMAIN=apps.your-domain.com \
-e OPENSHIFT_VERSION=4 \
-e WALKTHROUGH_LOCATIONS='/opt/user-walkthroughs' \
quay.io/redhatintegration/tutorial-web-app:latest
```