You don't have permissions to download this file.
Size: 696.35 MB
Date added: 16/04/2024 10:41:31
Last modified on: 29/04/2024 13:39:31
License: Lianja App Builder Cloud Edition License
Version: 9.5.19
Hits: 21

The Lianja App Builder installer includes the Lianja App Builder, Lianja App Center (desktop client), Lianja Server (Lianja Cloud Server and Lianja SQL Server for development and testing) and Lianja ODBC Driver.

INSTALL LIANJA APP BUILDER

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

Replace 'X.X.X' with the relevant version number in the commands below.

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

Now logout.

Now login again so that the new PATH is used.

RHEL / Centos / Fedora / Rocky

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

$ sudo yum install libnsl

Lianja Server on Fedora and Redhat 9

The openldap-compat package is required:

$ sudo yum install openldap-compat

Detailed Installation Instructions (Opens in a new Window)

==========

For development and testing the Lianja App Builder installer includes Lianja Server.

==========

The Lianja Cloud Admin Console App is included. This can be deployed to your Lianja Server and allows you to administer server users, databases, packages, reports and forensics as well as providing a real-time dashboard to monitor connected users and CPU, memory and disk usage.

It requires the lsb_release command.  If it is not already installed:

Ubuntu

$ sudo apt-get install lsb-core

RHEL

$ sudo yum install redhat-lsb-core

==========

INSTALL UNIXODBC.

Ubuntu

$ sudo apt-get install unixodbc

RHEL

$ sudo yum install unixODBC

Now init the ODBC definitions for Lianja. This will define the Lianja ODBC driver in /etc/odbcinst.ini and the lianja_southwind DSN in /etc/odbc.ini.

$ cd /opt/lianja/server/dist
$ sudo ./postinstall.sh /opt/lianja/server odbc

Setting up ODBC data sources non-GUI.

See https://www.unixodbc.org/odbcinst.html

==========

Now you are ready to develop, Test, Deploy and Share Desktop, Web and Mobile Apps using Lianja App Builder.

QUICKSTART GUIDE

To start Lianja double click on the “Lianja App Builder” desktop icon
or
To start Lianja from a terminal type:

$ lianja

To admin the Lianja server from a terminal:

$ sudo lianja-admin status
$ sudo lianja-admin start
$ sudo lianja-admin stop
$ sudo lianja-admin restart

To handle licensing from a terminal:

$ sudo lianja-lm —validate
$ sudo lianja-lm —activate LianjaAppBuilder your-license-key

To start the Lianja App Center (desktop client) double click on the “Lianja App Center” desktop icon
or
To start Lianja from a terminal type:

$ lianjaruntime

The default username/password for the Lianja App Center is admin/admin.

Operating Systems supported (x64)

Red Hat Enterprise Linux 7.2 and above
Centos 7.2 and above
Ubuntu 18.04 and above
Debian 10 and above

It should also install on many other Linux 64 bit distros (minimum glibc 2.14).

Log in or Sign up