A REST service that exposes widget ui
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.
- Create an executable file /etc/sysconfig/widget-ui
- Run the following line of code
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
TBD