Difference between revisions of "A Guide to Deploying Web Apps"

From Lianjapedia
Redirect page
Jump to: navigation, search
(Quick Deploy)
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Under construction''
+
#REDIRECT [[Cross_Platform_App_Deployment_with_Lianja_v6#Web_and_Mobile_Apps]]
 
+
=See Also=
+
[[Deploying to Local Directory]], [[Understanding Live Preview in Lianja]]
+
 
+
=Overview=
+
# Generate HTML5 code from '''Web App View'''
+
# Deploy App, database and Library files
+
 
+
=Web App View=
+
'''Web App View''' gives you options to Deploy your App for your local Lianja Cloud Server (this generates the HTML5 index file and copies the App's files to the deployment path) and to Preview the App running in your default browser.
+
 
+
[[{{ns:file}}:lp_web1a.png|450px|thumb|left|link={{filepath:lp_web1a.png}}|Deploy and Preview]]
+
 
+
 
+
 
+
Click the toolbutton in the header to access '''Web App View'''.
+
 
+
Click '''Deploy''' in '''Web App View''' to generate the HTML5 index file and copy the App's files to the [[#Deployment_Directories|deployment path]].
+
 
+
For testing purposes, you can click '''Preview''' to preview your App live in your default browser.
+
 
+
<br clear=all>
+
 
+
=Deploy Workspace=
+
Deploy App, database and Library files...
+
 
+
==Quick Deploy==
+
Quick Deploy can be run while the App is open.  Quick Deploy automatically saves and restores the environment, closing the database and tables for the deployment then reopening them when the operation is complete.
+
 
+
Quick Deploy uses the App Deployment Settings:
+
 
+
{| class="wikitable" width="100%"
+
!width="25%"|Attribute
+
!width="75%"|Description
+
|-
+
|valign="top"|Publisher||The way to publish the Apps (Copy &#124; SFTP &#124; Custom).
+
|-
+
|valign="top"|Publisher path||The optional full path of the publisher program, e.g. /usr/bin/rsync.
+
|-
+
|valign="top"|Publisher arguments||The optional arguments to the publisher program, e.g. -avc for rsync.
+
|-
+
|valign="top"|Server||The server IP address or nodename where the App will be deployed, e.g. localhost or myserver.mydomain.com.
+
|-
+
|valign="top"|Directory||The root lianja directory on the LAN or server where the Apps will be deployed.
+
|-
+
|valign="top"|Build an installer||Build an installer for Windows desktop deployment (True &#124; False).
+
|-
+
|valign="top"|Username||The optional username to authenticate with the remote server.
+
|-
+
|valign="top"|Password||The optional password to authenticate with the remote server.
+
|-
+
|valign="top"|Private key (.pem file)||The (optional) private key (.pem file) to authenticate with the remote server.
+
|-
+
|}
+
 
+
[[{{ns:file}}:app_settings.png|450px|thumb|left|link={{filepath:app_settings.png}}|App Deployment Settings]]
+
 
+
 
+
 
+
 
+
 
+
For example, here the files will be deployed:
+
 
+
- using SFTP (Publisher)
+
 
+
- to the server on 192.168.80.133 (Server)
+
 
+
- to the root location /opt/lianja/cloudserver/tenants/public/ (Directory)
+
 
+
- logging in as root (Username)
+
 
+
- the password (Password) is not entered here, but a prompt dialog will be displayed when deploying
+
 
+
<br clear=all>
+
 
+
=Deployment Directories=
+
Using the standard installation settings, these are the Lianja Cloud Server default directories for Web/Mobile Apps:
+
==Windows==
+
{| class="wikitable" width="100%"
+
!width="20%"|Files||width="80%"|Location
+
|-
+
|valign="top"|App||C:\lianja\cloudserver\tenants\public\wwwroot\apps
+
|-
+
|valign="top"|Databases||C:\lianja\cloudserver\tenants\public\data
+
|-
+
|valign="top"|Library||C:\lianja\cloudserver\tenants\public\wwwroot\library
+
|-
+
|}
+
==Linux==
+
{| class="wikitable" width="100%"
+
!width="20%"|Files||width="80%"|Location
+
|-
+
|valign="top"|App||/opt/lianja/cloudserver/tenants/public/wwwroot/apps
+
|-
+
|valign="top"|Databases||/opt/lianja/cloudserver/tenants/public/data
+
|-
+
|valign="top"|Library||/opt/lianja/cloudserver/tenants/public/wwwroot/library
+
|-
+
|}
+
==Mac==
+
{| class="wikitable" width="100%"
+
!width="20%"|Files||width="80%"|Location
+
|-
+
|valign="top"|App||/usr/local/lianja/cloudserver/tenants/public/wwwroot/apps
+
|-
+
|valign="top"|Databases||/usr/local/lianja/cloudserver/tenants/public/data
+
|-
+
|valign="top"|Library||/usr/local/lianja/cloudserver/tenants/public/wwwroot/library
+
|-
+
|}
+

Latest revision as of 10:42, 1 June 2021