Deepomatic Platform
  • Overview
  • Release notes
    • January 2025
    • November 21, 2024
    • October 17, 2024
    • September 19, 2024
    • July 18, 2024
    • June 27, 2024
    • May 23, 2024
    • April 18, 2024
    • March 21, 2024
    • February 22, 2024
    • January 18, 2024
    • December 13, 2023
    • October 26, 2023
    • July 20, 2023
    • June 29, 2023
    • May 29, 2023
    • April 27, 2023
    • March 30, 2023
    • February 17, 2023
    • January 19, 2023
    • December 22, 2022
    • November 18, 2022
    • October 19, 2022
    • September 19, 2022
    • July 27, 2022
    • June 26, 2022
    • May 17, 2022
    • April 13, 2022
    • March 17, 2022
    • February 10, 2022
    • December 21, 2021
    • October 26, 2021
  • Getting started
  • ADMIN & USER MANAGEMENT
    • Invite and manage users
      • Invite group of users at once
      • SSO
        • Azure Active Directory
  • Deepomatic Engage
    • Integrate applications
      • Deepomatic vocabulary
      • Deepomatic connectors
        • Set-up
        • Camera Connector
        • Work Order Connector
      • API integration
        • Authentication
        • Errors
        • API reference
          • Work order management
          • Analysis
            • Guide field workers
            • Perform an analysis
            • Correct an analysis
          • Data retrieval
          • Endpoints' list
      • Batch processing
        • Format
        • Naming conventions
        • Processing
        • Batch status & errors
      • Data export
    • Use the mobile application
      • Configure a mobile application
      • Create & visualize work orders
      • Complete work orders
      • Offline experience
    • Manage your business operations with customisable solutions
      • Roles
      • Alerting
      • Field services
        • Reviewing work orders
        • Exploring work orders
        • Grouping work orders
        • Monitoring assets performance
      • Insights
  • Security
    • Security
    • Data Protection
Powered by GitBook
On this page
  • Create a site
  • On the platform
  • Using Deepomatic CLI
  • Last ping
  • Get credentials

Was this helpful?

  1. Deepomatic Engage
  2. Deploy applications

Creating deployment sites

Was this helpful?

Create a site

On the platform

To create a site, go to the Deployment section through the navigation bar on the left side of the platform, and click on Add a new site on the Sites tab.

Give a name to your site and add a description. If this site will be used in production, you need to specify that your site needs to be protected. You then need to select the app you want to deploy on your site by clicking on Select app. You can only deploy one application to a site at any one time.

Using Deepomatic CLI

Installation & credentials

See the link below to install Deepomatic CLI

Installation

Credentials

All Studio actions use the Deepomatic Studio credentials DEEPOMATIC_API_KEY. Ask your Deepomatic Studio administrator for it. As for the Deepomatic Cloud API credentials, you will need to export this variable to your environment.

export DEEPOMATIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
set DEEPOMATIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Site commands

Last ping

On the left side of the table, you see coloured icons.

  • When the icon is red, it means that the local site has never connected to the Deepomatic API.

  • When the icon is orange, it means that the local site hasn't connected to the Deepomatic API for the past 7 days.

  • When the icon is green, it means that the local site has connected to the Deepomatic API for the past 7 days.

Get credentials

To be able to set up and get your local site up and running, you need its credentials. Yo get them, click on the options button for the corresponding site, and then on Credentials.

Look at the in the Deepomatic CLI - Platform Commands page.

site creation commands