Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

CloudifySource/cloudify-widget-ui

Repository files navigation

Description

A REST service that exposes widget ui

Installation

The build is available at [http://get.gsdev.info/cloudify-widget-ui/]

we are overriding existing builds, so when you point to a build, you might get

a different build each time.

Installation Steps


yum -y install dos2unix && wget --no-cache --no-check-certificate -O - http://get.gsdev.info/cloudify-widget-ui/1.0.0/install.sh | dos2unix | bash

if installation went successfully you will have the following commands available on your command line


service widget-ui status
service widget-ui start
service widget-ui stop
service widget-ui restart
service widget-ui upgrade

API

TBD