Difference between revisions of "Install App Center on Linux"

From Lianjapedia
Jump to: navigation, search
(Installation)
(Before you start...)
 
Line 7: Line 7:
  
 
Do not run the Lianja App Center installer if you have already installed the Lianja App Builder.  The Lianja App Builder installer includes the Lianja App Center.  The Lianja App Center installer should only be used for desktop client installations.
 
Do not run the Lianja App Center installer if you have already installed the Lianja App Builder.  The Lianja App Builder installer includes the Lianja App Center.  The Lianja App Center installer should only be used for desktop client installations.
 +
 +
===RHEL / Centos 8.x===
 +
The required '''libnsl''' package is no longer provided in the OS glibc package, so should be installed separately.
 +
 +
<pre>$ sudo yum install libnsl</pre>
  
 
==Installation==
 
==Installation==

Latest revision as of 12:38, 15 January 2020

See Also

Before you start...

The Lianja App Center is the desktop client for running deployed Lianja Apps. If you want to develop Apps, you need the Lianja App Builder.

Do not run the Lianja App Center installer if you have already installed the Lianja App Builder. The Lianja App Builder installer includes the Lianja App Center. The Lianja App Center installer should only be used for desktop client installations.

RHEL / Centos 8.x

The required libnsl package is no longer provided in the OS glibc package, so should be installed separately.

$ sudo yum install libnsl

Installation

  • Make sure root has execute permission on the downloaded file.

Open up a Terminal window. (e.g. on Ubuntu right click on the desktop and select 'Open Terminal').

Since 5.1 the distro is a compressed tar file.

$ cd 
$ cd Downloads
$ tar xvf LianjaAppCenter-X.X.X-linux-x64-installer.tar.gz
$ chmod +x LianjaAppCenter-X.X.X-linux-x64-installer.bin

Prior to 5.1 it was not a compressed tar file.

$ cd 
$ cd Downloads
$ chmod +x LianjaAppCenter-X.X.X-linux-x64-installer.bin
  • As root or using sudo, run the installer.
$ sudo ./LianjaAppCenter-X.X.X-linux-x64-installer.bin
Installer: Language Selection



Select the language for installation, then click OK:

Installer: Welcome



The welcome page will be displayed.

Click Forward:

Installer: License



Read the License Agreement using the scrollbar to display the full text


Click a radio button to accept or reject the License Agreement, then click Forward

If you select I accept the agreement, the installation will continue.

If you select I do not accept the agreement, you will be prompted to abort the installation.

If you click Yes the installation will stop, if you click No you will be returned to the License Agreement.


Installer: Components



After accepting the License Agreement, the installation will continue

Make sure 'Lianja App Center' is checked, then click Forward.


Installer: Ready to Install



Click Forward to begin the installation

If you do not want the installation to begin, click Cancel


Installer: Finished


Once the installer has finished, uncheck the box if you do not want to view the Readme File, then click Finish.


Installer: Readme


Click OK to exit the Readme.

Running the Lianja App Center

Run Lianja App Center desktop runtime client



Run the Lianja App Center from its desktop shortcut or from a terminal.

$ lianjaruntime


Lianja App Center: login



The Lianja App Center will start on the login page. The default username/password for the Lianja App Center is admin/admin.


Lianja App Center


Once logged in, the Lianja App Center home page will be displayed.

This shows Apps that have been published and deployed in Lianja App Builder.

See Getting Started for an introduction to creating, publishing and deploying Apps in Lianja App Builder.