Explorer

Explorer is a replacement for Pow! written in Ruby.

Dependency Status Gem Version

Installation

Install it yourself as:

$ gem install explorer

.dev domain support can be installed with:

$ explore setup install

And uninstalled with:

$ explore setup uninstall

This will override Invoker or Pow! installation files.

Usage

Run the following command to start up the server

$ explore boot

The server can be controlled using various subcommands. More information can be gotten by running:

$ explore help proxy

and

$ explore help process

Contributing

  1. Fork it ( https://github.com/[my-github-username]/explorer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request