Skip to content

Commit

Permalink
examples: explorer launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Feb 28, 2015
1 parent ada330b commit a45f0a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/explorer.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env ruby

require 'dcell/explorer'
require_relative 'registry'

explorer_host = 'localhost'
explorer_port = 7778

DCell.start :registry => registry
DCell::Explorer.new explorer_host, explorer_port

puts "Visit explorer page at http://#{explorer_host}:#{explorer_port}"
sleep

0 comments on commit a45f0a3

Please sign in to comment.