Difference between revisions of "Category:Set Commands"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The SET commands are primarily used to control the execution environment of Lianja scripts.
 
The SET commands are primarily used to control the execution environment of Lianja scripts.
  
[[Category:Documentation| Set Commands]]
+
==config.db==
 +
Set commands can be placed in a config.db file to be applied to Lianja App Builder and Lianja App Center sessions.
 +
 
 +
===Lianja App Builder===
 +
The text ''config.db'' file should be created in the following location:
 +
 
 +
{| class="wikitable" width="100%"
 +
!width="20%"|OS||width="80%"|Location
 +
|-
 +
|valign="top"|Windows||C:\lianja\conf
 +
|-
 +
|valign="top"|Linux||/opt/lianja/conf
 +
|-
 +
|valign="top"|macOS||/Users/Shared/Lianja/conf
 +
|-
 +
|}
 +
 
 +
===Lianja App Center===
 +
For the Lianja App Center desktop client, the ''config.db'' file should be compiled to ''config.do''. 
 +
 
 +
To compile, use the [[COMPILE]] command or the [[Command_Line_Tools#lianja-comp|lianja-comp command line tool]].
 +
 
 +
Both the ''config.db'' and ''config.do'' file should be deployed to the following location:
 +
 
 +
{| class="wikitable" width="100%"
 +
!width="20%"|OS||width="80%"|Location
 +
|-
 +
|valign="top"|Windows||C:\lianja\cloudserver\tenants\public\conf
 +
|-
 +
|valign="top"|Linux||/opt/lianja/cloudserver/tenants/public/conf
 +
|-
 +
|valign="top"|macOS||/Users/Shared/Lianja/cloudserver/tenants/public/conf
 +
|-
 +
|}
 +
 
 +
 
 +
[[Category:Documentation]]

Latest revision as of 06:58, 18 May 2021

The SET commands are primarily used to control the execution environment of Lianja scripts.

config.db

Set commands can be placed in a config.db file to be applied to Lianja App Builder and Lianja App Center sessions.

Lianja App Builder

The text config.db file should be created in the following location:

OS Location
Windows C:\lianja\conf
Linux /opt/lianja/conf
macOS /Users/Shared/Lianja/conf

Lianja App Center

For the Lianja App Center desktop client, the config.db file should be compiled to config.do.

To compile, use the COMPILE command or the lianja-comp command line tool.

Both the config.db and config.do file should be deployed to the following location:

OS Location
Windows C:\lianja\cloudserver\tenants\public\conf
Linux /opt/lianja/cloudserver/tenants/public/conf
macOS /Users/Shared/Lianja/cloudserver/tenants/public/conf