{"id":24849214,"url":"https://github.com/bugbiteme/solution-pattern-ossm3","last_synced_at":"2025-03-26T11:25:24.406Z","repository":{"id":267990463,"uuid":"902965904","full_name":"bugbiteme/solution-pattern-ossm3","owner":"bugbiteme","description":"Solution Pattern for Red Hat OpenShift Service Mesh 3 (Tech Preview) ","archived":false,"fork":false,"pushed_at":"2025-01-15T23:45:32.000Z","size":4324,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T12:35:51.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Handlebars","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugbiteme.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-13T16:31:06.000Z","updated_at":"2025-01-15T23:44:42.000Z","dependencies_parsed_at":"2024-12-13T18:33:09.604Z","dependency_job_id":"4f3745bc-ab14-40cc-bac3-dbdd4805cfef","html_url":"https://github.com/bugbiteme/solution-pattern-ossm3","commit_stats":null,"previous_names":["bugbiteme/solution-pattern-ossm3"],"tags_count":0,"template":false,"template_full_name":"redhat-solution-patterns/solution-pattern-website-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fsolution-pattern-ossm3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fsolution-pattern-ossm3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fsolution-pattern-ossm3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fsolution-pattern-ossm3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugbiteme","download_url":"https://codeload.github.com/bugbiteme/solution-pattern-ossm3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245642601,"owners_count":20648883,"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":"2025-01-31T12:30:15.030Z","updated_at":"2025-03-26T11:25:24.377Z","avatar_url":"https://github.com/bugbiteme.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Solution patterns site template \n\nThis is a template used to generate new solution pattern pages with the same look and feel of the existing solution patterns and https://redhat-solution-patterns.github.io/[main page] .\n\nWhat's in this doc:\n\n* \u003c\u003cHow to create a new solution pattern page\u003e\u003e \n* \u003c\u003cDevelopment Quickstart\u003e\u003e\n** \u003c\u003cClone and install the new project\u003e\u003e\n** \u003c\u003cRun and preview the website\u003e\u003e\n* \u003c\u003cHow to add my new solution pattern to the main page menu\u003e\u003e\n* \u003c\u003cLearn more\u003e\u003e\n\n=== How to create a new solution pattern page\n\nTo create a new solution pattern page:\n\n. Access to https://github.com/redhat-solution-patterns/courseware-template;\n. Click on the `Use this template` green button;\n. Type the name of your new sp, e.g. \"solution-pattern-xy-z\".\n* It's recommended that you are the owner of the repository during the initial phases of development;\n. Click on the `Create repository from template` green button\nYou should have a new repository with the required files and configurations to get started with content development.\n\n=== Development Quickstart\n\nThis section offers a basic tutorial to teach you how to set up the generated project, and preview it locally. A more comprehensive can be found in the documentation at docs.antora.org.\n\n[#prereqs]\n==== Prerequisites\nTo preview and bundle the default UI, you need the following software on your computer:\n\n* git (command: git)\n* Node.js (commands: node and npm)\n* Gulp CLI (command: gulp)\n\n===== Node.js\n\nIn this guide, we'll be installing Node.js 10.\n\nWhile you can install Node.js from the official packages, we strongly recommend that you use {url-nvm}[nvm] (Node Version Manager) to manage your Node.js installation(s).\nFollow the {url-nvm-install}[nvm installation instructions] to set up nvm on your machine.\n\nOnce you've installed nvm, open a new terminal and install Node.js 10 using the following command:\n\n $ nvm install 10\n\nYou can switch to this version of Node.js at any time using the following command:\n\n $ nvm use 10\n\nTo make Node.js 10 the default in new terminals, type:\n\n $ nvm alias default 10\n\nNow that you have Node.js installed, you can proceed with installing the Gulp CLI.\n\n===== Gulp CLI\n\nYou'll need the Gulp command-line interface (CLI) to run the build.\nThe Gulp CLI package provides the `gulp` command which, in turn, executes the version of Gulp declared by the project.\n\nYou should install the Gulp CLI globally (which resolves to a location in your user directory if you're using nvm) using the following command:\n\n $ npm install -g gulp-cli\n\nVerify the Gulp CLI is installed and on your PATH by running:\n\n $ gulp --version\n\nNow that you have the prerequisites installed, you can fetch and build the UI project.\n\n=== Clone and install the new project\n\n1. Clone the generated project using git.\n2. Use npm to install the project's dependencies inside the project.\nIn your terminal, execute the following command:\n\n $ npm install\n\n=== Run and preview the website\n\nTo build and preview the project in a local web server, run:\n\n $ npx gulp\n\nYou'll see a URL listed in the output of this command:\n\n....\n[16:49:17] Requiring external module @babel/register\n[16:49:18] Using gulpfile ~/your/project/directory/gulpfile.babel.js\n[16:49:18] Starting 'default'...\n[16:49:18] Starting 'removeSite'...\n[16:49:18] Finished 'removeSite' after 20 ms\n[16:49:18] Starting 'removeCache'...\n[16:49:18] Finished 'removeCache' after 1.7 ms\n[16:49:18] Starting 'build'...\n[16:49:20] Finished 'build' after 2.75 s\n[16:49:20] Starting 'serve'...\n[16:49:20] Finished 'serve' after 8.75 ms\n[16:49:20] Starting 'siteWatch'...\n[Browsersync] Access URLs:\n --------------------------------------\n       Local: http://localhost:3000\n    External: http://192.168.0.114:3000\n --------------------------------------\n          UI: http://localhost:3001\n UI External: http://localhost:3001\n --------------------------------------\n[Browsersync] Serving files from: ./gh-pages\n....\n\nNavigate to this URL to preview the site locally.\n\nWhile this command is running, any changes you make to the source files will be instantly reflected in the browser.\n\nPress `[Ctrl+C]` to stop the preview server and end the continuous build.\n\n=== How to add my new solution pattern to the main page menu\n\nTo have your solution pattern listed in the top menu, please open a new issue in\nhttps://github.com/redhat-solution-patterns/course-ui/issues[this project: https://github.com/redhat-solution-patterns/course-ui/issues].\n\nMake sure to inform:\n\n* Short title\n* Main category (if appropriate). e.g. \"Application modernization\", \"Edge\", etc.\n\n=== Learn more\n\nThis template is based on the Red Hat Developers scholars courseware template. To learn more, check the build courseware https://redhat-scholars.github.io/build-course[documentation]  on how folder structure, how to use macros and other gotchas.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Fsolution-pattern-ossm3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugbiteme%2Fsolution-pattern-ossm3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Fsolution-pattern-ossm3/lists"}