{"id":15444899,"url":"https://github.com/goern/docker-yoeman-angular-on-openshift","last_synced_at":"2026-02-28T05:37:50.320Z","repository":{"id":142163031,"uuid":"68291975","full_name":"goern/docker-yoeman-angular-on-openshift","owner":"goern","description":"This is a Yeoman based development environment in a container","archived":false,"fork":false,"pushed_at":"2016-09-15T15:01:53.000Z","size":8144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T08:14:50.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goern.png","metadata":{"files":{"readme":"README.md","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":"2016-09-15T12:30:27.000Z","updated_at":"2016-09-15T15:01:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"36b251d3-8508-4dc2-8c99-9753f53970a6","html_url":"https://github.com/goern/docker-yoeman-angular-on-openshift","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"7334ca83ec480762345b8f4cfe7ef5ddf586b7b8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goern/docker-yoeman-angular-on-openshift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goern%2Fdocker-yoeman-angular-on-openshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goern%2Fdocker-yoeman-angular-on-openshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goern%2Fdocker-yoeman-angular-on-openshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goern%2Fdocker-yoeman-angular-on-openshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goern","download_url":"https://codeload.github.com/goern/docker-yoeman-angular-on-openshift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goern%2Fdocker-yoeman-angular-on-openshift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271431032,"owners_count":24758447,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-01T19:43:03.393Z","updated_at":"2026-02-28T05:37:45.254Z","avatar_url":"https://github.com/goern.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is a Yeoman based development environment\n\n## Development environment\n\n### Building the environment\n\nUsing `docker build --rm --tag goern/yeoman-centos7 .` will generate a container\nimage including all you need to follow the [Yeoman quickstart for Angular](https://github.com/yeoman/generator-angular)\n\n### Using the environment\n\nTo create a new project, create a new directory `myproject` and `docker run --rm -ti -v `pwd`/myproject:/home/yeoman:Z goern/yeoman-centos7  yo --no-color --no-insight angular --typescript`. `myproject` is hardcoded in some places by now...\n\nAnd to serve the file you edit in `myproject/` use `docker run --rm -ti -p 9000:9000 -p 35729:35729 -v `pwd`/myproject:/home/yeoman:Z goern/yeoman-centos7 grunt serve`, dont forget to change\n`myproject/Gruntfile.js` to listen to `0.0.0.0` rather than `localhost`. After\nthat, you should see the first page of your application at http://localhost:9000/#/ .\n\nIf you want to see livereload work, keep the grunt container running and\nchange something in ` myproject/app/views/main.html`.\n\n## Build Toolchain\n\n### OpenShift Extended Build\n\n## Runtime environment\n\nAs we serve an Angular application, the runtime environment just needs to serve\nstatic files. A simple webserver is sufficient for that. Reusing [httpd from CentOS](https://github.com/CentOS/CentOS-Dockerfiles/blob/master/httpd/centos7/Dockerfile)\nwill do the trick.\n\n## Usage with OpenShift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoern%2Fdocker-yoeman-angular-on-openshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoern%2Fdocker-yoeman-angular-on-openshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoern%2Fdocker-yoeman-angular-on-openshift/lists"}