{"id":25257280,"url":"https://github.com/zowe/sample-trial-app","last_synced_at":"2025-10-28T19:40:27.670Z","repository":{"id":35704462,"uuid":"175628494","full_name":"zowe/sample-trial-app","owner":"zowe","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T12:52:35.000Z","size":7284,"stargazers_count":2,"open_issues_count":17,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-22T02:01:04.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zowe.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":"2019-03-14T13:33:07.000Z","updated_at":"2021-12-13T19:30:39.000Z","dependencies_parsed_at":"2023-01-16T03:31:06.346Z","dependency_job_id":null,"html_url":"https://github.com/zowe/sample-trial-app","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/zowe%2Fsample-trial-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fsample-trial-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fsample-trial-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fsample-trial-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zowe","download_url":"https://codeload.github.com/zowe/sample-trial-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238424099,"owners_count":19469981,"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-02-12T06:38:43.613Z","updated_at":"2025-10-27T02:31:46.945Z","avatar_url":"https://github.com/zowe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sample Trial App\r\n\r\n## PART I: Download \u0026 Build on local\r\n\r\n## Method 1: From github\r\n1) Download \u0026 build trial app\r\n   Build `web` folder\r\n   ```\r\n    git clone https://github.com/zowe/sample-trial-app.git\r\n    cd sample-trial-app/webClient\r\n    npm install\r\n    npm run build\r\n   ```\r\n\r\n2) Ensure sample-trial-app is empty and exists in remote host (skip this step if you've already fulfilled the requirements)\r\n\r\n   Login\r\n   ```\r\n   ssh ibmuser@my.mainframe.com\r\n   ```\r\n\r\n   If sample-trial-app does not exist in remote host create an empty directory.\r\n   ```\r\n   mkdir \u003cuser-defined-folder\u003e/sample-trial-app\r\n   ```\r\n\r\n3) Transfer app to server  \r\n   Transfer `web`, `manifest.yaml` and `pluginDefinition.json` from your local to remote host.\r\n   ```\r\n   // on your local\r\n   cd sample-trial-app\r\n   scp -r web ibmuser@my.mainframe.com:\u003cuser-defined-folder\u003e/sample-trial-app\r\n   scp -r manifest.yaml ibmuser@my.mainframe.com:\u003cuser-defined-folder\u003e/sample-trial-app\r\n   scp -r pluginDefinition.json ibmuser@my.mainframe.com:\u003cuser-defined-folder\u003e/sample-trial-app\r\n   ```\r\n## Method 2: From Artifactory\r\n### 1) Download latest pax from artifactory\r\nGet latest package from [artifactory](https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/sample-trial-app/)\r\n\r\nChoose the latest pax build provided from the link above and download it into your local storage.\r\n\r\n### 2) Transfer and unpax on z/OS\r\n```\r\nsftp ibmuser@mymainframe.ibm.com\r\nput \u003cpax-name\u003e.pax\r\n```\r\n\r\n\r\n## PART II: Deploy with Zowe on server\r\n\r\n### 1) login\r\n```  \r\nssh ibmuser@my.mainframe.com       \r\n```\r\n\r\n### 2) install component using zowe-install-component.sh script\r\n```\r\n./\u003czowe-runtime-dir\u003e/bin/zowe-install-component.sh -d \u003czowe-extensions-dir\u003e -i \u003czowe-instance-dir\u003e -o \u003ccomponent-pax-file\u003e -l \u003clog-folder\u003e\r\n```\r\n\r\nThis app uses dataservice api as which can be deployed and started separately:\r\n`https://github.com/zowe/sample-node-api`\r\n\r\n## Verify Sample Trial App has been installed\r\n### Menu Bar\r\nOnce installed, you should be able to see the Sample Trial App icon and selection on the menu bar in the Zowe Desktop.\r\n![Sample-Trial-App-Menu](/screenshots/Sample-Trial-App_Menu-Bar.png?raw=true \"Sample-Trial-App_Menu-Bar\")\r\n\r\n### Main Application\r\nWhen clicking the Sample Trial App selection, it will open up the Sample Trial Application and bring you to the home screen.\r\n![Sample-Trial-App-Screenshot](/screenshots/Sample-Trial-App_Home-Screen.png?raw=true \"Sample-Trial-App_Home-Screen\")\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzowe%2Fsample-trial-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzowe%2Fsample-trial-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzowe%2Fsample-trial-app/lists"}