Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For projects without CI, bump version manually in package.json
    ”version”: “X.X.X”

  2. Build the app with updated version
    ”yarn build”

  3. Upload the generated gridapp in Ombori / Apps section in Grid Console

  4. There should be no duplicate versions in the list

...

  1. For projects without CI, bump version manually in package.json
    ”version”: “X.X.X”npm version <level>, level can be major, minor or patch

  2. Build the app with updated version
    ”yarn build”
    yarn build

  3. Make sure your app has non-emply ‘package name’ field on app settings form.
    NOTE: if you cannot save the form, try entering any value in ‘comments’ field.

  4. Upload the generated build to specific Organization’s Apps sectionyour app
    omg app publish <orgName>.<pkgName>, orgName is app’s organisation name, pkgName is package name for the application.

  5. There should be no duplicate versions in the list

Publishing app description

You can add app description on applications page in ombori console.

...

To publish you own description, create a file called DESCRIPTION.md in project’s root folder

DESCRIPTION.md file format

The file is a standard Markdown, with few additions (see example: https://github.com/ombori/queue-signage/blob/master/packages/ombori-signage/DESCRIPTION.md )

Code Block
# Queue Signage #
by Ombori

A reference signage application for Ombori Queue. Occupation and ticket display for TV and Grid-OS devices. 

![Main Screen](meta/screen1.png) 
![Vertical screen layout, store almost full](meta/screen2.png) 
![Store is full](meta/screen3.png)

This app should be used in conjunction with [Xovis people sensor](https://www.xovis.com/en/products/detail/pc2/). Optional relay module can be used to control entrance doors or gate.

Setup and configuration documentation is available [here](http://ombori.com)

## Features:
- occupancy display
- ticket display
- offline operation
- text-to-speech support
- external relay module support
- customizeable colors and icons
- fully localizeable
- vertical and horizontal display orientation

Here the first paragraph is an application name and full name of the author.

Second paragraph is a short description that will be displayed in the list of applications in app library.

Next, the optional screenshots. The screenshot files should be stored in the same repository.

The content after the screenshots will be rendered as a regular markdown text on app description page.

Publishing

To publish your description, run omg app upload-description <orgName>.<pkgName> Note that app title, description and author fields will be overwritten.