RailsApp - Web based demo of Ruby bindings for Openwsman

Introduction

This is a simple Ruby On Rails application to visualize rwsman bindings.

It can

* identify clients (wsman identify)
* list processes and services (wsman enumerate)
* Terminate Win32_Processes (wsman invoke)
* Start/Stop Win32_Services (wsman invoke)

Extending it to even more useful functions should be straightforward ...

Howto

0. Install openwsman and its Ruby bindings
1. Install Ruby On Rails, see here on how to do this.
2. Download this software:

  svn co https://openwsman.svn.sourceforge.net/svnroot/openwsman/railsapp/trunk railsapp
  cd railsapp

3. Edit config/machines.yml to match your setup.
4. Run script/server to start the built-in webserver.
5. Navigate your browser to http://localhost:3000.