{"id":18322888,"url":"https://github.com/redhat-middleware-workshops/devsandbox-category-template","last_synced_at":"2026-01-31T02:04:05.325Z","repository":{"id":189980360,"uuid":"681698607","full_name":"RedHat-Middleware-Workshops/devsandbox-category-template","owner":"RedHat-Middleware-Workshops","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-29T09:29:04.000Z","size":1581,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-09T14:45:03.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedHat-Middleware-Workshops.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-22T15:03:57.000Z","updated_at":"2023-08-23T15:48:04.000Z","dependencies_parsed_at":"2023-08-22T19:25:01.072Z","dependency_job_id":null,"html_url":"https://github.com/RedHat-Middleware-Workshops/devsandbox-category-template","commit_stats":null,"previous_names":["redhat-middleware-workshops/devsandbox-category-demo1","redhat-middleware-workshops/devsandbox-category-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdevsandbox-category-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdevsandbox-category-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdevsandbox-category-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdevsandbox-category-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedHat-Middleware-Workshops","download_url":"https://codeload.github.com/RedHat-Middleware-Workshops/devsandbox-category-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdevsandbox-category-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259184731,"owners_count":22818265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T18:26:23.336Z","updated_at":"2026-01-31T02:04:00.302Z","avatar_url":"https://github.com/RedHat-Middleware-Workshops.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Category tutorials for the Developer Sandbox\n\n\u003e **Note**\u003cbr\u003e\nThis content was auto-generated from a git template. \\\nUpdate its contents accordingly.\n\n## Introduction\n\nThis repository contains a collection of labs runnable in the _Developer Sandbox_, a free to use _OpenShift_ environment, where users can follow guided instructions to fully cover the material in a fully remote development platform.\n\nThe following article in _Red Hat Developers_ guides readers on how to get started to enjoy the learning material in the _Developer Sandbox_.\n\n* https://developers.redhat.com/pending-to-update-url\n\n    \u003e **Note**\u003cbr\u003e\n    When creating a new category it is most recommended to author an article in _Red Hat Developers_ to promote the new collection.\n\n## Contents\n\nThe table below collects the labs currently available in this repository and the articles in Red Hat Developers they're based on.\n\nTo run the lab you're interested in, follow the links from the table below:\n\n|    Lab Name     |                Preview in GitHub            |      Article      | \n|:----------------|:-------------------------------------------:|:-----------------:|\n| Camel X - Lab1  | [preview](docs/labs/camel1/walkthrough.adoc)| https://developers.redhat.com/pending-to-update-url\n| Camel X - Lab2  | [preview](docs/labs/camel2/walkthrough.adoc)| https://developers.redhat.com/pending-to-update-url\n\n\u003e **Note**\u003cbr\u003e\nIndividual Labs (exercises) in this repository may be supported by their own article in _Red Hat Developers_. Update the table above accordingly. If an exercise has no associated article, simply leave emtpy or mark it as `does not have article`.\n\n\u003cbr/\u003e\n\n## Contributing new labs\n\nTo include new labs to the collection, include the source code under a new folder and the documentation guide under `docs/labs` in a new folder.\n\n## Testing instructions\n\nYou can test your guide instructions by locally running the _Solution Explorer_ in a _Docker_ instance using the following command:\n\n```bash\ndocker run --rm -it --name solex -p 5001:5001 \\\n-v $PWD/docs/labs:/opt/user-walkthroughs \\\n-e NODE_ENV=production \\\n-e THREESCALE_WILDCARD_DOMAIN=local.localdomain \\\n-e OPENSHIFT_VERSION=4 \\\n-e WALKTHROUGH_LOCATIONS=/opt/user-walkthroughs quay.io/redhatintegration/tutorial-web-app:latest\n```\n\n## Running the tutorials\n\nThis collection of tutorials may already be included in a parent catalogue. Refer to the catalogue's instructions on how to deploy it in the _Developer Sandbox_.\n\n\u003e **Note**\u003cbr\u003e\nTo make this learning content runnable in the _Developer Sandbox_ you need to include this chapter (category) in a catalogue (parent repository).\n\n\n\n\u003c!-- You can run the category from Red Hat's _Developer Sandbox_, a free _OpenShift_ environment that lets you build and deploy cloud-native applications using only your web browser.\n\nTo launch this learning content, first, you need to access the _Developer Sandbox_, read the article below to help you enter the environment:\n\n* \u003ca href=\"https://developers.redhat.com/articles/2023/03/30/how-access-developer-sandbox-red-hat-openshift\" target=\"_blank\"\u003eHow to access the Developer Sandbox\u003c/a\u003e\n\nFrom the _Developer Sandbox_, follow the steps shown in the animated image below:\n\n![Open the catalogue in Dev Spaces](/images/open-workspace.gif \"Open the catalogue in Dev Spaces\")\n\n1. From _OpenShift_'s web console, click the Applications icon as shown above (marked 1).\n1. Select _Red Hat OpenShift Dev Spaces_ (2). \\\nYou will be prompted to log in and Authorize Access; select the \"Allow selected permissions\" option.\n1. When the Create Workspace dashboard in _OpenShift Dev Spaces_ opens, copy the URL address of this Git repository. \\\nThen, paste it into the Git Repo URL field (3).\n1. Click Create \u0026 Open (4).\n1. When the workspace finishes provisioning and the IDE opens, click the deployable Endpoints accordion (5).\n1. Then, click on the icon (6), which opens the tutorial in a new browser tab.\n1. You can then choose a tutorial from the catalogue to start working. --\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-middleware-workshops%2Fdevsandbox-category-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-middleware-workshops%2Fdevsandbox-category-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-middleware-workshops%2Fdevsandbox-category-template/lists"}