Howto:Run your own App-Store: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 21: Line 21:
* assign the new created App to your admin user
* assign the new created App to your admin user
* login as admin user and open new AppStore
* login as admin user and open new AppStore
* change path at ''innovaphone Webbuild'' to <code>https://store.innovaphone.com/release/download</code>
* click on the refresh button on the right uppper corner
* select major version and click upload
** change path from <code>http://webbuild.innovaphone.com</code> to <code>https://store.innovaphone.com/release/download</code>
** select major version and click upload
* repeat the step for all tabs (Apps, Firmware, Software, AppPlatform)
* repeat the step for all tabs (Apps, Firmware, Software, AppPlatform)
* open Devices App and paste your ''offline-store-url'' to the update job
* open Devices App and configure the URLs to access the ''firmware.json'' and ''apps.json'' from the local App Store in the update job
* the ''offline-store-url'' can also be used to download software / images directly via browser
 
;Firmware JSON file
:<code>https://AP-HOSTNAME/WEBPATH/download/firmware.json</code>
;Apps JSON file
:<code>https://AP-HOSTNAME/WEBPATH/download/apps.json</code>
;Browser URL
:<code>https://AP-HOSTNAME/WEBPATH/download.htm</code>


<!-- == Related Articles == -->
<!-- == Related Articles == -->


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Revision as of 12:14, 7 August 2020

Applies To

This information applies to V13 and up.

More Information

Problem Details

If you schedule a new update job in the devices app every devices will contact the innovaphone AppStore itself to download the new image. This might cause high network load. If you have problems with that you can store all necessary software on premise in your own local app store and just download the software once.

System Requirements

innovaphone V13 AppPlatform

Installation

  • download the App App Store via AP-Manager
  • create a new instance
  • create a APP Object in your PBX
    • activate Critical and Hide from LDAP
    • fill name, password and url from your instance to the new created Object

Configuration

  • assign the new created App to your admin user
  • login as admin user and open new AppStore
  • click on the refresh button on the right uppper corner
  • repeat the step for all tabs (Apps, Firmware, Software, AppPlatform)
  • open Devices App and configure the URLs to access the firmware.json and apps.json from the local App Store in the update job
Firmware JSON file
https://AP-HOSTNAME/WEBPATH/download/firmware.json
Apps JSON file
https://AP-HOSTNAME/WEBPATH/download/apps.json
Browser URL
https://AP-HOSTNAME/WEBPATH/download.htm