Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Explorer

tarcieri edited this page Apr 17, 2012 · 3 revisions

NOTE: Not to be confused with Microsoft Internet Explorer ಠ_ಠ

DCell Explorer is an easy-to-use web interface for browsing DCell clusters. To launch DCell Explorer, run the following:

require 'dcell/explorer'

DCell::Explorer.new("127.0.0.1", 8000)

DCell::Explorer is an actor and can also be launched under supervision:

DCell::Explorer.supervise("127.0.0.1", 8000)

After launching DCell explorer, you should be able to browse to the selected host/port and see a similar web UI to the following:

Screenshot

Clone this wiki locally