Reference13r1:Concept App Service AppStore: Difference between revisions
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
The binaries must be placed inside 2 paths like this: | The binaries must be placed inside 2 paths like this: | ||
;.. | ;..130001\arm\appstore | ||
;.. | ;..130001\x86_64\appstore | ||
So if '''path''' is the path given in the appstore, the paths of all the files | So if '''path''' is the path given in the appstore, the paths of all the files must be: | ||
;'''path'''\ | ;'''path'''\130001\appstore_files | ||
;'''path'''\ | ;'''path'''\130001\arm\appstore\appstore.bin | ||
;'''path'''\ | ;'''path'''\130001\arm\appstore\appstore.debug | ||
;'''path'''\ | ;'''path'''\130001\arm\appstore\appstore.png | ||
;'''path'''\ | ;'''path'''\130001\x86_64\appstore\appstore.bin | ||
;'''path'''\ | ;'''path'''\130001\x86_64\appstore\appstore.debug | ||
;'''path'''\ | ;'''path'''\130001\x86_64\appstore\appstore.png | ||
=== Firmware === | === Firmware === | ||
Every build folder must contain an firmwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "ip0001.bin,boot0001.bin". | Every build folder must contain an firmwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "ip0001.bin,boot0001.bin". | ||
So if '''path''' is the path given in the appstore, the paths of all the files must be: | |||
;'''path'''\130001\ip0001_files | |||
;'''path'''\130001\ip0001.bin | |||
;'''path'''\130001\boot0001.bin | |||
=== Software === | === Software === | ||
Every build folder must contain an softwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, " | Every build folder must contain an softwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "myAppsSetup.exe". | ||
So if '''path''' is the path given in the appstore, the paths of all the files must be: | |||
;'''path'''\130001\myappswindows_files | |||
;'''path'''\130001\myAppsSetup.exe | |||
=== App Platform === | === App Platform === | ||
The files that must be uploaded must be specified inside the fields File, Update, ZIP and ZIP2. Those must be inside a folder named as the build number, which is inside a folder named app-platform (i.e. app-platform\80008\…). |
Revision as of 10:55, 9 July 2019
The App Services AppStore is an App Service which can be installed on an innovaphone App Platform. It is used to store apps, firmware, software and app platforms. Once uploaded they can be downloaded from the download page.
Applies To
- innovaphone PBX from version 13r1
Apps
innovaphone-appstore
This is an App, where an administrator can upload apps, firmware, software and app platforms. These can be downloaded from the own app or from the download page (/download.htm).
PBX Manager Plugins
AppStore
With the AppStore plugin App objects can be created, edited and deleted on the PBX.
Folder Structure
To upload apps, sirmware, software and app platforms a path is required, which has to point to a folder containing the builds. These must be named after the build number.
Apps
Every build folder must contain an appid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "appstore.bin,appstore.debug,appstore.png".
The binaries must be placed inside 2 paths like this:
- ..130001\arm\appstore
- ..130001\x86_64\appstore
So if path is the path given in the appstore, the paths of all the files must be:
- path\130001\appstore_files
- path\130001\arm\appstore\appstore.bin
- path\130001\arm\appstore\appstore.debug
- path\130001\arm\appstore\appstore.png
- path\130001\x86_64\appstore\appstore.bin
- path\130001\x86_64\appstore\appstore.debug
- path\130001\x86_64\appstore\appstore.png
Firmware
Every build folder must contain an firmwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "ip0001.bin,boot0001.bin".
So if path is the path given in the appstore, the paths of all the files must be:
- path\130001\ip0001_files
- path\130001\ip0001.bin
- path\130001\boot0001.bin
Software
Every build folder must contain an softwareid_files file where a list of the files that must be uploaded will be splited by commas (without white spaces). For example, "myAppsSetup.exe".
So if path is the path given in the appstore, the paths of all the files must be:
- path\130001\myappswindows_files
- path\130001\myAppsSetup.exe
App Platform
The files that must be uploaded must be specified inside the fields File, Update, ZIP and ZIP2. Those must be inside a folder named as the build number, which is inside a folder named app-platform (i.e. app-platform\80008\…).