This guide provides comprehensive instructions to install the Sanas app on an IGEL environment. The installation method covered in this guide is for custom app deployment.
ℹ️ Important: The Sanas app supports installation on IGEL OS versions 11 and earlier, with custom app deployment.
Before you begin;
You must have received the Sanas app package
.tar.bz2
from Sanas. If not, contact Sanas Support for assistance.Ensure you have the required administrative privileges to deploy the custom app on the IGEL environment.
Installation procedure
IGEL installation is divided into 5 key steps, covering the app preparation in steps 1 to 3, and deployment in steps 4 and 5.
Keep the Sanas app package ready
Ensure you have received the Sanas app package file (
.tar.bz2
) and have kept it ready to upload in the upcoming steps. If you haven’t received the file from us, contact Sanas Support for assistance.Create the
inf
configuration fileThe
.inf
file communicates with IGEL OS about application archive handling.Open a text editor of your choice on your Linux or Windows machine.
Create a new file named:
Sanas-4.1.12.inf
Add the following configuration details (example structure shown below — adapt as needed for your environment):
📔 Notes:1. The configuration below uses the package name based on the file provided by Sanas, and may change in the future based on the app package version.
2. The value for mount “/sanas" must be replaced with the currently used mount you’ve used to deploy other apps.
[PARTITION] name=Sanas version=4.1.12 archive="Sanas-4.1.12-prod.tar.bz2" size=400M mount=/sanas
Save the file.
Upload files to IGEL Universal Management Suite (UMS)
Navigate to the UMS Console.
Go to Files → New File.
Create a new file
Upload both prepared files from the previous steps:
Sanas-4.1.12-prod.tar.bz2
Sanas-4.1.12.inf
Upload prepared files
Set the Device File Location to:
/wfs/<filename>
Confirm that the files are available by opening them in a browser:
https://<server:port>/ums_filetransfer
Create and configure a new profile
Profile creation
In UMS, go to Profiles → New Profile
Create a new profile
Enter a Profile Name and Description.
Select the correct IGEL OS version.
📔 Important: The Sanas app supports installation on IGEL OS versions 11 and earlier, with custom app deployment.Enter description and select OS version
Open the created profile.
Profile configuration
Go to,
System → Firmware Customization → Custom Partition → Partition
Enable Partition, Size & Mount Point.
Set:
Mount Size: 400 MB (recommended)
Mount Point: <enter_name> ; For example, the below image shows
/sanas
as the mount name.📔 Note: /sanas is an example mount. Please use your existing mount that is used to deploy other apps.Select partition size and mount
Save the settings.
Link the
inf
configuration fileNavigate to the URL below and copy the
.inf
file URL:https://<server:port>/ums_filetransfer
Copy link of uploaded .inf file
In the profile, go to:
System → Firmware Customization → Custom Partition → Download
Click Add and paste the URL.
Enter the Username and Password, then Save.
Enter values for URL, User name, and Password
Configure the application
In the profile, go to:
System → Firmware Customization → Custom Application
Create a new session named Sanas.
Enter session name
Configure icon name and command:
ℹ️ Important: The paths shown below are examples. Your path directory will differ based on the mount selected in the previous steps.Icon Path:
/<mountname>/Sanas-4.1.12-prod/data/flutter_assets/assets/icons/icon.png
Example: Below is a sample command with the mount name ‘custom’
/custom/Sanas-4.1.12-prod/data/flutter_assets/assets/icons/icon.png
Command to Launch:
/<mountname>/Sanas-4.1.12-prod/sanas_app
Example: Below is a sample command with the mount name ‘custom’
/custom/Sanas-4.1.12-prod/sanas_app
Enter icon name and command values
Customize desktop integration settings as required.
(Optional) Customize deskotp integration
iv. Save the profile.
Deploy the profile to devices
Assign the new profile to the desired IGEL devices or directories.
Restart the devices.
On reboot, IGEL will:
Mount the custom partition.
Install the Sanas application.
Display the Sanas app icon on the desktop.
Launch and activate
Double-click the Sanas app icon on the IGEL desktop.
Enter your Workspace ID and User ID.
Launch the Sanas app
Click Activate Key to activate the app.
Activate the app, and start using it.
Support
Need help? Get in touch with our Support Team for assistance.