Reference9:Concept Linux Application: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: ==Introduction== The linux application platform allows to manage all installed applications. You can install and uninstall applications, do backups, restore config and application data an...)
 
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==


The linux application platform allows to manage all installed applications. You can install and uninstall applications, do backups, restore config and application data and view application logs too.<br>
Applications like innovaphone reporting can be developed for the [[Reference9:Concept_Linux_Application_Platform|linux application platform]].


==Requirements==
==Requirements==


It is needed to have the linux application platform installed and running
It is needed to have the linux application platform installed and running.


==Installation==
==Installation==


You can install new applications [[Reference9:Concept_Linux_Application_Platform#Applications|here]]
You can install new applications or just update them [[Reference9:Concept_Linux_Application_Platform#Applications|here]].
 
===Requirements===
 
The installation/update file must be a '''.tar.gz''' file with a name beginning with '''install''' like install_helloWorld.tar.gz. Inside this compressed file must exist at top-level only one script with a name beginning with '''install''' and with any executable extension (sh, pl, py, out), like install_helloWorld.sh. It is of course allowed to have other install scripts inside folders or another script at top-level but beginning with another name.

Revision as of 11:30, 6 April 2011

Introduction

Applications like innovaphone reporting can be developed for the linux application platform.

Requirements

It is needed to have the linux application platform installed and running.

Installation

You can install new applications or just update them here.

Requirements

The installation/update file must be a .tar.gz file with a name beginning with install like install_helloWorld.tar.gz. Inside this compressed file must exist at top-level only one script with a name beginning with install and with any executable extension (sh, pl, py, out), like install_helloWorld.sh. It is of course allowed to have other install scripts inside folders or another script at top-level but beginning with another name.