Project

explorer

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A pow! replacement written in ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0

Runtime

~> 0.16
~> 2.0
~> 2.0
~> 0.6.0.pre1
~> 1.0
~> 0.19
 Project Readme

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