diff --git a/ej2-javascript-toc.html b/ej2-javascript-toc.html index 5967c1b0a..cab9adc52 100644 --- a/ej2-javascript-toc.html +++ b/ej2-javascript-toc.html @@ -19,6 +19,7 @@
  • Install using the Web Installer
  • Install using the Offline Installer
  • Install using the Mac Installer
  • +
  • Install using the Linux Installer
  • Installation Errors
  • Upgrade
  • diff --git a/ej2-javascript/installation-and-upgrade/images/Linux_Installer1.png b/ej2-javascript/installation-and-upgrade/images/Linux_Installer1.png new file mode 100644 index 000000000..1df62f23c Binary files /dev/null and b/ej2-javascript/installation-and-upgrade/images/Linux_Installer1.png differ diff --git a/ej2-javascript/installation-and-upgrade/images/Linux_Installer2.png b/ej2-javascript/installation-and-upgrade/images/Linux_Installer2.png new file mode 100644 index 000000000..a86b8e32b Binary files /dev/null and b/ej2-javascript/installation-and-upgrade/images/Linux_Installer2.png differ diff --git a/ej2-javascript/installation-and-upgrade/installation-using-linux-installer.md b/ej2-javascript/installation-and-upgrade/installation-using-linux-installer.md new file mode 100644 index 000000000..04ca52b24 --- /dev/null +++ b/ej2-javascript/installation-and-upgrade/installation-using-linux-installer.md @@ -0,0 +1,49 @@ +--- +layout: post +title: Installing Syncfusion Essential Studio Linux installer - Syncfusion +description: Learn here about how to install Syncfusion Essential Studio Linux installer after downloading from our Syncfusion website. +platform: common +control: Essential Studio +documentation: ug +--- + +# Installing Syncfusion Essential Studio Linux installer + +## Overview + +Syncfusion provides the Linux installer for the following Essential Studio products. + +* Blazor +* Flutter +* ASP.NET Core +* JavaScript +* File Formats +* PDF +* Word +* Excel +* PowerPoint + + +## Step-by-Step Installation + +The steps below show how to install Essential Studio Linux installer. + +1. Extract the Syncfusion Essential Studio Linux installer(.zip) file. The files are extracted in your machine. + + ![Welcome wizard](images/Linux_Installer1.png) + + +2. The Linux zip file contains the following folders. + + ![License Agreement](images/Linux_Installer2.png) + + N> The Unlock key is not required to install the Linux installer. The Syncfusion Linux installer can be used for development purposes without registering the Unlock key. + + +4. You can launch the demo source and use the NuGet packages included in the Linux installer. + +## License key registration in samples + +After the installation, the license key is required to register the demo source that is included in the Linux installer. To learn about the steps for license registration for the JavaScript - EJ2 Linux installer, please refer to this. + +Register the license key by using [registerLicense](https://ej2.syncfusion.com/javascript/documentation/licensing/license-key-registration#javascript-es5) method after the Syncfusion JavaScript script file reference. \ No newline at end of file