Skip to main content
Skip table of contents

Deploy your app to your SICON.OS installation

The goal of this step, is to prepare your App to run inside SICON.OS.

Secondly, you will be able to package your App as Docker image.

And then, finally you can upload it to your local SICON.OS installation for testing.

Build and export docker image

To test deploy the app to your SICON.OS installation, the app need to be built and exported as a docker image zip file. This can be done by running the below command in your terminal, ensure that you are still in the root directory of the project.

CODE
npm run deploy

Following are the config steps which require your inputs

Prompt

Description

Select the branch

Select the branch name as per your SICON.OS installation on which you want to test deploy the app. Eg. if your SICON.OS is running on a beta version then select beta.

As soon as the branch is selected, the build process and auto export of docker image as a zip file will follow. Once the process is finished, you will find a zip file in the root of the project.

Deploy app on SICON.OS

To deploy the app on SICON.OS you need to login to the SICON.OS dashboard. Once you are logged, follow the below steps:

  1. Navigate to the below path System Management → My Apps

  2. Under My Apps click on Create New App for Development

image-20240125-103604.png
  1. In the opened dialog fill in the details, upload the zip file and click on Save button

image-20240125-103756.png

Form Field

Description

Category

Select appropriate category from the dropdown

Name

Give a custom name to your app, it will be visible in my apps and in the side menu of the SICON.OS dashboard

Icon

Select an icon for your app which is visible with the app name in the side menu of the SICON.OS dashboard

App Zip File

Select and upload the zip file exported in the Build and export docker image section

  1. The upload progress will start and SICON.OS will take care of the deployment of the app.

image-20240125-104549.png
  1. Once the upload progress is finished, the app will be visible in My Apps as well as in the dashboard side menu.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.