{"id":18608773,"url":"https://github.com/activeviam/activeui5-training","last_synced_at":"2025-11-02T18:30:33.114Z","repository":{"id":46861154,"uuid":"408825116","full_name":"activeviam/ActiveUI5-Training","owner":"activeviam","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-01T12:39:32.000Z","size":111,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T01:09:58.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/activeviam.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}},"created_at":"2021-09-21T13:10:42.000Z","updated_at":"2022-08-17T02:37:51.000Z","dependencies_parsed_at":"2022-08-26T16:02:32.033Z","dependency_job_id":null,"html_url":"https://github.com/activeviam/ActiveUI5-Training","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/activeviam%2FActiveUI5-Training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2FActiveUI5-Training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2FActiveUI5-Training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeviam%2FActiveUI5-Training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/activeviam","download_url":"https://codeload.github.com/activeviam/ActiveUI5-Training/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239399814,"owners_count":19632022,"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-07T03:04:16.197Z","updated_at":"2025-11-02T18:30:33.028Z","avatar_url":"https://github.com/activeviam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveUI502-Training\n\n## Prerequisites\n### Accounts and licensing\n- You need an ActivePivot licence to be able to run the ActivePivot sandbox from your local computer\n- You need access to Artifactory to be able to download the activeUI 5.0.2 sdk\n\n\n### software versions\n - [NodeJS](https://nodejs.org/en/download/) version 14.16.0 or greater\n - [Yarn](https://classic.yarnpkg.com/en/docs/install#windows-stable) version 1.22.4 or greater\n\n### General Programming knowledge\n- Javascript programming, including functional programming syntax\n- Typescript basics are advised\n- React, including the functional programming syntax and the following concepts\n  - state/props\n  - hooks\n  - Provider / Consumer\n  - HOC (Higher order component)\n\n \n### ActivePivot Sandbox\n#### Download\nActiveUI 5 is compatible with all version of active pivot starting 5.8. Make sure your instance is up to date. For the Excercises in the training we use the [sandbox-release-5.9.4](https://artifacts.activeviam.com/share/ActivePivot_stable/5.9.4/jdk11/)\n#### install\nGo to the root of your sandbox and run\n```shell\nmvn clean install\n```\n#### start\nLocate the `ActivePivotServer` class to start your project. It should be located at `src/main/java/com/activeviam/sandbox/server/ActivePivotServer.java`\n\n### content server initialisation\nThe github gist containing the files can be found [here](https://github.com/activeviam/activeui/blob/master/internal-docs/content-server-initialization.md)\nIf you do not have access to the gist do the following:\n- run the ActivePivot instance your are planning to use (we assume the `sandbox-release-5.9.4`).\n- go to your content server ([http://localhost:9090/content](http://localhost:9090/content)), and log in with a user with the role `CS_ROOT` (admin/admin will do for the sandbox). Make sure it does not contain any sensitive data as we are going to modify it.\n- if a ui folder exist AND IT DOES NOT CONTAIN SENSITIVE DATA, delete it\n- re create the ui folder\n- once created,  right click on the `ui` folder and enter `ROLE_CS_ROOT` for both OWNERS and READERS\n- right click the `ui` folde again and click import \n- Browse to the root directory of your training project and select `initial-content.json`\n\n### Downloading  and Running Active UI\n#### Setting up Access to artifactory\n`npm` needs to be configured to use the internal repository for the `@activeviam` scope (the activeui packages indicated by `@activeviam` are not publicly accessible)\nTo do so,  run the following command:\n```shell\nnpm login --scope @activeviam --registry https://activeviam.jfrog.io/artifactory/api/npm/npm-internal/\n```\nThe result should be the following message:\n```shell\nLogged in as username to scope @activeviam on https://activeviam.jfrog.io/artifactory/api/npm/npm-internal/.\n```\n\nIf the scope is not mentioned in the message, you may have to change the command to\n\n```shell\nnpm login --scope=@activeviam --registry=https://activeviam.jfrog.io/artifactory/api/npm/npm-internal/\n```\n#### Install and Run\nNow go to your project root directory and install the dependencies using\n```shell\nyarn install\n```\nFinally run your project with\n```shell\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Factiveui5-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factiveviam%2Factiveui5-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveviam%2Factiveui5-training/lists"}