{"id":18419669,"url":"https://github.com/teradata/vantage-ui-template","last_synced_at":"2025-10-25T04:20:29.155Z","repository":{"id":9865511,"uuid":"63109726","full_name":"Teradata/vantage-ui-template","owner":"Teradata","description":"Template for UI applications in Vantage","archived":false,"fork":false,"pushed_at":"2023-01-07T07:31:49.000Z","size":2741,"stargazers_count":184,"open_issues_count":27,"forks_count":77,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-09T22:18:45.471Z","etag":null,"topics":["angular","angular-material","angular2","material-design"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teradata.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}},"created_at":"2016-07-11T23:35:47.000Z","updated_at":"2024-11-24T00:56:44.000Z","dependencies_parsed_at":"2022-09-19T17:25:05.070Z","dependency_job_id":null,"html_url":"https://github.com/Teradata/vantage-ui-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fvantage-ui-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fvantage-ui-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fvantage-ui-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fvantage-ui-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teradata","download_url":"https://codeload.github.com/Teradata/vantage-ui-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119285,"owners_count":21050755,"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":["angular","angular-material","angular2","material-design"],"created_at":"2024-11-06T04:17:51.876Z","updated_at":"2025-10-25T04:20:29.102Z","avatar_url":"https://github.com/Teradata.png","language":"TypeScript","readme":"## Teradata Vantage UI Template\n\n###### Create Apps for Teradata Vantage using the Covalent UI Framework\n\n---\n\n### Setup\n\n- Ensure you have **Node 10.15.3** (on a Mac use Homebrew and `brew install node@10.15.3`)\n- Ensure you have **NPM 6+** installed.\n- Install Docker Engine: [https://docs.docker.com/engine/installation/](https://docs.docker.com/engine/installation/)\n- Install Angular CLI `npm i -g @angular/cli`\n- Install Typescript `npm i -g typescript`\n- Install TSLint `npm i -g tslint`\n- Install Node packages `npm ci`\n\n### Development\n\n1. Update the `serverUrl` variable in the `proxy.conf.js` and `loginUrl` variable in the `cypress.env.json` to point to your vantage environment.\n\n2. Run local webserver `npm run serve`\n\n3. In Chrome go to [http://localhost:4200](http://localhost:4200)\n\n### Build Container Image\n\n1. Clean up the `deploy` directory.\n\nMac:\n\n```bash\n  rm -rf ./deploy/\n  mkdir ./deploy/\n```\n\nWin:\n\n```bash\n  rmdir /S .\\deploy\\\n  mkdir .\\deploy\\\n```\n\n2. Build Angular assets\n\n```bash\n  npm run build:prod\n```\n\n3. Move assets into `deploy` directory.\n\nMac:\n\n```\n  cp -r ./docker/* ./deploy\n  cp -r ./dist/* ./deploy\n```\n\nWin:\n\n```\n  copy .\\docker\\* .\\deploy\n  copy .\\dist\\* .\\deploy\n```\n\n4. Build docker image with assets\n   - Replace `WEB_SERVER` with `nodejs` or `nginx` depending on your need\n   - Replace `IMAGE_NAME` with a name of your choice\n\nMac:\n\n```bash\n  docker build -f deploy/WEB_SERVER/Dockerfile -t IMAGE_NAME ./deploy\n```\n\nWin:\n\n```bash\n  docker build -f deploy\\WEB_SERVER\\Dockerfile -t IMAGE_NAME .\\deploy\n```\n\n4. Run command `docker images` and see it listed\n\n5. You can run commands locally now like:\n   - Replace `YOUR_BASE_URL` with your Vantage Environment Base URL\n   - Replace `IMAGE_NAME` with the image name you used on step 3.\n\n```bash\n  docker run -e APPCENTER_BASE_URL=YOUR_BASE_URL -p 49160:8080 -d IMAGE_NAME\n\n  docker exec -it CONTAINER_ID /bin/bash\n```\n\n### Deployment to Registry\n\n1. Tag docker image and push to a repository\n   - Replace `IMAGE_NAME` with the image name you used when building the image.\n   - Replace `TAG` with a tag for the image. e.g. Version number\n   - Replace `REPOSITORY` with the URL of the repository where you need to push the image.\n\n```bash\n  docker tag IMAGE_NAME:latest REPOSITORY/IMAGE_NAME:TAG\n  docker push REPOSITORY/IMAGE_NAME:TAG\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fvantage-ui-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteradata%2Fvantage-ui-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fvantage-ui-template/lists"}