This project is intended to be integrated as a bundle to the installation of your map.apps manager.
Requirement: map.apps 4.6.0
Before you add the Bundle to your manager, please configure the user and the topic property in the manifest.json to point to your GitHub account. Topic can be left empty.
You will have to add a released bundle.jar/zip as a bundle in your map.apps manager.
Furthermore, you have to add the following lines to your application.properties
or custom.application.properties
, or build.properties
:
proxy.allowedServerUrls = https://github.com,followRedirects:true
manager.config.viewbundles=appmanagement,reportmanagement,bundlemanagement,bundleupdatechecker,mapapps-github-manager
Restart your map.apps instance. You should now see a new tab in the manager view.
Property | Type | Possible Values | Default | Description |
---|---|---|---|---|
user | String | GitHub user name | ||
topic | String | Topic used in GitHub |
The included sample app is just for ui design. Functional tests can only be performed in full installed map.apps manager (role=maAdmin).